TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.manual.runner.model.util
Class EventLogger

java.lang.Object
  extended byorg.eclipse.hyades.test.manual.runner.model.util.EventLogger

Deprecated. As of TPTP v4.1.0, replaced by one or more classes in the #org.eclipse.tptp.test.manual.runner.core.internal.model.util package.

public abstract class EventLogger
extends java.lang.Object

Since:
1.0.2

Constructor Summary
EventLogger()
          Deprecated.  
 
Method Summary
abstract  void log(ExecutionEvent executionEvent)
          Deprecated.  
 void logInvocation(TestInvocation testInvocation, int status, java.lang.String text)
          Deprecated.  
 void logMessage(NamedElement namedElement, int messageSeverity, java.lang.String text)
          Deprecated.  
 void logTyped(NamedElement namedElement, int type, java.lang.String text)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLogger

public EventLogger()
Deprecated. 
Method Detail

logMessage

public void logMessage(NamedElement namedElement,
                       int messageSeverity,
                       java.lang.String text)
Deprecated. 

logTyped

public void logTyped(NamedElement namedElement,
                     int type,
                     java.lang.String text)
Deprecated. 

logInvocation

public void logInvocation(TestInvocation testInvocation,
                          int status,
                          java.lang.String text)
Deprecated. 

log

public abstract void log(ExecutionEvent executionEvent)
Deprecated. 

TPTP 4.3.0 Testing Tools Project
Public API Specification