|
TestBox 2.4.0 | ||||
FRAMES |
railo-context.Componenttestbox.system.BaseSpec
testbox.system.compat.framework.TestCase
testbox.samples.specsWithFailures.TeardownWithFailureTest
public class TeardownWithFailureTest
Method Summary | |
---|---|
void |
afterTests()
put things here that you want to run after all tests |
void |
beforeTests()
put things here that you want to run before all tests |
void |
setUp()
put things here that you want to run before each test |
void |
stonesFailTest()
|
void |
stonesSuccessTest()
|
void |
tearDown()
put things here that you want to run after each test |
Methods inherited from class railo-context.Component |
---|
|
Method Detail |
---|
public void afterTests()
afterTests
in class
TestCase
public void beforeTests()
beforeTests
in class
TestCase
public void setUp()
setUp
in class
TestCase
public void stonesFailTest()
public void stonesSuccessTest()
public void tearDown()
tearDown
in class
TestCase
|
TestBox 2.4.0 | ||||
FRAMES |