Skip to content

Commit 1f0c9f2

Browse files
author
fdpro
committed
[JAVA-2540] Migrated unit test to integration test as it bootsraps and calls a REST API
1 parent 595f176 commit 1f0c9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restx/src/test/java/restx/demo/rest/HelloResourceSpecUnitTest.java renamed to restx/src/test/java/restx/demo/rest/HelloResourceSpecIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@RunWith(RestxSpecTestsRunner.class)
99
@FindSpecsIn("specs/hello")
10-
public class HelloResourceSpecUnitTest {
10+
public class HelloResourceSpecIntegrationTest {
1111

1212
/**
1313
* Useless, thanks to both @RunWith(RestxSpecTestsRunner.class) & @FindSpecsIn()

0 commit comments

Comments
 (0)