public abstract class AnalyzeSerializablesJUnitTestBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
AnalyzeSerializablesJUnitTestBase() |
Modifier and Type | Method and Description |
---|---|
void |
findClasses() |
protected abstract java.lang.String |
getModuleName()
Override only this one method in sub-classes
|
void |
loadExpectedSerializables() |
void |
setUp() |
void |
testDataSerializables() |
void |
testExcludedClassesAreNotInSanctionedSerializables() |
void |
testExcludedClassesExistAndDoNotDeserialize() |
void |
testOpenBugsAreInSanctionedSerializables() |
void |
testSanctionedClassesExistAndDoDeserialize() |
void |
testSerializables() |
public void loadExpectedSerializables() throws java.lang.Exception
java.lang.Exception
public void findClasses() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
protected abstract java.lang.String getModuleName()
public void testDataSerializables() throws java.lang.Exception
java.lang.Exception
public void testSerializables() throws java.lang.Exception
java.lang.Exception
public void testExcludedClassesExistAndDoNotDeserialize() throws java.lang.Exception
java.lang.Exception
public void testSanctionedClassesExistAndDoDeserialize() throws java.lang.Exception
java.lang.Exception
public void testOpenBugsAreInSanctionedSerializables() throws java.lang.Exception
java.lang.Exception
public void testExcludedClassesAreNotInSanctionedSerializables() throws java.lang.Exception
java.lang.Exception