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

bug: contextLoads() Test Failed #14

Merged
merged 1 commit into from Jan 24, 2022
Merged

Conversation

evrentan
Copy link
Owner

bug: contextLoads() Test Failed

Fix the test fail case by adding "classes = SpringBootProjectExampleApplication.class" to @SpringBootTest annotation in the related test class.

Test Execution Result:

image

bug: contextLoads() Test Failed

Fix the test fail case by adding "classes = SpringBootProjectExampleApplication.class" to @SpringBootTest annotation in the related test class.
@evrentan evrentan added the bug Something isn't working label Jan 24, 2022
@evrentan evrentan self-assigned this Jan 24, 2022
@evrentan evrentan added this to In progress in Spring Boot Project Example Kanban Board via automation Jan 24, 2022
@evrentan evrentan merged commit e284bd6 into main Jan 24, 2022
Spring Boot Project Example Kanban Board automation moved this from In progress to Done Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

contextLoads() Test Failed with java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration
1 participant