Name | Status | Type | Time(s) |
A spec is just a closure so it can contain code | Success | | 0.000 |
A spec can have more than one expectation test | Success | | 0.002 |
A spec can have negative expectations | Success | | 0.002 |
A spec can get private properties | Success | | 0.133 |
A spec can have tests that can be skipped easily like this one | Success | | 0.001 |
A spec can have tests that execute if the right environment exists (railo only) | Success | | 0.000 |
A spec can have tests that execute if the right environment exists (acf only) | Success | | 0.000 |
A spec can have a skip that is executed at runtime | Success | | 0.000 |
A spec can have null expectations | Success | | 0.001 |
A spec can have discrete math | Success | | 0.001 |
Custom Matchers are cool and foo should be really false | Success | | 0.001 |
Custom Matchers are still cool and the negation of foo should be really true | Success | | 0.000 |
Custom Matchers Nested suite: Testing loading via a CFC should be awesome | Success | | 0.006 |
Custom Matchers Nested suite: Testing loading via a CFC should know its maker | Success | | 0.001 |
Custom Matchers Nested suite: Testing loading via a CFC Yet another nested suite should have cascaded beforeEach() call from parent | Success | | 0.001 |
Custom Matchers Nested suite: Testing loading via a CFC Yet another nested suite should have cascaded beforeEach() call from grandparent | Success | | 0.000 |
Custom Matchers Another Nested Suite can also be awesome | Success | | 0.000 |
A railo only suite should only execute for railo | Success | | 0.005 |
A calculator test suite Can have a separate beforeEach for this suite | Success | | 0.047 |
A calculator test suite can add incorrectly and fail | Success | | 0.000 |
A calculator test suite cannot divide by zero | Success | | 0.001 |
A calculator test suite cannot divide by zero with message regex | Success | | 0.001 |
A calculator test suite can do throws with no message | Success | | 0.001 |
A calculator test suite can do throws with message and detail regex | Success | | 0.001 |
A calculator test suite can use a mocked stub | Success | | 0.107 |
A calculator test suite can produce errors | Success | | 0.001 |