org.openengsb.domain.test
Class TestSuccessEvent

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

public class TestSuccessEvent
extends TestEndEvent


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

TestSuccessEvent

public TestSuccessEvent(long processId,
                        String output)

TestSuccessEvent

public TestSuccessEvent(String testId,
                        String output)


Copyright © 2009-2011. All Rights Reserved.