![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.autotest.WeekdayEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.autotest Show documentation
Show all versions of tsl2.nano.autotest Show documentation
Generates unit tests from code or annotated methods
The newest version!
/*
* File: $HeadURL$
* Id : $Id$
*
* created by: Thomas Schneider
* created on: Oct 24, 2012
*
* Copyright: (c) Thomas Schneider 2012, all rights reserved
*/
package de.tsl2.nano.autotest;
/**
* Only for enum testing
* @author Thomas Schneider
* @version $Revision$
*/
public enum WeekdayEnum {
Monday,
Tuesday,
Wednesday,
Thursday,
Friday,
Saturday,
Sunday
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy