Join Slack
Communities
Powered by
This can be done in JUnit through `@Before`, but i...
# kotlintest
l
LeoColman
08/13/2019, 1:25 AM
This can be done in JUnit through
@Before
, but it's only for all test cases. Many times you have nested setups that will use the same input, but you'll have to repeat them over and over when using JUnit
m
Mike
08/13/2019, 3:43 PM
Not true if you've moved to JUnit5. JUnit5 now has @Nested.
👍 1
3
Views
Open in Slack
Previous
Next