Blog

Luis Majano

March 11, 2016

Spread the word


Share your thoughts

Team TestBox is proud to bring our latest release to the masses, v2.3.0.  This release includes some minor fixes and a plethora of cool new features, mostly thanks to Mr Eric Peterson and our Slack community. It has been incredible to get so much community support in this project and so many pull requests and even to our documentation. So thank you so much for supporting and believing in us. This release is for you!

Getting Started

All the docs have been updated in our documentation book and check out the what's new page for an in-depth overview of this release.

You can also very easily get started or update your project with TestBox via CommandBox CLI for ColdFusion (CFML):

# install testbox
box install testbox

# update testbox
box update testbox

#what you thought there was more?

Major Features

This is a big minor release including some great new functionality like life-cycle annotations, complete nested aroundEach() abilities, line number problem identifications, Travis support, new $throws() expressive method for mocking exceptions, and tons of other little updates to make your testing easier and pleasurable. Enjoy!

Release Notes

Here are all the tickets for this release

Bugs Squashed

  • [TESTBOX-140] - Allow Mocking of an Interface that implements another interface

New Features

  • [TESTBOX-158] - Give line number when an expectation fails or errors out
  • [TESTBOX-150] - new expressive exception throwing goodness: $throws()
  • [TESTBOX-161] - Recursively call parent `aroundEach` functions in reverse tree format
  • [TESTBOX-162] - Add annotation hooks for lifecycle methods
  • [TESTBOX-163] - remove the TestBox tag contexts from the beginning of Failure Origins
  • [TESTBOX-164] - Make test harness easier for development via CommandBox
  • [TESTBOX-165] - Add travis build support for supporting pull requests and test matrixes
  • [TESTBOX-166] - Update API Docs to leverage DocBox instead

Improvements

  • [TESTBOX-160] - Explicitly place the instance "scope" in the variables scope due to lucee full cascade support
  • [TESTBOX-167] - update string buffers to string builders

Add Your Comment

Recent Entries

Did you miss the News? Introducing the SocketBox STOMP Broker (Demo)

Did you miss the News? Introducing the SocketBox STOMP Broker (Demo)

We’ve been working on a fun new library to make WebSockets easier for CFML (and BoxLang) developers. WebSockets are incredibly powerful for real-time applications, but CF developers have historically lagged behind other languages in adopting this technology. With SocketBox, we’re addressing this gap by providing a solution that is easy to implement, much like Socket.io for Node.js apps.

Maria Jose Herrera
Maria Jose Herrera
November 25, 2024
BoxLang 1.0.0 Beta 23 Launched

BoxLang 1.0.0 Beta 23 Launched

The latest release of BoxLang, Beta 23, marks a significant step forward in our journey to create the ultimate dynamic language for the JVM. Packed with powerful new features, important bug fixes, and thoughtful optimizations, this update is designed to make your development experience smoother, faster, and more reliable, especially after now starting to take 100s of comments and bug reports from our community.

Luis Majano
Luis Majano
November 23, 2024
TestBox Latest Updates and News!

TestBox Latest Updates and News!

We’re thrilled to have launched the new TestBox website and TestBox 6.0! If you haven’t had a chance to explore yet, visit TestBox to discover updated documentation, powerful resources, and features that make testing more efficient than ever.

Maria Jose Herrera
Maria Jose Herrera
November 21, 2024