mercredi 10 avril 2019

How to use @DisplayName in correct way while using it in Junit5 tests?

Using @DisplayName(...) is useful for simplifying while running test in IDE (e.g. IntelliJ), but what about references to the method names out of the IDE: if the test is failing for example in jenkins or maven, will @Displayname name be used or methodname? Or depends on jenkins, maven, etc. ?

Aucun commentaire:

Enregistrer un commentaire