OOoRunner test harness

stats
Class Summarizer

java.lang.Object
  |
  +--stats.Summarizer

public class Summarizer
extends Object

this class summs up the results of the subentries of a given DescEntry
and fills the subentries in cases of SKIPPED states


Constructor Summary
Summarizer()
           
 
Method Summary
static void summarizeDown(DescEntry entry, String state)
           
 void summarizeUp(DescEntry entry)
          gets the state for a SuperEntry according to its subentries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Summarizer

public Summarizer()
Method Detail

summarizeUp

public void summarizeUp(DescEntry entry)
gets the state for a SuperEntry according to its subentries

summarizeDown

public static void summarizeDown(DescEntry entry,
                                 String state)

OOoRunner test harness