[JAVA-2540] Migrated unit test to integration test as it bootsraps and calls a REST API
This commit is contained in:
@@ -7,7 +7,7 @@ import restx.tests.RestxSpecTestsRunner;
|
||||
|
||||
@RunWith(RestxSpecTestsRunner.class)
|
||||
@FindSpecsIn("specs/hello")
|
||||
public class HelloResourceSpecUnitTest {
|
||||
public class HelloResourceSpecIntegrationTest {
|
||||
|
||||
/**
|
||||
* Useless, thanks to both @RunWith(RestxSpecTestsRunner.class) & @FindSpecsIn()
|
||||
Reference in New Issue
Block a user