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

com.github.spartatech.testutils.logback.constant.ExpectValue Maven / Gradle / Ivy

The newest version!
package com.github.spartatech.testutils.logback.constant;

/** 
 * 
 * Special expected values for UnitTestAsserterLogbackAppender test.
 * 
 * @author Daniel Conde Diehl
 * 
 * History: 
 *    Dec 27, 2016 - Daniel Conde Diehl
 *    Sep 07, 2021 - Daniel Conde Diehl - Adjusting Javadocs
 *  
 */
public enum ExpectValue {
    /** Allows any value as parameters **/
    ANY,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy