|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpathtest.FileInputTester
Class FileInputTester reads in a file of test cases and tests the input
Constructor Summary | |
FileInputTester(java.io.InputStream in,
InputChecker checker)
Constructor takes in args and assigns instance variables |
Method Summary | |
void |
do_all()
Iterate through each line of filestream read in form buffer, if starting with `****xml` , `%` or `****` Then either load xml file, continue or check string prceeding `****`, else throw exceptions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileInputTester(java.io.InputStream in, InputChecker checker)
in
- file to be tested form inputstreamchecker
- check inputMethod Detail |
public void do_all() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |