import statements Flashcards
1
Q
Assertions
A
static org.junit.jupiter.api.Assertions.*
2
Q
@DisplayName
@Before/AfterEach
@Before/AfterAll
@Disabled
A
org.junit.jupiter.api.DisplayName
org.junit.jupiter.api.BeforeEach
etc.
3
Q
@ParameterizedTest
A
1) org.junit.jupiter.params.ParameterizedTest
2) org.junit.jupiter.params.provider.ValueSource
4
Q
A