public class TypeDescriptorTest extends Object
| Constructor and Description |
|---|
TypeDescriptorTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpClass() |
void |
testAny() |
void |
testArray() |
void |
testCreate() |
void |
testExecutable() |
void |
testForValue() |
void |
testHash() |
void |
testInstantiable() |
void |
testInstantiablesWithExecutables() |
void |
testIntersection() |
void |
testIterable() |
void |
testIterator() |
void |
testPrimitive() |
void |
testSubtract() |
void |
testUnion() |
void |
testUnionBothExecutables() |
public static void setUpClass()
public void testCreate()
public void testPrimitive()
public void testArray()
public void testIterable()
public void testIterator()
public void testHash()
public void testUnion()
public void testSubtract()
public void testExecutable()
public void testInstantiable()
public void testAny()
public void testIntersection()
public void testUnionBothExecutables()
public void testInstantiablesWithExecutables()
public void testForValue()