org.openengsb.domain.test
Class TestFailEvent

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

public class TestFailEvent
extends TestEndEvent


Constructor Summary
TestFailEvent(long processId, String output)
           
TestFailEvent(String testId, String output)
           
 
Method Summary
 
Methods inherited from class org.openengsb.domain.test.TestEndEvent
getOutput, 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

TestFailEvent

public TestFailEvent(long processId,
                     String output)

TestFailEvent

public TestFailEvent(String testId,
                     String output)


Copyright © 2009-2012. All Rights Reserved.