public class TestLinkLoggingRunListener extends AbstractTestLinkRunListener<net.oneandone.testlinkjunit.tljunit.InTestLinkLogRunListener>
Logger.
Logger may be set by means of the system property testlink.loggername, which
defaults to "TESTLINK".TestLinkXmlRunListener.| Constructor and Description |
|---|
TestLinkLoggingRunListener()
By default log to
Logger "TESTLINK" or one given by the system property testlink.loggername. |
TestLinkLoggingRunListener(Logger logger,
URI testLinkUri)
Logs to the injected
Logger. |
getInTestLinkListener, testAssumptionFailure, testFailure, testFinished, testIgnored, testStartedtestRunFinished, testRunStartedpublic TestLinkLoggingRunListener()
Logger "TESTLINK" or one given by the system property testlink.loggername.public TestLinkLoggingRunListener(Logger logger, URI testLinkUri)
Logger.logger - to log to.testLinkUri - will be used to log a direct link to the test case in your Testlink instance. An URI created
from an empty string will suppress the link.Copyright © 2012–2013 1&1. All rights reserved.