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, toString
assertEquals, 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, failSame
private 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.TestCase
java.lang.Exception
public void testName() throws java.lang.Exception
java.lang.Exception
public void testIsInterface() throws java.lang.Exception
java.lang.Exception
public void testMethodCount() throws java.lang.Exception
java.lang.Exception
public void testMethodNames() throws java.lang.Exception
java.lang.Exception
public void testMethodReturnTypes() throws java.lang.Exception
java.lang.Exception
public void testNoStaticMethods() throws java.lang.Exception
java.lang.Exception
public void testPrimitivesMethods() throws java.lang.Exception
java.lang.Exception
public void testArrayMethods() throws java.lang.Exception
java.lang.Exception
public void testArrayDimensions() throws java.lang.Exception
java.lang.Exception
public void testExceptionCount() throws java.lang.Exception
java.lang.Exception
public void testExceptions() throws java.lang.Exception
java.lang.Exception
public void testParameters() throws java.lang.Exception
java.lang.Exception
public void testConstructors() throws java.lang.Exception
java.lang.Exception
public void testClassInheritance() throws java.lang.Exception
java.lang.Exception