All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.lestard.assertj.javafx.internal.ErrorMessages Maven / Gradle / Ivy

The newest version!
package eu.lestard.assertj.javafx.internal;


/**
 * Helper class that contains reusable error messages for returning use cases with the same message.
 */
class ErrorMessages {

    static final String EXPECTED_NOT_NULL = "The expected value may not be null";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy