org.uispec4j.xml
Class EventLogger

java.lang.Object
  extended by org.uispec4j.xml.EventLogger

public class EventLogger
extends java.lang.Object


Nested Class Summary
 class EventLogger.Log
           
 
Constructor Summary
EventLogger()
           
 
Method Summary
 void assertEmpty()
           
 void assertEquals(EventLogger expected)
           
 void assertEquals(java.lang.String expected)
           
 void assertEquivalent(java.lang.String expected)
           
 EventLogger.Log log(java.lang.String eventName)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLogger

public EventLogger()
Method Detail

assertEquals

public void assertEquals(java.lang.String expected)

assertEquals

public void assertEquals(EventLogger expected)

assertEquivalent

public void assertEquivalent(java.lang.String expected)

assertEmpty

public void assertEmpty()
                 throws java.lang.Exception
Throws:
java.lang.Exception

reset

public void reset()

log

public EventLogger.Log log(java.lang.String eventName)


Copyright © 2004-2010. All Rights Reserved.