
com.github.spartatech.testutils.logback.constant.ExpectValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sparta-test-utils-junit5 Show documentation
Show all versions of sparta-test-utils-junit5 Show documentation
Utility classes for unit testing. Port for Junit5 Jupiter
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