Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to use QuarkusTestProfile#testResources #12083

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Sep 14, 2020

Fixes: #12081

@geoand
Copy link
Contributor Author

geoand commented Sep 14, 2020

cc @famod

@geoand geoand added this to the 1.9.0 - master milestone Sep 14, 2020
@@ -504,11 +505,19 @@ public class MockGreetingProfile implements QuarkusTestProfile {
public String getConfigProfile() { <3>
return "test";
}

@Override
public List<TestResourceEntry> testResources() { <4>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you're missing an import to java.util.List?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@gastaldi gastaldi merged commit 82a9291 into quarkusio:master Sep 15, 2020
@geoand geoand deleted the #12081 branch September 15, 2020 11:43
@gsmet gsmet modified the milestones: 1.9.0 - master, 1.8.1.Final Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document how to use QuarkusTestProfile.testResources()
4 participants