BAEL-6198: renaming
This commit is contained in:
parent
fecb0722ee
commit
b12a58d375
|
@ -4,11 +4,11 @@ import org.junit.jupiter.api.BeforeEach;
|
||||||
import org.junit.jupiter.api.Nested;
|
import org.junit.jupiter.api.Nested;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
public class NestedTest {
|
public class NestedUnitTest {
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
void beforeEach() {
|
void beforeEach() {
|
||||||
System.out.println("NestedTest.beforeEach()");
|
System.out.println("NestedUnitTest.beforeEach()");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nested
|
@Nested
|
|
@ -11,7 +11,7 @@ import org.junit.jupiter.api.Nested;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
@DisplayName("given a article publication with three articles")
|
@DisplayName("given a article publication with three articles")
|
||||||
class OnlinePublicationTest {
|
class OnlinePublicationUnitTest {
|
||||||
private Publication publication;
|
private Publication publication;
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
Loading…
Reference in New Issue