org.openengsb.domain.test
Class TestEndEvent

java.lang.Object
  extended by org.openengsb.core.common.Event
      extended by org.openengsb.domain.test.TestEndEvent

public class TestEndEvent
extends Event


Constructor Summary
TestEndEvent(String testId, boolean success, String output)
           
 
Method Summary
 String getOutput()
           
 String getTestId()
           
 boolean isSuccess()
           
 
Methods inherited from class org.openengsb.core.common.Event
getName, getType, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEndEvent

public TestEndEvent(String testId,
                    boolean success,
                    String output)
Method Detail

getTestId

public String getTestId()

isSuccess

public boolean isSuccess()

getOutput

public String getOutput()


Copyright © 2009-2010. All Rights Reserved.