| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface TapConsumer
TAP Consumer is the responsible for generating the TAP Stream.
| Method Summary | |
|---|---|
|  Parser | getParser()Returns the Parser used in the Consumer. | 
|  TestSet | getTestSet()Returns the TestSet resulted from parsing a TAP File or TAP Stream. | 
|  TestSet | load(File file)Parses a TAP File. | 
|  TestSet | load(String tapStream)Parses a TAP Stream. | 
| Method Detail | 
|---|
TestSet load(File file)
file - TAP File.
TapConsumerExceptionTestSet load(String tapStream)
tapStream - TAP Stream
TapConsumerExceptionTestSet getTestSet()
Parser getParser()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||