public class DefaultTestOutputEvent extends Object implements Serializable, TestOutputEvent
TestOutputEvent.Destination| Constructor and Description |
|---|
DefaultTestOutputEvent(TestOutputEvent.Destination destination,
String message) |
| Modifier and Type | Method and Description |
|---|---|
TestOutputEvent.Destination |
getDestination()
Destination of the message
|
String |
getMessage()
Message content
|
public DefaultTestOutputEvent(TestOutputEvent.Destination destination, String message)
public TestOutputEvent.Destination getDestination()
TestOutputEventgetDestination in interface TestOutputEventpublic String getMessage()
TestOutputEventgetMessage in interface TestOutputEventCopyright © 2013. All rights reserved