Rename unit test to fix PMD failure
This commit is contained in:
parent
991436fa16
commit
9ba7937645
@ -1,13 +1,13 @@
|
|||||||
package restx.demo.rest;
|
package restx.demo.rest;
|
||||||
|
|
||||||
import restx.demo.AppServer;
|
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import restx.tests.RestxSpecTestsRunner;
|
|
||||||
import restx.tests.FindSpecsIn;
|
import restx.tests.FindSpecsIn;
|
||||||
|
import restx.tests.RestxSpecTestsRunner;
|
||||||
|
|
||||||
@RunWith(RestxSpecTestsRunner.class)
|
@RunWith(RestxSpecTestsRunner.class)
|
||||||
@FindSpecsIn("specs/hello")
|
@FindSpecsIn("specs/hello")
|
||||||
public class HelloResourceSpecTest {
|
public class HelloResourceSpecUnitTest {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Useless, thanks to both @RunWith(RestxSpecTestsRunner.class) & @FindSpecsIn()
|
* Useless, thanks to both @RunWith(RestxSpecTestsRunner.class) & @FindSpecsIn()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user