import statements Flashcards

1
Q

Assertions

A

static org.junit.jupiter.api.Assertions.*

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

@DisplayName
@Before/AfterEach
@Before/AfterAll
@Disabled

A

org.junit.jupiter.api.DisplayName
org.junit.jupiter.api.BeforeEach
etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

@ParameterizedTest

A

1) org.junit.jupiter.params.ParameterizedTest

2) org.junit.jupiter.params.provider.ValueSource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly