REALunit

Simple unit testing framework for use with REALbasic
Download

REALunit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Donationware
  • Publisher Name:
  • Charcoal Design
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 16 KB

REALunit Tags


REALunit Description

Simple unit testing framework for use with REALbasic REALunit library is an open source and simple unit testing REALbasic framework, similar in concept to the JUnit or JSUnit systems from the Java and JavaScript worlds.REALunit is designed to make unit testing as simple and intuitive as possible. In a traditional Java program one would write a unit test class to mirror every class in the program, and within that test class would be a test method to mirror each method of the class being tested. This approach is very thorough, but literally means writing everything twice.REALunit will allow you to work this way, but because it uses interfaces (or introspection, if you have RB2008 or later), there is no need to create separate test classes in most cases - you can simply add test methods directly to your existing classes. Requirements: · REALbasic


REALunit Related Software