| soot.toolkits.exceptions.ThrowableSetTest
ThrowableSetTest | public class ThrowableSetTest extends TestCase (Code) | | |
Inner Class :static class ExpectedSizeToSets | |
Inner Class :static class ExpectedMemoizations | |
Inner Class :static class ThrowableSetTestSetup extends TestSetup | |
Method Summary | |
public static void | assertSameMembers(ThrowableSet s, Set included, Set excluded) Asserts that the membership in the component sets of a
ThrowableSet correspond to expectations. | public static void | assertSameMembers(ThrowableSet s, RefLikeType[] included, RefLikeType[] excluded) Asserts that the membership in the component sets of a
ThrowableSet correspond to expectations. | public static void | assertSameMembers(ThrowableSet.Pair p, Set caughtIncluded, Set caughtExcluded, Set uncaughtIncluded, Set uncaughtExcluded) Asserts that the membership in the component sets of a
ThrowableSet.Pair correspond to expectations. | public static void | assertSameMembers(ThrowableSet.Pair p, RefLikeType[] caughtIncluded, RefLikeType[] caughtExcluded, RefLikeType[] uncaughtIncluded, RefLikeType[] uncaughtExcluded) Asserts that the membership in the component sets of a
ThrowableSet.Pair correspond to expectations. | public static Test | cannedSuite() | public static void | main(String arg) | void | printAllSets() | public static Test | reflectionSuite() | public static Test | suite() | public void | testAddAfterWhichCatchableAs0() | public void | testAddingSets0() | public void | testAddingSets1() | public void | testAddingSets2() | public void | testAddingSubclasses() | public void | testInitialState() | public void | testSingleInstance0() | public void | testSingleInstance1() | public void | testWhichCatchable0() | public void | testWhichCatchable1() | public void | testWhichCatchable10() | public void | testWhichCatchable2() | public void | testWhichCatchable3() |
DUMP_INTERNALS | final static boolean DUMP_INTERNALS(Code) | | |
assertSameMembers | public static void assertSameMembers(ThrowableSet s, Set included, Set excluded)(Code) | | Asserts that the membership in the component sets of a
ThrowableSet correspond to expectations.
Parameters: s - The set to be checked. Parameters: included - the Set of RefLikeTypes expected to be in included in s . Parameters: excluded - an Set of RefLikeTypesexpected to be excluded from s . throws: AssertionFailedError - if s does notcontain the types in included except for those in excluded . |
assertSameMembers | public static void assertSameMembers(ThrowableSet s, RefLikeType[] included, RefLikeType[] excluded)(Code) | | Asserts that the membership in the component sets of a
ThrowableSet correspond to expectations.
Parameters: s - The set to be checked. Parameters: included - an array containing the RefLikeTypes expected to be in included in s . Parameters: excluded - an array containing the RefLikeTypesexpected to be excluded from s . throws: AssertionFailedError - if s does notcontain the types in included except for those in excluded . |
assertSameMembers | public static void assertSameMembers(ThrowableSet.Pair p, Set caughtIncluded, Set caughtExcluded, Set uncaughtIncluded, Set uncaughtExcluded)(Code) | | Asserts that the membership in the component sets of a
ThrowableSet.Pair correspond to expectations.
Parameters: p - The pair to be checked. Parameters: caughtIncluded - the set of RefLikeTypesexpected to be in included in p.getCaught() . Parameters: caughtExcluded - the set of RefLikeType sexpected to be excluded from p.getCaught() . Parameters: uncaughtIncluded - the set of RefLikeType sexpected to be in included in p.getUncaught() . Parameters: uncaughtExcluded - the set of RefLikeType sexpected to be excluded from p.getUncaught() . throws: AssertionFailedError - if s does notcontain the types in included except for those in excluded . |
assertSameMembers | public static void assertSameMembers(ThrowableSet.Pair p, RefLikeType[] caughtIncluded, RefLikeType[] caughtExcluded, RefLikeType[] uncaughtIncluded, RefLikeType[] uncaughtExcluded)(Code) | | Asserts that the membership in the component sets of a
ThrowableSet.Pair correspond to expectations.
Parameters: p - The pair to be checked. Parameters: caughtIncluded - an array containing the RefLikeTypesexpected to be in included in p.getCaught() . Parameters: caughtExcluded - an array containing the RefLikeType sexpected to be excluded from p.getCaught() . Parameters: uncaughtIncluded - an array containing the RefLikeType sexpected to be in included in p.getUncaught() . Parameters: uncaughtExcluded - an array containing the RefLikeType sexpected to be excluded from p.getUncaught() . throws: AssertionFailedError - if s does notcontain the types in included except for those in excluded . |
cannedSuite | public static Test cannedSuite()(Code) | | |
printAllSets | void printAllSets()(Code) | | |
reflectionSuite | public static Test reflectionSuite()(Code) | | |
suite | public static Test suite()(Code) | | |
testAddAfterWhichCatchableAs0 | public void testAddAfterWhichCatchableAs0()(Code) | | |
testAddingSets0 | public void testAddingSets0()(Code) | | |
testAddingSets1 | public void testAddingSets1()(Code) | | |
testAddingSets2 | public void testAddingSets2()(Code) | | |
testAddingSubclasses | public void testAddingSubclasses()(Code) | | |
testInitialState | public void testInitialState()(Code) | | |
testSingleInstance0 | public void testSingleInstance0()(Code) | | |
testSingleInstance1 | public void testSingleInstance1()(Code) | | |
testWhichCatchable0 | public void testWhichCatchable0()(Code) | | |
testWhichCatchable1 | public void testWhichCatchable1()(Code) | | |
testWhichCatchable10 | public void testWhichCatchable10()(Code) | | |
testWhichCatchable2 | public void testWhichCatchable2()(Code) | | |
testWhichCatchable3 | public void testWhichCatchable3()(Code) | | |
|
|