public class CustomReflectorTestCase extends java.lang.Object implements TestCase, TestLifeCycle
| Constructor and Description |
|---|
CustomReflectorTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testDropIndex() |
void |
testFieldIndex() |
void |
testSelectAll() |
void |
testSelectByField() |
void |
testSelectByFields() |
void |
testUpdate() |
public void setUp()
setUp in interface TestLifeCyclepublic void testUpdate()
public void testSelectAll()
public void testSelectByField()
public void testSelectByFields()
public void testDropIndex()
public void testFieldIndex()
public void tearDown()
tearDown in interface TestLifeCycle