Skip navigation links
A B C D F G H I L M O P R S T V 

A

addBailOut(BailOut) - Method in class org.tap4j.model.TestSet
 
addComment(TapElement, String) - Static method in class org.tap4j.model.TapElementFactory
Add a comment to a TapElement, as long as the comment is not empty.
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

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

Comment - Class in org.tap4j.model
A TAP Comment.
Comment(String) - Constructor for class org.tap4j.model.Comment
Constructor with text.
Comment(String, boolean) - Constructor for class org.tap4j.model.Comment
Constructor with text.
comment - Variable in class org.tap4j.model.TapElement
Comment.
containsBailOut() - Method in class org.tap4j.model.TestSet
 
containsNotOk() - Method in class org.tap4j.model.TestSet
 
containsOk() - Method in class org.tap4j.model.TestSet
 
createTapElement(String) - Static method in class org.tap4j.model.TapElementFactory
Create a TapElement given a TAP stream line.
createTextElement(String) - Static method in class org.tap4j.model.TapElementFactory
Create a text element.

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
Returns a String representing the TAP Stream produced from a TestSet.
dump(TestSet, Writer) - Method in class org.tap4j.producer.TapProducer
Writes the TAP Stream produced from a TestSet into a Writer.
dump(TestSet, File) - Method in class org.tap4j.producer.TapProducer
Writes the TAP Stream into an output File.
DumperOptions - Class in org.tap4j.representer
Options used by a representer.
DumperOptions() - Constructor for class org.tap4j.representer.DumperOptions
Default constructor.

F

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(String, String) - Constructor for class org.tap4j.model.Footer
Constructor that calls super class constructor.

G

get(String) - Static method in enum org.tap4j.util.DirectiveValues
Get a directive value for a given string.
get(String) - Static method in enum org.tap4j.util.StatusValues
Get status value for a given string.
getBailOuts() - Method in class org.tap4j.model.TestSet
 
getCharset() - Method in class org.tap4j.representer.DumperOptions
 
getComment() - Method in class org.tap4j.model.TapElement
 
getComments() - Method in class org.tap4j.model.TestResult
 
getComments() - Method in class org.tap4j.model.TestSet
 
getDescription() - Method in class org.tap4j.model.TestResult
 
getDiagnostic() - Method in class org.tap4j.model.TapElement
YAML diagnostic information.
getDiagnosticBuffer() - Method in class org.tap4j.parser.StreamStatus
 
getDirective() - Method in class org.tap4j.model.TestResult
 
getDirectiveValue() - Method in class org.tap4j.model.Directive
 
getFooter() - Method in class org.tap4j.model.TestSet
 
getHeader() - Method in class org.tap4j.model.TestSet
 
getIndent() - Method in class org.tap4j.representer.DumperOptions
 
getIndentation() - Method in class org.tap4j.model.TapElement
Get the indentation of the corresponding input line.
getIndentationLevel() - Method in class org.tap4j.parser.StreamStatus
 
getIndentationString() - Method in class org.tap4j.model.Text
 
getInitialTestNumber() - Method in class org.tap4j.model.Plan
 
getLastLine() - Method in class org.tap4j.parser.StreamStatus
 
getLastParsedElement() - Method in class org.tap4j.parser.StreamStatus
 
getLastTestNumber() - Method in class org.tap4j.model.Plan
 
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
Returns the Parser used in the Consumer.
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
Returns the Representer used in the Producer.
getSkip() - Method in class org.tap4j.model.Plan
 
getSpaces() - Method in class org.tap4j.representer.DumperOptions
 
getStatus() - Method in class org.tap4j.model.TestResult
 
getSubtest() - Method in class org.tap4j.model.Plan
 
getSubtest() - Method in class org.tap4j.model.TestResult
 
getTapLines() - Method in class org.tap4j.model.TestSet
 
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
 
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
Returns the TestSet resulted from parsing a TAP File or TAP Stream.
getTestSet() - Method in class org.tap4j.parser.StreamStatus
 
getText() - Method in class org.tap4j.model.Comment
 
getText() - Method in class org.tap4j.model.Footer
 
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
 
getYamlIndentation() - Method in class org.tap4j.parser.StreamStatus
 

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.

I

indentation - Variable in class org.tap4j.model.TapElement
Input line indentation.
indentationString - Variable in class org.tap4j.model.Text
Indentantion string.
isAllowEmptyTestPlan() - Method in class org.tap4j.representer.DumperOptions
 
isFirstLine() - Method in class org.tap4j.parser.StreamStatus
 
isInline() - Method in class org.tap4j.model.Comment
 
isInYaml() - Method in class org.tap4j.parser.StreamStatus
 
isPlanBeforeTestResult() - Method in class org.tap4j.parser.StreamStatus
 
isPrintDiagnostics() - Method in class org.tap4j.representer.DumperOptions
 
isPrintSubtests() - Method in class org.tap4j.representer.DumperOptions
 
isSkip() - Method in class org.tap4j.model.Plan
 

L

load(File) - Method in interface org.tap4j.consumer.TapConsumer
Parses a TAP File.
load(Readable) - Method in interface org.tap4j.consumer.TapConsumer
Parses a TAP Stream.
load(String) - Method in interface org.tap4j.consumer.TapConsumer
Parses a TAP Stream.
load(File) - Method in class org.tap4j.consumer.TapConsumerImpl
Parses a TAP File.
load(Readable) - Method in class org.tap4j.consumer.TapConsumerImpl
Parses a TAP Stream.
load(String) - Method in class org.tap4j.consumer.TapConsumerImpl
Parses a TAP Stream.

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.
makeTap13YamlConsumerWithoutSubtests() - Static method in class org.tap4j.consumer.TapConsumerFactory
Produces a new TAP version 13 Consumer with YAML diagnostics.
makeTap13YamlProducer() - Static method in class org.tap4j.producer.TapProducerFactory
Create a TAP 13 producer with YAMLish.
makeTap13YamlProducer(DumperOptions) - Static method in class org.tap4j.producer.TapProducerFactory
Create a TAP 13 producer with YAMLish.
makeTapJunitProducer(String) - Static method in class org.tap4j.producer.TapProducerFactory
Create a TAP JUnit producer.

O

org.tap4j.consumer - package org.tap4j.consumer
TAP consumers.
org.tap4j.model - package org.tap4j.model
Model classes for tap4j.
org.tap4j.parser - package org.tap4j.parser
TAP parsers.
org.tap4j.producer - package org.tap4j.producer
TAP producers.
org.tap4j.representer - package org.tap4j.representer
TAP representers.
org.tap4j.util - package org.tap4j.util
Utility classes.

P

parseFile(File) - Method in interface org.tap4j.parser.Parser
Parses a TAP File.
parseFile(File) - Method in class org.tap4j.parser.Tap13Parser
Parses a TAP File.
parseLine(String) - Method in class org.tap4j.parser.Tap13Parser
Parse a TAP line.
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(Readable) - Method in interface org.tap4j.parser.Parser
Parses a TAP Stream.
parseTapStream(String) - Method in interface org.tap4j.parser.Parser
Parses a TAP Stream.
parseTapStream(String) - Method in class org.tap4j.parser.Tap13Parser
Parses a TAP Stream.
parseTapStream(Readable) - Method in class org.tap4j.parser.Tap13Parser
Parses a TAP Stream.
Patterns - Class in org.tap4j.model
Utility class that holds regular expression patterns for the TAP parsers.
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.
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
Print filler.
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, TapElement) - 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

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
Get Test Set as text.
representData(TestSet) - Method in class org.tap4j.representer.TapJunitRepresenter
Get Test Set as text.
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
 
setCharset(String) - Method in class org.tap4j.representer.DumperOptions
 
setComment(Comment) - Method in class org.tap4j.model.TapElement
 
setComments(List<Comment>) - Method in class org.tap4j.model.TestResult
 
setDescription(String) - Method in class org.tap4j.model.TestResult
 
setDiagnostic(Map<String, Object>) - Method in class org.tap4j.model.TapElement
YAML diagnostic information setter.
setDirective(Directive) - Method in class org.tap4j.model.TestResult
 
setFirstLine(boolean) - Method in class org.tap4j.parser.StreamStatus
 
setFooter(Footer) - Method in class org.tap4j.model.TestSet
 
setHeader(Header) - Method in class org.tap4j.model.TestSet
 
setIndent(int) - Method in class org.tap4j.representer.DumperOptions
 
setIndentationLevel(int) - Method in class org.tap4j.parser.StreamStatus
 
setIndentationString(String) - Method in class org.tap4j.model.Text
 
setInline(boolean) - Method in class org.tap4j.model.Comment
 
setInYaml(boolean) - Method in class org.tap4j.parser.StreamStatus
 
setLastLine(String) - Method in class org.tap4j.parser.StreamStatus
 
setLastParsedElement(TapElement) - Method in class org.tap4j.parser.StreamStatus
 
setPlan(Plan) - Method in class org.tap4j.model.TestSet
 
setPlanBeforeTestResult(boolean) - Method in class org.tap4j.parser.StreamStatus
 
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.Plan
 
setSubtest(TestSet) - Method in class org.tap4j.model.TestResult
 
setTestNumber(Integer) - Method in class org.tap4j.model.TestResult
 
setYamlIndentation(String) - Method in class org.tap4j.parser.StreamStatus
 
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.
StreamStatus - Class in org.tap4j.parser
StreamStatus for parsers.
StreamStatus() - Constructor for class org.tap4j.parser.StreamStatus
Default constructor.

T

Tap13Parser - Class in org.tap4j.parser
TAP 13 parser.
Tap13Parser(String, boolean) - Constructor for class org.tap4j.parser.Tap13Parser
Parser Constructor.
Tap13Parser(String, boolean, boolean) - Constructor for class org.tap4j.parser.Tap13Parser
Parser Constructor.
Tap13Parser(String, boolean, boolean, boolean) - Constructor for class org.tap4j.parser.Tap13Parser
Parser Constructor.
Tap13Parser(boolean) - Constructor for class org.tap4j.parser.Tap13Parser
Parser Constructor.
Tap13Parser() - Constructor for class org.tap4j.parser.Tap13Parser
Parser Constructor.
Tap13Representer - Class in org.tap4j.representer
A TAP 13 representer.
Tap13Representer() - Constructor for class org.tap4j.representer.Tap13Representer
Default constructor.
Tap13Representer(DumperOptions) - Constructor for class org.tap4j.representer.Tap13Representer
 
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 - Class in org.tap4j.model
A TAP element.
TapElement() - Constructor for class org.tap4j.model.TapElement
 
TapElementFactory - Class in org.tap4j.model
Factory to produce TapElements from given textual source.
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.
TestResult - Class in org.tap4j.model
A simple test result.
TestResult() - Constructor for class org.tap4j.model.TestResult
Default constructor.
TestResult(StatusValues, Integer) - Constructor for class org.tap4j.model.TestResult
Constructor with parameter.
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.
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

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 F G H I L M O P R S T V 
Skip navigation links

Copyright © 2010–2019 TupiLabs. All rights reserved.