Module TestData
In: lib/test_data.rb

Interface module for TestCase or TestList related operations

Methods

Public Class methods

Returns last test in the currently executing list

index:of the test in tests array. Default is last
 Example

TestData.current_test(-2) => Previous test

Returns absolute path after locating file in test directories If dir is false, do not return a directory

[Validate]