public class SourceClassStructureTest
extends junit.framework.TestCase
| Modifier and Type | Field and Description |
|---|---|
private ClassStructure |
advancedTheThing |
private ClassStructure |
advancedThing |
private ClassStructure |
constructors |
private ClassStructure |
exceptionStuff |
private ClassStructure |
paramStuff |
private ClassStructure |
returnStuff |
private ClassStructure |
staticClass |
private ClassStructure |
theThing |
private ClassStructure |
thing |
| Constructor and Description |
|---|
SourceClassStructureTest(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
void |
testArrayDimensions() |
void |
testArrayMethods() |
void |
testClassInheritance() |
void |
testConstructors() |
void |
testExceptionCount() |
void |
testExceptions() |
void |
testIsInterface() |
void |
testMethodCount() |
void |
testMethodNames() |
void |
testMethodReturnTypes() |
void |
testName() |
void |
testNoStaticMethods() |
void |
testParameters() |
void |
testPrimitivesMethods() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSameprivate ClassStructure thing
private ClassStructure theThing
private ClassStructure staticClass
private ClassStructure returnStuff
private ClassStructure exceptionStuff
private ClassStructure paramStuff
private ClassStructure constructors
private ClassStructure advancedThing
private ClassStructure advancedTheThing
protected void setUp()
throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.Exceptionpublic void testName()
throws java.lang.Exception
java.lang.Exceptionpublic void testIsInterface()
throws java.lang.Exception
java.lang.Exceptionpublic void testMethodCount()
throws java.lang.Exception
java.lang.Exceptionpublic void testMethodNames()
throws java.lang.Exception
java.lang.Exceptionpublic void testMethodReturnTypes()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoStaticMethods()
throws java.lang.Exception
java.lang.Exceptionpublic void testPrimitivesMethods()
throws java.lang.Exception
java.lang.Exceptionpublic void testArrayMethods()
throws java.lang.Exception
java.lang.Exceptionpublic void testArrayDimensions()
throws java.lang.Exception
java.lang.Exceptionpublic void testExceptionCount()
throws java.lang.Exception
java.lang.Exceptionpublic void testExceptions()
throws java.lang.Exception
java.lang.Exceptionpublic void testParameters()
throws java.lang.Exception
java.lang.Exceptionpublic void testConstructors()
throws java.lang.Exception
java.lang.Exceptionpublic void testClassInheritance()
throws java.lang.Exception
java.lang.Exception