A G H N R S T 

A

AbstractInTestLinkRunListener - Class in net.oneandone.testlinkjunit.tljunit
Provides some basic methods mainly to set and get the current failure in a thread safe fashion.
AbstractInTestLinkRunListener() - Constructor for class net.oneandone.testlinkjunit.tljunit.AbstractInTestLinkRunListener
 
AbstractTestLinkRunListener<T extends AbstractInTestLinkRunListener> - Class in net.oneandone.testlinkjunit.tljunit
Abstract class which encapsulates the switching between Tests with and without TestLink annotations.
AbstractTestLinkRunListener(T) - Constructor for class net.oneandone.testlinkjunit.tljunit.AbstractTestLinkRunListener
Injects the listener for the actual report.

G

getCurrentFailure() - Method in class net.oneandone.testlinkjunit.tljunit.AbstractInTestLinkRunListener
Returns the failure of the current Thread.
getInTestLinkListener() - Method in class net.oneandone.testlinkjunit.tljunit.AbstractTestLinkRunListener
 

H

hasPassed() - Method in class net.oneandone.testlinkjunit.tljunit.AbstractInTestLinkRunListener
Has the the current test passed or failed (was an assumption)?

N

net.oneandone.testlinkjunit.tljunit - package net.oneandone.testlinkjunit.tljunit
By annotating your tests with TestLink test results will be written to a XML file which may be imported to a running Testlink instance as described in the user manual.
NOT_AVAILABLE - Static variable in annotation type net.oneandone.testlinkjunit.tljunit.TestLink
Default value for missing externalIds.

R

resetCurrentFailure() - Method in class net.oneandone.testlinkjunit.tljunit.AbstractInTestLinkRunListener
Resets the current failure, eg there is none.

S

setCurrentFailure(Failure) - Method in class net.oneandone.testlinkjunit.tljunit.AbstractInTestLinkRunListener
Sets the failure of the current Thread.

T

testAssumptionFailure(Failure) - Method in class net.oneandone.testlinkjunit.tljunit.AbstractTestLinkRunListener
testFailure(Failure) - Method in class net.oneandone.testlinkjunit.tljunit.AbstractTestLinkRunListener
testFinished(Description) - Method in class net.oneandone.testlinkjunit.tljunit.AbstractTestLinkRunListener
testIgnored(Description) - Method in class net.oneandone.testlinkjunit.tljunit.AbstractTestLinkRunListener
TestLink - Annotation Type in net.oneandone.testlinkjunit.tljunit
Annotation for marking Tests the results of which should be reported in testlink xml file.
TestLinkLoggingRunListener - Class in net.oneandone.testlinkjunit.tljunit
This class logs the start and end of executed tests to the injected Logger.
TestLinkLoggingRunListener() - Constructor for class net.oneandone.testlinkjunit.tljunit.TestLinkLoggingRunListener
By default log to Logger "TESTLINK" or one given by the system property testlink.loggername.
TestLinkLoggingRunListener(Logger, URI) - Constructor for class net.oneandone.testlinkjunit.tljunit.TestLinkLoggingRunListener
Logs to the injected Logger.
TestLinkXmlRunListener - Class in net.oneandone.testlinkjunit.tljunit
Writes an additional TestLink XML file as described in Testlink's user manual.
TestLinkXmlRunListener() - Constructor for class net.oneandone.testlinkjunit.tljunit.TestLinkXmlRunListener
Instantiates TestLinkXmlRunListener.TestLinkXmlRunListener(OutputStream, String) with parameters taken from System properties.
TestLinkXmlRunListener(OutputStream, String) - Constructor for class net.oneandone.testlinkjunit.tljunit.TestLinkXmlRunListener
Writes results to out using tester as name of the tester.
testRunFinished(Result) - Method in class net.oneandone.testlinkjunit.tljunit.TestLinkXmlRunListener
Will write the result to the outputstream and close the stream afterwards.
testStarted(Description) - Method in class net.oneandone.testlinkjunit.tljunit.AbstractTestLinkRunListener
A G H N R S T 

Copyright © 2012–2013 1&1. All rights reserved.