UITestingKit

A set of tools that allow you to write unit tests for your code and UI tests for the final application
Download

UITestingKit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Ofri Wolfus
  • Publisher web site:
  • http://www.dpompa.com/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 289 KB

UITestingKit Tags


UITestingKit Description

A set of tools that allow you to write unit tests for your code and UI tests for the final application UITestingKit (UITK) is made up of two components - a framework and a command-line app called TestsRunner. The framework contains the base classes needed to write tests while the TestsRunner is used to run the compiled tests.UITestingKit's unit testing implementation was inspired SenTestingKit. Like SenTestingKit, UITK looks for all subclasses of DPTestCase, instantiates them, and invokes all instance methods that begin with 'test'. As a bonus, UITK also introduces a concept of async unit testing, that will enable developers to test multi-threaded code more easily. Integrated with your project’s build process, UITK should provide tremendous help in testing your product.NOTE: UITestingKit is developed and licensed under the terms of the BSD License. What's New in This Release: · Updated DPObjCRuntime.h/m. · Statistics are now printed in alphabetic order. · An autorelease pool is now created and destroyed before and after each test even in speed tests. This allows running a test many times without eating tons of memory. · DPTestCase now implements thread-safe reference counting. · Added support for running async tests more than once (i.e. speed testing). · Tests cases are now guaranteed to be executed in an alphabetic order. · TestsRunner now accepts paths relative to the current working directory instead of ignoring them. · TestsRunner can now handle paths beginning with a tilde. · TestsRunner now treats paths ending with ".testsModule/" as tests modules rather than directories. · TestsRunner is now a universal binary.


UITestingKit Related Software