What's New With 2.3.0
Last updated
Was this helpful?
Last updated
Was this helpful?
TestBox 2.3.0 is a minor release with some great new functionality and tons of fixes. This release has been a great community effort as many people in the community contributed to its release.
Bug
[] - If test spec descriptor contains a comma, it can not be drilled down to run that one spec directly
[] - Allow Mocking of an Interface that implements another interface
[] - Give line number when an expectation fails or errors out
New Feature
[] - new expressive exception throwing goodness: $throws()
[] - Recursively call parent `aroundEach` functions in reverse tree format
[] - Add annotation hooks for lifecycle methods
[] - remove the TestBox tag contexts from the beginning of Failure Origins
[] - Make test harness easier for development via CommandBox
[] - Add travis build support for supporting pull requests and test matrixes
[] - Update API Docs to leverage DocBox instead
Improvement
[] - Explicitly place the instance "scope" in the variables scope due to lucee full cascade support
[] - update string buffers to string builders