/problem-spring-web-demo

French assertion failure demo

Primary LanguageJava

This project has been created to demonstrate the assertion failure with some french messages, as discussed here.

Building the Project
gradlew clean build

The build will fail with:

Expected: "Le code doit contenir entre 10 et 20 caractères" but: was "Le code doit contenir entre 10 et 20 caractères"

In order to make the test succeed, the FrenchAssertionFailureDemo#negotiate function must be uncommented.