Class TestRunner
In: frankenstein_driver.rb
Parent: Object

Runs multiple tests in a suite. Generates an index file that displays whether a test passed or failed.

Methods

new   run  

Public Class methods

Public Instance methods

Runs multiple tests. The argument to the function is a list of Frankenstein test classes.

[Validate]