public class EnumTestCase extends java.lang.Object implements TestLifeCycle
| Modifier and Type | Class and Description |
|---|---|
static class |
EnumTestCase.MyEnum |
static class |
EnumTestCase.MyEnumClient |
| Constructor and Description |
|---|
EnumTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testEnumFieldAccessIsNotEnhanced() |
void |
testEnumIsNotActivatable() |
public void setUp()
throws java.lang.Exception
setUp in interface TestLifeCyclejava.lang.Exceptionpublic void testEnumIsNotActivatable()
throws java.lang.Exception
java.lang.Exceptionpublic void testEnumFieldAccessIsNotEnhanced()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in interface TestLifeCyclejava.lang.Exception