Class Ide
In: lib/ide.rb
Parent: Runnable

Runs an IDE based HTML suite after transforming it based on current Oats data

Methods

new   run  

Constants

ROW_TEMPLATE = ' <tr><td><a href="FILE">FILE</a></td></tr>'
SUITE_TEMPLATE = <<-'END_OF_STRING' <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title> TITLE </title> </head> <body> <table> <tr><td><b>TITLE</b></td></tr> ROWS </table> </body> </html> END_OF_STRING

Public Class methods

Public Instance methods

Run input_suite_path while in a TestData.dir . Assumes Oats.data is initialized for TestData.dir

input_suite_path:path to the suite HTML
hash:list from => to values to use for regeneration of the included test cases.

[Validate]