theapache64
05/10/2021, 4:08 PMsetContent
multiple times (compose testing) 🧵 ?theapache64
05/10/2021, 4:08 PMtheapache64
05/10/2021, 4:09 PMsetContent
. Is there any way I can implement something like @BeforeAll
/ @BeforeClass
in this test?Zach Klippenstein (he/him) [MOD]
05/10/2021, 4:15 PM@Before
method. I think the compose testing docs even recommend that pattern.theapache64
05/10/2021, 4:18 PMcomposeRule.setContent
for every test? 🤔 no way to call it only once (since the rest of the test will be based on the same tree)?theapache64
05/10/2021, 4:18 PMZach Klippenstein (he/him) [MOD]
05/10/2021, 4:27 PM