brooklyn.test
Class LoggingVerboseReporter

java.lang.Object
  extended by org.testng.TestListenerAdapter
      extended by brooklyn.test.VerboseReporter
          extended by brooklyn.test.LoggingVerboseReporter
All Implemented Interfaces:
org.testng.IConfigurationListener, org.testng.IConfigurationListener2, org.testng.internal.IResultListener, org.testng.internal.IResultListener2, org.testng.ITestListener, org.testng.ITestNGListener

public class LoggingVerboseReporter
extends VerboseReporter


Field Summary
 
Fields inherited from class brooklyn.test.VerboseReporter
LISTENER_PREFIX
 
Constructor Summary
LoggingVerboseReporter()
           
LoggingVerboseReporter(String prefix)
           
 
Method Summary
protected  void log(String message)
           
 
Methods inherited from class brooklyn.test.VerboseReporter
beforeConfiguration, onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailure, onTestSkipped, onTestStart, onTestSuccess, toString
 
Methods inherited from class org.testng.TestListenerAdapter
getAllTestMethods, getConfigurationFailures, getConfigurationSkips, getFailedButWithinSuccessPercentageTests, getFailedTests, getPassedTests, getSkippedTests, getTestContexts, setAllTestMethods, setFailedButWithinSuccessPercentageTests, setFailedTests, setPassedTests, setSkippedTests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggingVerboseReporter

public LoggingVerboseReporter()

LoggingVerboseReporter

public LoggingVerboseReporter(String prefix)
Method Detail

log

protected void log(String message)
Overrides:
log in class VerboseReporter


Copyright © 2013. All Rights Reserved.