org.speakright.itest
Interface SRInteractiveTester.CommandReader

All Known Implementing Classes:
ConsoleReader, SRAutoTester
Enclosing class:
SRInteractiveTester

public static interface SRInteractiveTester.CommandReader

Interface for supplying input to the tester. This is an extension point so we can switch between console input, and programmatic input (auto-testing).

Author:
IanRaeLaptop

Method Summary
 java.lang.String readLine(int turnNumber)
           
 

Method Detail

readLine

java.lang.String readLine(int turnNumber)