public class TryCatchFinally_NoFinally_StatementTest extends ByteCodeTestBase
TestClass.EqualityTester| Constructor and Description |
|---|
TryCatchFinally_NoFinally_StatementTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testTryCatch_ExceptionTriggeredInTry_After() |
void |
testTryCatch_ExceptionTriggeredInTry_Before() |
void |
testTryCatch_NoException() |
void |
testTryCatch_ReturnFromFinally() |
void |
testTryCatchFinally_NoException() |
void |
testTryCatchFinally_WithCatchThatThrows() |
void |
testTryCatchFinally_WithException() |
void |
testTryCatchFinally_WithFinallyThatReturnsNull_AndTryThatThrows() |
void |
testTryCatchFinally_WithFinallyThatReturnsNull() |
void |
testTryCatchFinally_WithNpeException() |
void |
testTryCatchFinally_WithSecondException() |
constructFromGosuClassloader, getClassFromGosuClassLoader, invokeMethod, invokeStaticMethod_suite, addMetadata, afterTestClass, afterTestMethod, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertCausesException, assertCollectionEquals, assertCollectionEquals, assertIterableEquals, assertIterableEquals, assertIterableEqualsIgnoreOrder, assertListEquals, assertListEquals, assertMatchRegex, assertSetsEqual, assertZero, assertZero, beforeTestClass, beforeTestMethod, createClassMetadata, createDefaultEnvironment, createMetadata, createMetadata, createMethodMetadata, createTestClass, doRunTest, getClassName, getExecutionManager, getFullClassNameInternal, getMetadata, getName, getNumberOfInstancesOfTestClassCreated, getPackageName, getTotalNumTestMethods, getType, getTypeName, initInternalData, initMetadata, isGosuTest, isMetaAnnotation, isMetaAnnotationInfo, reallyRun, reallyRunBare, run, runBare, runTest, setExecutionManager, setGosuTest, setName, setUp, 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, failSame, formatpublic TryCatchFinally_NoFinally_StatementTest()
public void testTryCatch_ExceptionTriggeredInTry_After()
throws Exception
Exceptionpublic void testTryCatch_ExceptionTriggeredInTry_Before()
throws Exception
Exceptionpublic void testTryCatch_ReturnFromFinally()
throws Exception
Exceptionpublic void testTryCatchFinally_NoException()
throws Exception
Exceptionpublic void testTryCatchFinally_WithException()
throws Exception
Exceptionpublic void testTryCatchFinally_WithNpeException()
throws Exception
Exceptionpublic void testTryCatchFinally_WithSecondException()
throws Exception
Exceptionpublic void testTryCatchFinally_WithCatchThatThrows()
throws Exception
Exceptionpublic void testTryCatchFinally_WithFinallyThatReturnsNull()
throws Exception
ExceptionCopyright © 2015. All rights reserved.