Merge pull request #7419 from rodrigolgraciano/BAEL-2877
Rename unit test to follow naming standards
This commit is contained in:
commit
5e8b11ade8
|
@ -7,7 +7,7 @@ import static io.restassured.RestAssured.given;
|
|||
import static org.hamcrest.CoreMatchers.is;
|
||||
|
||||
@QuarkusTest
|
||||
public class HelloResourceTest {
|
||||
public class HelloResourceUnitTest {
|
||||
|
||||
@Test
|
||||
public void testHelloEndpoint() {
|
|
@ -3,7 +3,7 @@ package com.baeldung.quarkus;
|
|||
import io.quarkus.test.junit.SubstrateTest;
|
||||
|
||||
@SubstrateTest
|
||||
public class NativeHelloResourceIT extends HelloResourceTest {
|
||||
public class NativeHelloResourceIT extends HelloResourceUnitTest {
|
||||
|
||||
// Execute the same tests but in native mode.
|
||||
}
|
Loading…
Reference in New Issue