Uses of Class
org.jlab.coda.jevio.EvioFileTest.TestResult

Uses of EvioFileTest.TestResult in org.jlab.coda.jevio
 

Methods in org.jlab.coda.jevio that return EvioFileTest.TestResult
static EvioFileTest.TestResult EvioFileTest.parseEventsTest(EvioReader reader, int num)
          Tests whether we can parse events from the file.
static EvioFileTest.TestResult EvioFileTest.readAllBlockHeadersTest(EvioReader reader)
          Tests whether we can look through the file and find all the block headers.
static EvioFileTest.TestResult EvioFileTest.readAllEventsTest(EvioReader reader)
          Tests whether we can look through the file read all the events.
static EvioFileTest.TestResult EvioFileTest.TestResult.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EvioFileTest.TestResult[] EvioFileTest.TestResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.