forked from quarkusio/quarkus-quickstarts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change native image tests to use
@QuarkusIntegrationTest
- Loading branch information
Showing
150 changed files
with
528 additions
and
530 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
amazon-dynamodb-quickstart/src/test/java/org/acme/dynamodb/DynamodbResourcesIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.acme.dynamodb; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class DynamodbResourcesIT extends DynamodbResourcesTest { | ||
// Runs the same tests as the parent class | ||
} |
8 changes: 0 additions & 8 deletions
8
amazon-dynamodb-quickstart/src/test/java/org/acme/dynamodb/NativeDynamodbResourcesIT.java
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
amazon-kms-quickstart/src/test/java/org/acme/kms/KmsResourcesIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.acme.kms; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class KmsResourcesIT extends KmsResourcesTest { | ||
// Runs the same tests as the parent class | ||
} |
8 changes: 0 additions & 8 deletions
8
amazon-kms-quickstart/src/test/java/org/acme/kms/NativeKmsResourcesIT.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
amazon-s3-quickstart/src/test/java/org/acme/s3/NativeS3ResourcesIT.java
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
amazon-s3-quickstart/src/test/java/org/acme/s3/S3ResourcesIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.acme.s3; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class S3ResourcesIT extends S3ResourcesTest { | ||
// Runs the same tests as the parent class | ||
} |
8 changes: 0 additions & 8 deletions
8
amazon-ses-quickstart/src/test/java/org/acme/ses/NativeSesResourcesIT.java
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
amazon-ses-quickstart/src/test/java/org/acme/ses/SesResourcesIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.acme.ses; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class SesResourcesIT extends SesResourcesTest { | ||
// Runs the same tests as the parent class | ||
} |
8 changes: 0 additions & 8 deletions
8
amazon-sns-quickstart/src/test/java/org/acme/sns/NativeSnsResourcesIT.java
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
amazon-sns-quickstart/src/test/java/org/acme/sns/SnsResourcesIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.acme.sns; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class SnsResourcesIT extends SnsResourcesTest { | ||
// Runs the same tests as the parent class | ||
} |
8 changes: 0 additions & 8 deletions
8
amazon-sqs-quickstart/src/test/java/org/acme/sqs/NativeSqsResourcesIT.java
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
amazon-sqs-quickstart/src/test/java/org/acme/sqs/SqsResourcesIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.acme.sqs; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class SqsResourcesIT extends SqsResourcesTest { | ||
// Runs the same tests as the parent class | ||
} |
8 changes: 0 additions & 8 deletions
8
amazon-ssm-quickstart/src/test/java/org/acme/ssm/NativeSsmResourcesIT.java
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
amazon-ssm-quickstart/src/test/java/org/acme/ssm/SsmResourcesIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.acme.ssm; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class SsmResourcesIT extends SsmResourcesTest { | ||
// Runs the same tests as the parent class | ||
} |
5 changes: 2 additions & 3 deletions
5
...start/amqp-quickstart-producer/src/test/java/org/acme/amqp/producer/QuotesResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
package org.acme.amqp.producer; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
import io.quarkus.test.junit.NativeImageTest; | ||
|
||
@NativeImageTest | ||
@QuarkusIntegrationTest | ||
public class QuotesResourceIT extends QuotesResourceTest { | ||
|
||
} |
8 changes: 8 additions & 0 deletions
8
awt-graphics-rest-quickstart/src/test/java/org/acme/awt/rest/ImageResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.acme.awt.rest; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class ImageResourceIT extends ImageResourceTest { | ||
// Execute the same tests but in native mode. | ||
} |
8 changes: 0 additions & 8 deletions
8
awt-graphics-rest-quickstart/src/test/java/org/acme/awt/rest/NativeImageResourceIT.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
cache-quickstart/src/test/java/org/acme/cache/NativeWeatherForecastResourceIT.java
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
cache-quickstart/src/test/java/org/acme/cache/WeatherForecastResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.acme.cache; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class WeatherForecastResourceIT extends WeatherForecastResourceTest { | ||
|
||
// Execute the same tests but in native mode. | ||
} |
9 changes: 9 additions & 0 deletions
9
config-quickstart/src/test/java/org/acme/config/GreetingResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.acme.config; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class GreetingResourceIT extends GreetingResourceTest { | ||
|
||
// Execute the same tests but in native mode. | ||
} |
9 changes: 0 additions & 9 deletions
9
config-quickstart/src/test/java/org/acme/config/NativeGreetingResourceIT.java
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
context-propagation-quickstart/src/test/java/org/acme/context/prices/PriceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...quickstarts/funqy-amazon-lambda-http-quickstart/src/test/java/org/acme/funqy/FunqyIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
funqy-quickstarts/funqy-amazon-lambda-quickstart/src/test/java/org/acme/funqy/FunqyIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
funqy-quickstarts/funqy-http-quickstart/src/test/java/org/acme/funqy/FunqyIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
funqy-quickstarts/funqy-knative-events-quickstart/src/test/java/org/acme/funqy/FunqyIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
getting-started-async/src/test/java/org/acme/getting/started/async/GreetingResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.acme.getting.started.async; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class GreetingResourceIT extends GreetingResourceTest { | ||
|
||
// Execute the same tests but in native mode. | ||
} |
9 changes: 0 additions & 9 deletions
9
...-started-async/src/test/java/org/acme/getting/started/async/NativeGreetingResourceIT.java
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
...ng-started-knative/src/test/java/org/acme/getting/started/knative/GreetingResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.acme.getting.started.knative; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class GreetingResourceIT extends GreetingResourceTest { | ||
|
||
// Execute the same tests but in native mode. | ||
} |
9 changes: 0 additions & 9 deletions
9
...rted-knative/src/test/java/org/acme/getting/started/knative/NativeGreetingResourceIT.java
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
getting-started-reactive-crud/src/test/java/org/acme/reactive/crud/FruitResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package org.acme.reactive.crud; | ||
|
||
import io.quarkus.test.junit.NativeImageTest; | ||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@NativeImageTest | ||
@QuarkusIntegrationTest | ||
class FruitResourceIT extends FruitResourceTest { | ||
|
||
} |
9 changes: 0 additions & 9 deletions
9
...ted-reactive/src/test/java/org/acme/getting/started/NativeReactiveGreetingResourceIT.java
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
...g-started-reactive/src/test/java/org/acme/getting/started/ReactiveGreetingResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.acme.getting.started; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class ReactiveGreetingResourceIT extends ReactiveGreetingResourceTest { | ||
|
||
// Execute the same tests but in native mode. | ||
} |
9 changes: 9 additions & 0 deletions
9
...ng-started-testing/src/test/java/org/acme/getting/started/testing/GreetingResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.acme.getting.started.testing; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class GreetingResourceIT extends GreetingResourceTest { | ||
|
||
// Execute the same tests but in native mode. | ||
} |
9 changes: 0 additions & 9 deletions
9
...rted-testing/src/test/java/org/acme/getting/started/testing/NativeGreetingResourceIT.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...started-testing/src/test/java/org/acme/getting/started/testing/NativeStaticContentIT.java
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
getting-started-testing/src/test/java/org/acme/getting/started/testing/StaticContentIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.acme.getting.started.testing; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class StaticContentIT extends StaticContentTest { | ||
|
||
// Execute the same tests but in native mode. | ||
} |
9 changes: 9 additions & 0 deletions
9
getting-started/src/test/java/org/acme/getting/started/GreetingResourceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package org.acme.getting.started; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
@QuarkusIntegrationTest | ||
public class GreetingResourceIT extends GreetingResourceTest { | ||
|
||
// Execute the same tests but in native mode. | ||
} |
Oops, something went wrong.