A B C D E F G H I J L M O P R S T V

A

AbstractTapElementDiagnostic - Class in org.tap4j.model
TAP Element that supports diagnostic information.
AbstractTapElementDiagnostic() - Constructor for class org.tap4j.model.AbstractTapElementDiagnostic
 
addAll(ResultMap, IResultMap) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
Adds all ITestResult's inside the map object inside the total one.
addBailOut(BailOut) - Method in class org.tap4j.model.TestSet
 
addComment(Comment) - Method in class org.tap4j.model.TestResult
Adds a new comment to this Test Result.
addComment(Comment) - Method in class org.tap4j.model.TestSet
 
addTapLine(TapResult) - Method in class org.tap4j.model.TestSet
Adds a new TAP Line.
addTestResult(TestResult) - Method in class org.tap4j.model.TestSet
Adds a TestResult into the list of TestResults.

B

BAIL_OUT_PATTERN - Static variable in interface org.tap4j.parser.Parser
TAP Bail Out! Regex Pattern.
BailOut - Class in org.tap4j.model
Represents a Bail Out TAP Line.
BailOut(String) - Constructor for class org.tap4j.model.BailOut
Constructor with parameter.

C

checkIfTAPPlanIsSetBeforeTestResultsOrBailOut() - Method in class org.tap4j.parser.Tap13Parser
Checks if the TAP Plan is set before any Test Result or Bail Out.
checkIfTAPPlanIsSetBeforeTestResultsOrBailOut() - Method in class org.tap4j.parser.Tap13YamlParser
Checks if the TAP Plan is set before any Test Result or Bail Out.
checkTAPHeaderParsingLocationAndDuplicity() - Method in class org.tap4j.parser.Tap13Parser
Checks the Header location and duplicity.
checkTAPHeaderParsingLocationAndDuplicity() - Method in class org.tap4j.parser.Tap13YamlParser
Checks the Header location and duplicity.
checkTAPPlanDuplicity() - Method in class org.tap4j.parser.Tap13Parser
Checks if there are more than one TAP Plan in the TAP Stream.
checkTAPPlanDuplicity() - Method in class org.tap4j.parser.Tap13YamlParser
Checks if there are more than one TAP Plan in the TAP Stream.
checkTAPPlanIsSet() - Method in class org.tap4j.parser.Tap13Parser
Checks if TAP Plan has been set.
checkTAPPlanIsSet() - Method in class org.tap4j.parser.Tap13YamlParser
Checks if TAP Plan has been set.
checkTAPPlanPosition() - Method in class org.tap4j.parser.Tap13Parser
Deprecated.  
checkTAPPlanPosition() - Method in class org.tap4j.parser.Tap13YamlParser
Deprecated.  
Comment - Class in org.tap4j.model
A TAP Comment.
Comment(String) - Constructor for class org.tap4j.model.Comment
Constructor with text.
COMMENT_PATTERN - Static variable in interface org.tap4j.parser.Parser
TAP Comment Regex Pattern.
containsBailOut() - Method in class org.tap4j.model.TestSet
 
containsNotOk() - Method in class org.tap4j.model.TestSet
 
containsOk() - Method in class org.tap4j.model.TestSet
 
createTestNGYAMLishData(TestResult, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
Inserts TestNG YAMLish diagnostic information into a TAP TestResult.
createYAMLishActualAndExpected(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishBacktrace(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishDatetime(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishDisplay(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishDump(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishError(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishExtensions(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
Creates YAMLish diagnostic extensions entry data.
createYAMLishFile(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishLine(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishMessage(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishName(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishSeverity(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 
createYAMLishSource(Map<String, Object>, ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
 

D

Directive - Class in org.tap4j.model
Represents a Test Directive.
Directive(DirectiveValues, String) - Constructor for class org.tap4j.model.Directive
Constructor with parameters.
DirectiveValues - Enum in org.tap4j.util
Test Directive value.
dump(TestSet) - Method in interface org.tap4j.producer.Producer
Returns a String representing the TAP Stream produced from a TestSet.
dump(TestSet, Writer) - Method in interface org.tap4j.producer.Producer
Writes the TAP Stream produced from a TestSet into a Writer.
dump(TestSet, File) - Method in interface org.tap4j.producer.Producer
Writes the TAP Stream into an output File.
dump(TestSet) - Method in class org.tap4j.producer.TapProducer
 
dump(TestSet, Writer) - Method in class org.tap4j.producer.TapProducer
 
dump(TestSet, File) - Method in class org.tap4j.producer.TapProducer
 
DumperOptions - Class in org.tap4j.representer
Options used by a representer.
DumperOptions() - Constructor for class org.tap4j.representer.DumperOptions
 

E

EXECUTION_DATE_COMPARATOR - Static variable in class org.tap4j.ext.testng.TestNGTapUtils
A constant that defines a comparator for TestNG TestResults.
extractBailOut(Matcher) - Method in class org.tap4j.parser.Tap13Parser
 
extractBailOut(Matcher) - Method in class org.tap4j.parser.Tap13YamlParser
 
extractClassName(Description) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Extract the class name from a given junit test description
extractComment(Matcher) - Method in class org.tap4j.parser.Tap13Parser
 
extractComment(Matcher) - Method in class org.tap4j.parser.Tap13YamlParser
 
extractFooter(Matcher) - Method in class org.tap4j.parser.Tap13Parser
Simply extracts the footer from the TAP line.
extractFooter(Matcher) - Method in class org.tap4j.parser.Tap13YamlParser
Simply extracts the footer from the TAP line.
extractHeader(Matcher) - Method in class org.tap4j.parser.Tap13Parser
Extracts the Header from a TAP Line.
extractHeader(Matcher) - Method in class org.tap4j.parser.Tap13YamlParser
Extracts the Header from a TAP Line.
extractMethodName(Description) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Get the tested method name
extractPlan(Matcher) - Method in class org.tap4j.parser.Tap13Parser
 
extractPlan(Matcher) - Method in class org.tap4j.parser.Tap13YamlParser
 
extractSimpleClassName(Description) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Extract the simple class name from a given junit test description
extractTestResult(Matcher) - Method in class org.tap4j.parser.Tap13Parser
 
extractTestResult(Matcher) - Method in class org.tap4j.parser.Tap13YamlParser
 

F

fillAttributes(ITestResult, ITestContext) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
Fills the TestNG Attributes from the context into the TestNG Test Result.
findInWhatGroupsMethodIs(ITestNGMethod, Map<String, Collection<ITestNGMethod>>) - Method in class org.tap4j.ext.testng.SuiteTapReporter
Get all groups names that a Test Method is inclueded in
Footer - Class in org.tap4j.model
This class represents a Footer in the TAP Stream.
Footer(String) - Constructor for class org.tap4j.model.Footer
Constructor that calls super class constructor.
FOOTER_PATTERN - Static variable in interface org.tap4j.parser.Parser
TAP Footer Regex Pattern.

G

generateClasses(XmlSuite, ISuite) - Method in class org.tap4j.ext.testng.SuiteTapReporter
Populate a List of ITestResults for every test Class in a test Suite
generateReport(List<XmlSuite>, List<ISuite>, String) - Method in class org.tap4j.ext.testng.SuiteTapReporter
 
generateResultsMapForGroups(XmlSuite, ISuite, Map<String, Collection<ITestNGMethod>>) - Method in class org.tap4j.ext.testng.SuiteTapReporter
Generate the results map for the groups
generateTapPerClass(Result) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Generate tap file for a class
generateTAPPerClass(ITestContext) - Method in class org.tap4j.ext.testng.TestTapReporter
Generate TAP file for tests
generateTAPPerGroup(List<XmlSuite>, List<ISuite>, String) - Method in class org.tap4j.ext.testng.SuiteTapReporter
Generate a TAP file for every group tested
generateTapPerMethod(Result) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Generate tap file for each method
generateTAPPerMethod(ITestContext) - Method in class org.tap4j.ext.testng.TestTapReporter
Generate a TAP file for every method tested
generateTapPerSuite(Result) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Generate tap file for per suite
generateTAPPerSuite(List<XmlSuite>, List<ISuite>, String) - Method in class org.tap4j.ext.testng.SuiteTapReporter
Generate a TAP file for every suite tested
generateTAPTestResult(ITestResult, Integer) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
Generates a TAP TestResult from a given TestNG TestResult.
generateTAPTestResultDescription(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
Generates a TAP TestResult description with full qualified class name concatenated with the character '#' and the test method.
getActual(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getBacktrace(JUnitTestData) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Get the backtrace from a given failed JUnit test result
getBacktrace(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getBailOuts() - Method in class org.tap4j.model.TestSet
 
getBaseIndentationLevel() - Method in class org.tap4j.parser.Memento
 
getComment() - Method in class org.tap4j.model.BailOut
Get the comment.
getComment() - Method in class org.tap4j.model.Footer
 
getComment() - Method in class org.tap4j.model.Header
 
getComment() - Method in class org.tap4j.model.Plan
 
getComments() - Method in class org.tap4j.model.TestResult
 
getComments() - Method in class org.tap4j.model.TestSet
 
getCurrentIndentationLevel() - Method in class org.tap4j.parser.Memento
 
getDatetime() - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Get a date time string
getDatetime(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
Retrieves the date of the TestNG Test Result start time.
getDescription() - Method in class org.tap4j.ext.junit.JUnitTestData
 
getDescription() - Method in class org.tap4j.model.TestResult
 
getDiagnostic() - Method in class org.tap4j.model.AbstractTapElementDiagnostic
 
getDiagnostic() - Method in interface org.tap4j.model.TapElement
 
getDiagnosticBuffer() - Method in class org.tap4j.parser.Memento
 
getDirective() - Method in class org.tap4j.model.TestResult
 
getDirectiveValue() - Method in class org.tap4j.model.Directive
 
getDisplay(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
Returns YAMLish multi-line display entry.
getDump(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getError(JUnitTestData) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Get the error message from a given failed JUnit test result
getError(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getExpected(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getExtensions(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getFailException() - Method in class org.tap4j.ext.junit.JUnitTestData
 
getFailMessage() - Method in class org.tap4j.ext.junit.JUnitTestData
 
getFailTrace() - Method in class org.tap4j.ext.junit.JUnitTestData
 
getFile(JUnitTestData) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Get the file name of the tested method
getFile(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getFooter() - Method in class org.tap4j.model.TestSet
 
getHeader() - Method in class org.tap4j.model.TestSet
 
getIndent() - Method in class org.tap4j.representer.DumperOptions
 
getInitialTestNumber() - Method in class org.tap4j.model.Plan
 
getLastLine() - Method in class org.tap4j.parser.Memento
 
getLastParsedElement() - Method in class org.tap4j.parser.Memento
 
getLastTestNumber() - Method in class org.tap4j.model.Plan
 
getLine(JUnitTestData) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Get the line of the error in the exception info
getLine(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getLineNumberFromExceptionTraceLine(String, String) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Get the error line number from the exception stack trace
getLineNumberFromExceptionTraceLine(String, String) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
Get the error line number from the exception stack trace
getMessage(JUnitTestData) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Generate a message with the name of the tested method
getMessage(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getMethod() - Method in class org.tap4j.ext.testng.TapAttribute
 
getName(JUnitTestData) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Get tested method name
getName(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getNextTestNumber() - Method in class org.tap4j.model.TestSet
 
getNumberOfBailOuts() - Method in class org.tap4j.model.TestSet
 
getNumberOfComments() - Method in class org.tap4j.model.TestSet
 
getNumberOfTapLines() - Method in class org.tap4j.model.TestSet
 
getNumberOfTestResults() - Method in class org.tap4j.model.TestSet
 
getOptions() - Method in class org.tap4j.representer.Tap13Representer
 
getParser() - Method in interface org.tap4j.consumer.TapConsumer
Returns the Parser used in the Consumer.
getParser() - Method in class org.tap4j.consumer.TapConsumerImpl
 
getPlan() - Method in class org.tap4j.model.TestSet
 
getReason() - Method in class org.tap4j.model.BailOut
Get the reason for bailing out.
getReason() - Method in class org.tap4j.model.Directive
 
getReason() - Method in class org.tap4j.model.SkipPlan
 
getRepresenter() - Method in interface org.tap4j.producer.Producer
Returns the Representer used in the Producer.
getRepresenter() - Method in class org.tap4j.producer.TapProducer
 
getSeverity(JUnitTestData) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
Get the severity of the test
getSeverity(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getSkip() - Method in class org.tap4j.model.Plan
 
getSource(String, String) - Static method in class org.tap4j.ext.junit.JUnitYAMLishUtils
 
getSource(ITestResult) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
getSpaces() - Method in class org.tap4j.representer.DumperOptions
 
getStatus() - Method in class org.tap4j.model.TestResult
 
getSubtest() - Method in class org.tap4j.model.TestResult
 
getTapLines() - Method in class org.tap4j.model.TestSet
 
getTestNGResultsOrderedByExecutionDate(ITestContext) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
Return an ordered list of TestNG TestResult from a given TestNG Test Context.
getTestNGResultsOrderedByExecutionDate(ResultMap) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
Return an ordered list of TestNG TestResult from a given TestNG Test Context.
getTestNumber() - Method in class org.tap4j.model.TestResult
 
getTestResult(Integer) - Method in class org.tap4j.model.TestSet
 
getTestResults() - Method in class org.tap4j.model.TestSet
 
getTestResultsSetPerSuite(ISuite) - Method in class org.tap4j.ext.testng.SuiteTapReporter
Get a Set of test Results for Suites by a given ISuite
getTestSet() - Method in interface org.tap4j.consumer.TapConsumer
Returns the TestSet resulted from parsing a TAP File or TAP Stream.
getTestSet() - Method in class org.tap4j.consumer.TapConsumerImpl
 
getTestSet() - Method in class org.tap4j.parser.Memento
 
getTestSet() - Method in class org.tap4j.parser.Tap13Parser
 
getTestSet() - Method in class org.tap4j.parser.Tap13YamlParser
 
getText() - Method in class org.tap4j.model.Comment
 
getText() - Method in class org.tap4j.model.Footer
 
getTotalTestResultsByTestSuite(Set<Class<?>>) - Method in class org.tap4j.ext.testng.SuiteTapReporter
Get total results from a test suite
getValue() - Method in class org.tap4j.ext.testng.TapAttribute
 
getValue() - Method in class org.tap4j.model.Text
 
getValue() - Method in enum org.tap4j.util.TapVersionValues
Get the TAP version value.
getVersion() - Method in class org.tap4j.model.Header
 

H

hasBailOut() - Method in class org.tap4j.model.TestSet
 
Header - Class in org.tap4j.model
TAP Header.
Header(Integer) - Constructor for class org.tap4j.model.Header
Constructor with parameter.
HEADER_PATTERN - Static variable in interface org.tap4j.parser.Parser
TAP Header Regex Pattern.

I

INDENTANTION_PATTERN - Static variable in class org.tap4j.parser.Tap13YamlParser
 
init() - Method in class org.tap4j.parser.Tap13Parser
Called from the constructor and everytime a new TAP Stream (file or string) is processed.
init() - Method in class org.tap4j.parser.Tap13YamlParser
Called from the constructor and everytime a new TAP Stream (file or string) is processed.
isAllowEmptyTestPlan() - Method in class org.tap4j.representer.DumperOptions
 
isBaseIndentationAlreadyDefined() - Method in class org.tap4j.parser.Tap13YamlParser
 
isCurrentlyInSubtest() - Method in class org.tap4j.parser.Memento
 
isCurrentlyInYaml() - Method in class org.tap4j.parser.Memento
 
isFailed() - Method in class org.tap4j.ext.junit.JUnitTestData
 
isFirstLine() - Method in class org.tap4j.parser.Memento
 
isIgnored() - Method in class org.tap4j.ext.junit.JUnitTestData
 
isInline() - Method in class org.tap4j.model.Comment
 
ISO_8061_DATE_FORMAT - Static variable in class org.tap4j.ext.junit.JUnitYAMLishUtils
Date Format used to format a datetime in ISO-8061 for YAMLish diagnostic.
ISO_8061_DATE_FORMAT - Static variable in class org.tap4j.ext.testng.TestNGYAMLishUtils
Date Format used to format a datetime in ISO-8061 for YAMLish diagnostic.
isPlanBeforeTestResult() - Method in class org.tap4j.parser.Memento
 
isPrintDiagnostics() - Method in class org.tap4j.representer.DumperOptions
 
isPrintSubtests() - Method in class org.tap4j.representer.DumperOptions
 
isSkip() - Method in class org.tap4j.model.Plan
 

J

JUnitTestData - Class in org.tap4j.ext.junit
JUnit test data.
JUnitTestData(Boolean, Boolean) - Constructor for class org.tap4j.ext.junit.JUnitTestData
 
JUnitTestTapReporter - Class in org.tap4j.ext.junit
Listener implemented to generate a tap file with the testes results for every class, suite and method tested
JUnitTestTapReporter() - Constructor for class org.tap4j.ext.junit.JUnitTestTapReporter
 
JUnitYAMLishUtils - Class in org.tap4j.ext.junit
JUnit YAMLish utility class.

L

LINE_SEPARATOR - Static variable in class org.tap4j.ext.junit.JUnitYAMLishUtils
 
LINE_SEPARATOR - Static variable in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
load(File) - Method in interface org.tap4j.consumer.TapConsumer
Parses a TAP File.
load(String) - Method in interface org.tap4j.consumer.TapConsumer
Parses a TAP Stream.
load(File) - Method in class org.tap4j.consumer.TapConsumerImpl
 
load(String) - Method in class org.tap4j.consumer.TapConsumerImpl
 

M

makeTap13Consumer() - Static method in class org.tap4j.consumer.TapConsumerFactory
Produces a new TAP version 13 Consumer.
makeTap13Producer() - Static method in class org.tap4j.producer.TapProducerFactory
Create a TAP 13 producer.
makeTap13YamlConsumer() - Static method in class org.tap4j.consumer.TapConsumerFactory
Produces a new TAP version 13 Consumer with YAML diagnostics.
makeTapJunitProducer(String) - Static method in class org.tap4j.producer.TapProducerFactory
Create a TAP JUnit producer.
Memento - Class in org.tap4j.parser
Memento for parsers.
Memento() - Constructor for class org.tap4j.parser.Memento
 

O

onFinish(ITestContext) - Method in class org.tap4j.ext.testng.TestTapReporter
 
onStart(ITestContext) - Method in class org.tap4j.ext.testng.TestTapReporter
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.tap4j.ext.testng.TestTapReporter
 
onTestFailure(ITestResult) - Method in class org.tap4j.ext.testng.TestTapReporter
 
onTestSkipped(ITestResult) - Method in class org.tap4j.ext.testng.TestTapReporter
 
onTestSuccess(ITestResult) - Method in class org.tap4j.ext.testng.TestTapReporter
 
org.tap4j.consumer - package org.tap4j.consumer
 
org.tap4j.ext.junit - package org.tap4j.ext.junit
 
org.tap4j.ext.testng - package org.tap4j.ext.testng
 
org.tap4j.model - package org.tap4j.model
 
org.tap4j.parser - package org.tap4j.parser
 
org.tap4j.producer - package org.tap4j.producer
 
org.tap4j.representer - package org.tap4j.representer
 
org.tap4j.util - package org.tap4j.util
 

P

parse(String, InputStream) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 
parseFile(File) - Method in interface org.tap4j.parser.Parser
Parses a TAP File.
parseFile(File) - Method in class org.tap4j.parser.Tap13Parser
 
parseFile(File) - Method in class org.tap4j.parser.Tap13YamlParser
 
parseLine(String) - Method in interface org.tap4j.parser.Parser
Parses a Test Result.
parseLine(String) - Method in class org.tap4j.parser.Tap13Parser
 
parseLine(String) - Method in class org.tap4j.parser.Tap13YamlParser
 
Parser - Interface in org.tap4j.parser
TAP regex parser.
ParserException - Exception in org.tap4j.parser
Exception thrown by parsers.
ParserException() - Constructor for exception org.tap4j.parser.ParserException
Default constructor.
ParserException(String, Throwable) - Constructor for exception org.tap4j.parser.ParserException
Constructor with parameter.
ParserException(String) - Constructor for exception org.tap4j.parser.ParserException
 
ParserException(Throwable) - Constructor for exception org.tap4j.parser.ParserException
 
parseTapStream(String) - Method in interface org.tap4j.parser.Parser
Parses a TAP Stream.
parseTapStream(String) - Method in class org.tap4j.parser.Tap13Parser
 
parseTapStream(String) - Method in class org.tap4j.parser.Tap13YamlParser
 
Plan - Class in org.tap4j.model
TAP Plan.
Plan(Integer, Integer) - Constructor for class org.tap4j.model.Plan
Constructor with parameters.
Plan(Integer) - Constructor for class org.tap4j.model.Plan
Constructor with parameters.
Plan(Integer, SkipPlan) - Constructor for class org.tap4j.model.Plan
Constructor with parameters
Plan(Integer, Integer, SkipPlan) - Constructor for class org.tap4j.model.Plan
Constructor with parameters
PLAN_PATTERN - Static variable in interface org.tap4j.parser.Parser
TAP Plan Regex Pattern.
populateTestResultsPerGroupMap(ISuite, Map<String, Collection<ITestNGMethod>>) - Method in class org.tap4j.ext.testng.SuiteTapReporter
Populate a Map of test Results for Groups by a given ISuite
postProcess() - Method in class org.tap4j.parser.Tap13Parser
 
postProcess() - Method in class org.tap4j.parser.Tap13YamlParser
 
printBailOut(PrintWriter, BailOut) - Method in class org.tap4j.representer.Tap13Representer
 
printComment(PrintWriter, Comment) - Method in class org.tap4j.representer.Tap13Representer
 
printDiagnostic(PrintWriter, TapElement) - Method in class org.tap4j.representer.Tap13Representer
Prints diagnostic of the TAP Element into the Print Writer.
printFiller(PrintWriter) - Method in class org.tap4j.representer.Tap13Representer
 
printFooter(PrintWriter, Footer) - Method in class org.tap4j.representer.Tap13Representer
 
printHeader(PrintWriter, Header) - Method in class org.tap4j.representer.Tap13Representer
 
printPlan(PrintWriter, Plan) - Method in class org.tap4j.representer.Tap13Representer
 
printTapLine(PrintWriter, TapResult) - Method in class org.tap4j.representer.Tap13Representer
 
printTestResult(PrintWriter, TestResult) - Method in class org.tap4j.representer.Tap13Representer
 
Producer - Interface in org.tap4j.producer
Produces a TAP Stream.
ProducerException - Exception in org.tap4j.producer
Runtime exception used by TAP producers.
ProducerException() - Constructor for exception org.tap4j.producer.ProducerException
Default constructor.
ProducerException(String) - Constructor for exception org.tap4j.producer.ProducerException
Constructor with parameter.
ProducerException(Throwable) - Constructor for exception org.tap4j.producer.ProducerException
 
ProducerException(String, Throwable) - Constructor for exception org.tap4j.producer.ProducerException
 

R

REGEX_BAIL_OUT - Static variable in interface org.tap4j.parser.Parser
TAP Bail Out! Regex.
REGEX_COMMENT - Static variable in interface org.tap4j.parser.Parser
TAP Comment Regex.
REGEX_FOOTER - Static variable in interface org.tap4j.parser.Parser
TAP Footer Regex.
REGEX_HEADER - Static variable in interface org.tap4j.parser.Parser
TAP Header Regex.
REGEX_PLAN - Static variable in interface org.tap4j.parser.Parser
TAP Plan Regex.
REGEX_TEST_RESULT - Static variable in interface org.tap4j.parser.Parser
TAP Test Result Regex.
removeBailOut(BailOut) - Method in class org.tap4j.model.TestSet
Removes a Bail Out from the list.
removeComment(Comment) - Method in class org.tap4j.model.TestSet
Removes a Comment from the list.
removeTapLine(TapResult) - Method in class org.tap4j.model.TestSet
Removes a TAP Line from the list.
removeTestResult(TestResult) - Method in class org.tap4j.model.TestSet
Removes a Test Result from the list.
representData(TestSet) - Method in interface org.tap4j.representer.Representer
Get Test Set as text.
representData(TestSet) - Method in class org.tap4j.representer.Tap13Representer
 
representData(TestSet) - Method in class org.tap4j.representer.TapJunitRepresenter
 
Representer - Interface in org.tap4j.representer
Responsible for knowing how to represent a TestSet as String.
RepresenterException - Exception in org.tap4j.representer
Exception thrown by representers.
RepresenterException() - Constructor for exception org.tap4j.representer.RepresenterException
Default constructor.
RepresenterException(String, Throwable) - Constructor for exception org.tap4j.representer.RepresenterException
Constructor with parameter.
RepresenterException(String) - Constructor for exception org.tap4j.representer.RepresenterException
 
RepresenterException(Throwable) - Constructor for exception org.tap4j.representer.RepresenterException
 

S

setAllowEmptyTestPlan(boolean) - Method in class org.tap4j.representer.DumperOptions
 
setBaseIndentationLevel(int) - Method in class org.tap4j.parser.Memento
 
setComment(Comment) - Method in class org.tap4j.model.BailOut
Set the comment.
setComment(Comment) - Method in class org.tap4j.model.Footer
 
setComment(Comment) - Method in class org.tap4j.model.Header
Sets a comment into the Header.
setComment(Comment) - Method in class org.tap4j.model.Plan
Sets a comment into the Plan.
setComments(List<Comment>) - Method in class org.tap4j.model.TestResult
 
setCurrentIndentationLevel(int) - Method in class org.tap4j.parser.Memento
 
setCurrentlyInSubtest(boolean) - Method in class org.tap4j.parser.Memento
 
setCurrentlyInYaml(boolean) - Method in class org.tap4j.parser.Memento
 
setDescription(Description) - Method in class org.tap4j.ext.junit.JUnitTestData
 
setDescription(String) - Method in class org.tap4j.model.TestResult
 
setDiagnostic(Map<String, Object>) - Method in class org.tap4j.model.AbstractTapElementDiagnostic
 
setDiagnostic(Map<String, Object>) - Method in interface org.tap4j.model.TapElement
 
setDiagnosticBuffer(StringBuilder) - Method in class org.tap4j.parser.Memento
 
setDirective(Directive) - Method in class org.tap4j.model.TestResult
 
setFailed(Boolean) - Method in class org.tap4j.ext.junit.JUnitTestData
 
setFailedTestsStatus(Result) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Set failed info
setFailException(Throwable) - Method in class org.tap4j.ext.junit.JUnitTestData
 
setFailMessage(String) - Method in class org.tap4j.ext.junit.JUnitTestData
 
setFailTrace(String) - Method in class org.tap4j.ext.junit.JUnitTestData
 
setFirstLine(boolean) - Method in class org.tap4j.parser.Memento
 
setFooter(Footer) - Method in class org.tap4j.model.TestSet
 
setHeader(Header) - Method in class org.tap4j.model.TestSet
 
setIgnored(Boolean) - Method in class org.tap4j.ext.junit.JUnitTestData
 
setIndent(int) - Method in class org.tap4j.representer.DumperOptions
 
setInline(boolean) - Method in class org.tap4j.model.Comment
 
setLastLine(String) - Method in class org.tap4j.parser.Memento
 
setLastParsedElement(TapElement) - Method in class org.tap4j.parser.Memento
 
setMethod(Method) - Method in class org.tap4j.ext.testng.TapAttribute
 
setPlan(Plan) - Method in class org.tap4j.model.TestSet
 
setPlanBeforeTestResult(boolean) - Method in class org.tap4j.parser.Memento
 
setPrintDiagnostics(boolean) - Method in class org.tap4j.representer.DumperOptions
 
setPrintSubtests(boolean) - Method in class org.tap4j.representer.DumperOptions
 
setSkip(SkipPlan) - Method in class org.tap4j.model.Plan
Defines whether we should skip all tests or not.
setSpaces(int) - Method in class org.tap4j.representer.DumperOptions
 
setStatus(StatusValues) - Method in class org.tap4j.model.TestResult
 
setSubtest(TestSet) - Method in class org.tap4j.model.TestResult
 
setTapTestResultStatus(TestResult, int) - Static method in class org.tap4j.ext.testng.TestNGTapUtils
Sets the StatusValue into a TAP TestResult.
setTestInfo(Description) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Set test info
setTestNumber(Integer) - Method in class org.tap4j.model.TestResult
 
setTestSet(TestSet) - Method in class org.tap4j.parser.Memento
 
setValue(Object) - Method in class org.tap4j.ext.testng.TapAttribute
 
SkipPlan - Class in org.tap4j.model
TAP element for a plan that is skipped.
SkipPlan(String) - Constructor for class org.tap4j.model.SkipPlan
Constructor with parameter.
StatusValues - Enum in org.tap4j.util
Test Status.
SuiteTapReporter - Class in org.tap4j.ext.testng
A TestNG suite TAP reporter.
SuiteTapReporter() - Constructor for class org.tap4j.ext.testng.SuiteTapReporter
 

T

Tap13Parser - Class in org.tap4j.parser
TAP 13 parser.
Tap13Parser() - Constructor for class org.tap4j.parser.Tap13Parser
Default constructor.
Tap13Representer - Class in org.tap4j.representer
A TAP 13 representer.
Tap13Representer() - Constructor for class org.tap4j.representer.Tap13Representer
 
Tap13Representer(DumperOptions) - Constructor for class org.tap4j.representer.Tap13Representer
 
Tap13YamlParser - Class in org.tap4j.parser
TAP 13 parser with support to YAML.
Tap13YamlParser() - Constructor for class org.tap4j.parser.Tap13YamlParser
 
TapAttribute - Class in org.tap4j.ext.testng
A TAP attribute used by TestNG extension.
TapAttribute(Method, Object) - Constructor for class org.tap4j.ext.testng.TapAttribute
Constructor with parameters.
TapConsumer - Interface in org.tap4j.consumer
TAP Consumer is the responsible for generating the TAP Stream.
TapConsumerException - Exception in org.tap4j.consumer
This exception is thrown by the Tap Parser.
TapConsumerException() - Constructor for exception org.tap4j.consumer.TapConsumerException
Default constructor.
TapConsumerException(String) - Constructor for exception org.tap4j.consumer.TapConsumerException
Constructor with parameter.
TapConsumerException(Throwable) - Constructor for exception org.tap4j.consumer.TapConsumerException
Constructor with parameter.
TapConsumerException(String, Throwable) - Constructor for exception org.tap4j.consumer.TapConsumerException
Constructor with paramters.
TapConsumerFactory - Class in org.tap4j.consumer
Factory class to produce TAP Consumers.
TapConsumerImpl - Class in org.tap4j.consumer
Implementation of a TAP Consumer.
TapConsumerImpl() - Constructor for class org.tap4j.consumer.TapConsumerImpl
Default constructor.
TapConsumerImpl(Parser) - Constructor for class org.tap4j.consumer.TapConsumerImpl
Constructor with a parser.
TapElement - Interface in org.tap4j.model
A TAP element.
TapJunitRepresenter - Class in org.tap4j.representer
TAP JUnit representer.
TapJunitRepresenter(String) - Constructor for class org.tap4j.representer.TapJunitRepresenter
 
TapProducer - Class in org.tap4j.producer
TAP Producer is responsible for writing the TAP Stream onto some media.
TapProducer() - Constructor for class org.tap4j.producer.TapProducer
Default constructor.
TapProducer(Representer) - Constructor for class org.tap4j.producer.TapProducer
Constructor with parameter.
TapProducerFactory - Class in org.tap4j.producer
Factory class to produce TAP Producers.
TapResult - Class in org.tap4j.model
A TAP Line.
TapResult() - Constructor for class org.tap4j.model.TapResult
 
TapVersionValues - Enum in org.tap4j.util
TAP versions.
TEST_RESULT_PATTERN - Static variable in interface org.tap4j.parser.Parser
TAP Test Result Regex Pattern.
testFailure(Failure) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Called when a specific test has failed.
testFinished(Description) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Called after a specific test has finished.
testIgnored(Description) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Called when a specific test has been skipped (for whatever reason).
TestNGTapUtils - Class in org.tap4j.ext.testng
Utility class with methods to support TAP generation with TestNG.
TestNGYAMLishUtils - Class in org.tap4j.ext.testng
TestNG YAMLish utility class.
TestResult - Class in org.tap4j.model
A simple test result.
TestResult() - Constructor for class org.tap4j.model.TestResult
 
TestResult(StatusValues, Integer) - Constructor for class org.tap4j.model.TestResult
Constructor with parameter.
testRunFinished(Result) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Called right after all tests from a specific class are run.
testRunStarted(Description) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Called right before any tests from a specific class are run.
TestSet - Class in org.tap4j.model
A Test Set is the top element in a TAP File.
TestSet() - Constructor for class org.tap4j.model.TestSet
Default constructor.
testStarted(Description) - Method in class org.tap4j.ext.junit.JUnitTestTapReporter
Called when a specific test has started.
TestTapReporter - Class in org.tap4j.ext.testng
A TestNG test reporter.
TestTapReporter() - Constructor for class org.tap4j.ext.testng.TestTapReporter
 
Text - Class in org.tap4j.model
An ordinary text.
Text(String) - Constructor for class org.tap4j.model.Text
Constructor with parameter.
toString() - Method in enum org.tap4j.util.DirectiveValues
 
toString() - Method in enum org.tap4j.util.StatusValues
 
toString() - Method in enum org.tap4j.util.TapVersionValues
 
toYaml(XmlSuite) - Static method in class org.tap4j.ext.testng.TestNGYAMLishUtils
 

V

valueOf(String) - Static method in enum org.tap4j.util.DirectiveValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tap4j.util.StatusValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tap4j.util.TapVersionValues
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tap4j.util.DirectiveValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tap4j.util.StatusValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tap4j.util.TapVersionValues
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I J L M O P R S T V

Copyright © 2010-2012 TupiLabs. All Rights Reserved.