Skip to content

TestBox is a next generation testing framework for ColdFusion (CFML) that is based on BDD (Behavior Driven Development) for providing a clean obvious syntax for writing tests. It also includes MockBox, our mocking and stubbing framework.

License

Notifications You must be signed in to change notification settings

tbenton/TestBox

 
 

Repository files navigation

Build Status

  _____         _   ____            
 |_   _|__  ___| |_| __ )  _____  __
   | |/ _ \/ __| __|  _ \ / _ \ \/ /
   | |  __/\__ \ |_| |_) | (_) >  < 
   |_|\___||___/\__|____/ \___/_/\_\ [email protected]@[email protected]@

TestBox is a Behavior Driven Development (BDD) and Test Driven Development (TDD) framework for ColdFusion (CFML). It also includes mocking and stubbing capabilities via its internal MockBox library.

##LICENSE Apache License, Version 2.0.

##IMPORTANT LINKS Source

Bug Tracking

Documentation

Official Site

##SYSTEM REQUIREMENTS

  • Railo 4.1 (xUnit + BDD) Deprecated
  • Lucee 4.5+ (xUnit + BDD)
  • ColdFusion 10+ (xUnit + BDD)
  • ColdFusion 9.02+ (xUnit style Only)

##TESTBOX INSTALLATION You can visit the TestBox documentation page to view all of its features and capabilities. To install TestBox just drop it in your web root as /testbox or create a mapping in your CFML administrator or Application.cfc that points to the directory you installed TestBox and create the mapping /testbox that points to it.

You can also use CommandBox to install and leverage TestBox for commandline executions, test generations, watchers and much more:

Stable Release

box install testbox

Bleeding Edge Release

box install testbox-be


Copyright Since 2005 by Luis Majano and Ortus Solutions, Corp

www.ortussolutions.com


####HONOR GOES TO GOD ABOVE ALL Because of His grace, this project exists. If you don't like this, then don't read it, its not for you.

"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ: By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God. And not only so, but we glory in tribulations also: knowing that tribulation worketh patience; And patience, experience; and experience, hope: And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the Holy Ghost which is given unto us. ." Romans 5:5

###THE DAILY BREAD

"I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12

About

TestBox is a next generation testing framework for ColdFusion (CFML) that is based on BDD (Behavior Driven Development) for providing a clean obvious syntax for writing tests. It also includes MockBox, our mocking and stubbing framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ColdFusion 81.5%
  • HTML 18.3%
  • CSS 0.2%