|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.daisy.zedval.engine.ZedTestProcessor
A ZedTestProcessor
object executes one or more Tests on one or
more ZedFiles
Constructor Summary | |
ZedTestProcessor(java.lang.String id,
java.lang.String l,
java.util.LinkedHashMap tests,
java.util.LinkedHashMap files,
ZedContext c)
|
Method Summary | |
ZedContext |
getContext()
Returns ZedContext for this run |
java.util.LinkedHashMap |
getFilesTested()
Returns a list of all files tested by this ZedTestProcessor |
java.lang.String |
getId()
Returns the id of this ZedTestProcessor (from processor map) |
java.lang.String |
getLabel()
Returns the name for this ZedTestProcessor |
java.util.LinkedHashMap |
getTestsImplemented()
Returns a list of all tests implemented by this ZedTestProcessor |
boolean |
performTests()
Performs all implemented tests on all given files |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ZedTestProcessor(java.lang.String id, java.lang.String l, java.util.LinkedHashMap tests, java.util.LinkedHashMap files, ZedContext c)
id
- ID of this ZedTestProcessor (from processor map)l
- Name for this ZedTestProcessortests
- LinkedHashMap of ZedTests that this ZedTestProcessor
implements (key = id)files
- LinkedHashMap of ZedFiles upon which this ZedTestProcessor is
to be invoked (key = absolute full path)c
- ZedContext for this runMethod Detail |
public boolean performTests()
public java.lang.String getId()
public java.lang.String getLabel()
public java.util.LinkedHashMap getTestsImplemented()
public java.util.LinkedHashMap getFilesTested()
public ZedContext getContext()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |