org.openengsb.domain.test
Class TestEndEvent

java.lang.Object
  extended by org.openengsb.core.api.Event
      extended by org.openengsb.domain.test.TestEndEvent
Direct Known Subclasses:
TestFailEvent, TestSuccessEvent

public class TestEndEvent
extends org.openengsb.core.api.Event


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

Constructor Detail

TestEndEvent

public TestEndEvent(String testId,
                    String output)

TestEndEvent

public TestEndEvent(long processId,
                    String output)
Method Detail

getTestId

public String getTestId()

getOutput

public String getOutput()


Copyright © 2009-2011. All Rights Reserved.