junitx.ddtunit.resources
Class SimpleTypeSafeEnum
java.lang.Object
junitx.ddtunit.resources.SimpleTypeSafeEnum
public class SimpleTypeSafeEnum
- extends Object
Class represents a typesafe enumeration class example for test purposes.
- Author:
- jg
FIRST_ENUM
public static final SimpleTypeSafeEnum FIRST_ENUM
SECOND_ENUM
public static final SimpleTypeSafeEnum SECOND_ENUM
THIRD_ENUM
public static final SimpleTypeSafeEnum THIRD_ENUM
equals
public boolean equals(Object o)
- Returns
true
if this SimpleTypeSafeEnum
is
the same as the o argument.
- Overrides:
equals
in class Object
- Returns:
true
if this SimpleTypeSafeEnum
is
the same as the o argument.
hashCode
public int hashCode()
- Override hashCode.
- Overrides:
hashCode
in class Object
- Returns:
- the Objects hashcode.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011. All Rights Reserved.