gammax
11/27/2018, 3:40 PMjanvladimirmostert
11/27/2018, 6:14 PM@Rule
seems very useful!jmfayard
11/27/2018, 6:21 PM@AfterClass, @After, @Before
. @BeforeClass
is simply the test class constructor.
I use the powerful kotlintest framework and I never felt the need to add the equivalent of those @Rules
janvladimirmostert
11/27/2018, 6:22 PMjmfayard
11/27/2018, 6:27 PMjanvladimirmostert
11/27/2018, 7:14 PMgammax
11/27/2018, 10:38 PMRules
helped me structure a lot the setup/cleanup code.dariuszbacinski
11/28/2018, 7:59 AM