ManutencaoSoftware-TestContainers / testcontainers-java

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.org
MIT License
0 stars 0 forks source link

[CODE SMELL] Add a default case to this switch. #30

Closed fernandoelger closed 1 year ago

fernandoelger commented 1 year ago

[Code Smell - Critical]: Switch statements should have "default" clauses.