lucee.Componenttestbox.system.BaseSpec
testbox.system.compat.framework.TestCase
testbox.tests.specsWithFailures.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 lucee.Component |
---|
None |
Method Detail |
---|
put things here that you want to run after all tests
afterTests
in class
TestCase
put things here that you want to run before all tests
beforeTests
in class
TestCase
put things here that you want to run before each test
setUp
in class
TestCase
put things here that you want to run after each test
tearDown
in class
TestCase