|
TestBox 2.4.0 | ||||
FRAMES |
railo-context.Componenttestbox.system.BaseSpec
testbox.system.compat.framework.TestCase
testbox.samples.specsWithFailures.MXUnitExpectedExceptions
public class MXUnitExpectedExceptions
Method Summary | |
---|---|
any |
afterTests()
|
any |
beforeTests()
LIFE CYCLE Methods ********************************** |
private any |
getData()
|
private any |
raiseExpectedException()
|
private any |
raiseUnexpectedException()
|
any |
setup()
|
any |
teardown()
|
any |
testExpectedExceptionFromMethodWithType()
|
any |
testExpectedExceptionFromMethodWithTypeAndRegex()
|
any |
testExpectedExceptionNoValue()
|
any |
testExpectedExceptionWithValue()
|
any |
testExpectException_should_fail()
|
any |
testRaiseException_fail_wrong_exception_raised()
|
any |
testRaiseException_pass()
|
Methods inherited from class railo-context.Component |
---|
|
Method Detail |
---|
public any afterTests()
afterTests
in class
TestCase
public any beforeTests()
beforeTests
in class
TestCase
private any getData()
private any raiseExpectedException()
private any raiseUnexpectedException()
public any setup()
setup
in class
TestCase
public any teardown()
teardown
in class
TestCase
public any testExpectedExceptionFromMethodWithType()
public any testExpectedExceptionFromMethodWithTypeAndRegex()
public any testExpectedExceptionNoValue()
public any testExpectedExceptionWithValue()
public any testExpectException_should_fail()
public any testRaiseException_fail_wrong_exception_raised()
public any testRaiseException_pass()
|
TestBox 2.4.0 | ||||
FRAMES |