jasco.testing
Class RunAroundThrowingReturningTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by jasco.testing.DefaultJAsCoTest
              extended by jasco.testing.RunJAsCoProgramTest
                  extended by jasco.testing.RunAroundThrowingReturningTest
All Implemented Interfaces:
IJAsCoTest, TestConstants, junit.framework.Test

public class RunAroundThrowingReturningTest
extends RunJAsCoProgramTest

Author:
Wim TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from interface jasco.testing.TestConstants
HOTSWAP1, HOTSWAP2, NO_JUTTA, RUNTIME_WEAVER, TRANSFORM_BEAN
 
Constructor Summary
RunAroundThrowingReturningTest(int type)
           
 
Method Summary
 boolean checkOutput(java.lang.StringBuffer b)
           
 
Methods inherited from class jasco.testing.RunJAsCoProgramTest
checkOutputShouldNotOccur, checkOutputShouldOccur, checkOutputShouldOccur
 
Methods inherited from class jasco.testing.DefaultJAsCoTest
addOption, addOptionFirst, checkError, getClassDir, getCommand, getDescription, getGlobalLog, getLogDir, getName, getOptions, getOutputDir, getWorkingDir, logGlobalError, openDataFile, openLogFile, readDataFile, runBare, runCommand, setCommand, setDescription, setWorkingDir, skipTest, startTest, succeededPreviously, testSucceededPreviously, writeResult
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, run, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface junit.framework.Test
countTestCases, run
 

Constructor Detail

RunAroundThrowingReturningTest

public RunAroundThrowingReturningTest(int type)
Parameters:
type - is one of the TestConstants constants, specifies the weaver to use by JAsCo
Method Detail

checkOutput

public boolean checkOutput(java.lang.StringBuffer b)
Overrides:
checkOutput in class DefaultJAsCoTest