com.anaptecs.jeaf.junit.openapi.base.BooleanLiteralsEnum Maven / Gradle / Ivy
/*
* anaptecs GmbH, Ricarda-Huch-Str. 71, 72760 Reutlingen, Germany
*
* Copyright 2004 - 2021. All rights reserved.
*/
package com.anaptecs.jeaf.junit.openapi.base;
public enum BooleanLiteralsEnum {
YES, ON, off, y, n, YEAH, NO, True, FaLsE;
}