|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.test.TestFactory
public final class TestFactory
Method Summary | |
---|---|
static void |
init(java.io.InputStream dbStream)
Read available action constraints and abilities references. |
static Test |
readNextTest(java.io.InputStream inputFile)
Return the next Test read from the current offset. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Test readNextTest(java.io.InputStream inputFile) throws java.io.IOException
inputFile
- is the file containing this test
java.io.IOException
- if error occurred during the reading process from the specified
input streampublic static void init(java.io.InputStream dbStream) throws java.io.IOException
dbStream
- the mdb stream's header.
java.io.IOException
- error during the test reading.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |