A B C D F G H I L N O P R S T U V

A

AbstractTapConsumer - Class in br.eti.kinoshita.tap4j.consumer
Abstract TAP Consumer.
AbstractTapConsumer() - Constructor for class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
AbstractTapProducer - Class in br.eti.kinoshita.tap4j.producer
Abstract TAP Producer.
AbstractTapProducer() - Constructor for class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
addBailOut(BailOut) - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
addBailOut(BailOut) - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
addBailOut(BailOut) - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
addComment(Comment) - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
addComment(Comment) - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
addComment(Comment) - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
addTapLine(TapResult) - Method in class br.eti.kinoshita.tap4j.model.TestSet
Adds a new TAP Line.
addTestResult(TestResult) - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
addTestResult(TestResult) - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
addTestResult(TestResult) - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
appendIfNotNull(StringBuffer, String, Object, String) - Static method in class br.eti.kinoshita.tap4j.util.Util
Appends a text to the StringBuffer with a prefix and suffix.
appendIfNotNull(StringBuffer, String) - Static method in class br.eti.kinoshita.tap4j.util.Util
Appends a text to a given StringBuffer if the text is not null.

B

BailOut - Class in br.eti.kinoshita.tap4j.model
Represents a Bail Out TAP Line.
BailOut(String) - Constructor for class br.eti.kinoshita.tap4j.model.BailOut
Constructor with parameter.
bailOutREGEX - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
bailOuts - Variable in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
List of Bail Outs.
br.eti.kinoshita.tap4j - package br.eti.kinoshita.tap4j
 
br.eti.kinoshita.tap4j.consumer - package br.eti.kinoshita.tap4j.consumer
 
br.eti.kinoshita.tap4j.model - package br.eti.kinoshita.tap4j.model
 
br.eti.kinoshita.tap4j.producer - package br.eti.kinoshita.tap4j.producer
 
br.eti.kinoshita.tap4j.util - package br.eti.kinoshita.tap4j.util
 

C

Comment - Class in br.eti.kinoshita.tap4j.model
A TAP Comment.
Comment(String) - Constructor for class br.eti.kinoshita.tap4j.model.Comment
Constructor with text.
commentREGEX - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
comments - Variable in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
List of Comments.
consumer - Variable in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
containsBailOut() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
containsBailOut() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
containsNotOk() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
containsNotOk() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
containsOk() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
containsOk() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 

D

DefaultTapConsumer - Class in br.eti.kinoshita.tap4j.consumer
 
DefaultTapConsumer() - Constructor for class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
DefaultTapCoreProducer - Class in br.eti.kinoshita.tap4j.producer
 
DefaultTapCoreProducer() - Constructor for class br.eti.kinoshita.tap4j.producer.DefaultTapCoreProducer
 
DefaultTapProducer - Class in br.eti.kinoshita.tap4j.producer
Default implementation of a TAP Producer.
DefaultTapProducer() - Constructor for class br.eti.kinoshita.tap4j.producer.DefaultTapProducer
 
Directive - Class in br.eti.kinoshita.tap4j.model
Represents a Test Directive.
Directive(DirectiveValues, String) - Constructor for class br.eti.kinoshita.tap4j.model.Directive
Constructor with parameters.
DirectiveValues - Enum in br.eti.kinoshita.tap4j.util
Test Directive value.

F

footer - Variable in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
Footer.
Footer - Class in br.eti.kinoshita.tap4j.model
This class represents a Footer in the TAP Stream.
Footer(String) - Constructor for class br.eti.kinoshita.tap4j.model.Footer
Constructor that calls super class constructor.
footer - Variable in class br.eti.kinoshita.tap4j.model.TestTAPFooter
 
footer - Variable in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
Footer.
footerREGEX - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 

G

getBailOuts() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getBailOuts() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getBailOuts() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getComment() - Method in class br.eti.kinoshita.tap4j.model.BailOut
 
getComment() - Method in class br.eti.kinoshita.tap4j.model.Footer
 
getComment() - Method in class br.eti.kinoshita.tap4j.model.Header
 
getComment() - Method in class br.eti.kinoshita.tap4j.model.Plan
 
getComment() - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
getComments() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getComments() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getComments() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getDescription() - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
getDetails() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getDirective() - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
getDirectiveValue() - Method in class br.eti.kinoshita.tap4j.model.Directive
 
getFooter() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getFooter() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getFooter() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getHeader() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getHeader() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getHeader() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getInitialTestNumber() - Method in class br.eti.kinoshita.tap4j.model.Plan
 
getLastTestNumber() - Method in class br.eti.kinoshita.tap4j.model.Plan
 
getNumberOfBailOuts() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getNumberOfBailOuts() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getNumberOfBailOuts() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getNumberOfBailOuts() - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
getNumberOfBailOuts() - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
getNumberOfComments() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getNumberOfComments() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getNumberOfComments() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getNumberOfComments() - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
getNumberOfComments() - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
getNumberOfTapLines() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getNumberOfTapLines() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getNumberOfTapLines() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getNumberOfTestResults() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getNumberOfTestResults() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getNumberOfTestResults() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getNumberOfTestResults() - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
getNumberOfTestResults() - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
getPlan() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getPlan() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getPlan() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getReason() - Method in class br.eti.kinoshita.tap4j.model.BailOut
 
getReason() - Method in class br.eti.kinoshita.tap4j.model.Directive
 
getReason() - Method in class br.eti.kinoshita.tap4j.model.SkipPlan
 
getSkip() - Method in class br.eti.kinoshita.tap4j.model.Plan
 
getStatus() - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
getSummary() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getTapLines() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getTapLines() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getTapLines() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getTapLines() - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
getTapLines() - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
getTestNumber() - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
getTestResult(Integer) - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getTestResult(Integer) - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getTestResults() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getTestResults() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getTestResults() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
getTestSet() - Method in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
 
getTestSet() - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
 
getText() - Method in class br.eti.kinoshita.tap4j.model.Comment
 
getText() - Method in class br.eti.kinoshita.tap4j.model.Footer
 
getValue() - Method in class br.eti.kinoshita.tap4j.model.Text
 
getVersion() - Method in class br.eti.kinoshita.tap4j.model.Header
 

H

hasBailOut() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
header - Variable in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
Header.
Header - Class in br.eti.kinoshita.tap4j.model
TAP Header.
Header(Integer) - Constructor for class br.eti.kinoshita.tap4j.model.Header
Constructor with parameter.
header - Variable in class br.eti.kinoshita.tap4j.model.TestTAPHeader
 
header - Variable in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
Header.
headerREGEX - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 

I

initialTestNumber - Static variable in class br.eti.kinoshita.tap4j.model.TestTAPPlan
 
isFirstLine - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
isHeaderSet - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
isPlanBeforeTestResult - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
isPlanBeforeTestResult() - Method in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
isPlanSet - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
isSkip() - Method in class br.eti.kinoshita.tap4j.model.Plan
 

L

lastLine - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
lastTestNumber - Static variable in class br.eti.kinoshita.tap4j.model.TestTAPPlan
 

N

notOkTestResult - Variable in class br.eti.kinoshita.tap4j.model.TestTAPTestResult
 
numberOfBailOuts - Variable in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
Number of Bail Outs.
numberOfComments - Variable in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
Number of Comments.
numberOfTestResults - Variable in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
Number of Test Results.

O

okTestResult - Variable in class br.eti.kinoshita.tap4j.model.TestTAPTestResult
 
okTestResultSkip - Variable in class br.eti.kinoshita.tap4j.model.TestTAPTestResult
 

P

parseFile(File) - Method in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
parseFile(File) - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
Parses a Tap File.
parseLine(String) - Method in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
parseLine(String) - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
Parses a Test Result.
parseTapStream(String) - Method in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
parseTapStream(String) - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
Parses a Tap Stream.
plan - Variable in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
Plan.
Plan - Class in br.eti.kinoshita.tap4j.model
TAP Plan.
Plan(Integer, Integer) - Constructor for class br.eti.kinoshita.tap4j.model.Plan
Constructor with parameters.
Plan(Integer) - Constructor for class br.eti.kinoshita.tap4j.model.Plan
Constructor with parameters.
Plan(Integer, SkipPlan) - Constructor for class br.eti.kinoshita.tap4j.model.Plan
Constructor with parameters
Plan(Integer, Integer, SkipPlan) - Constructor for class br.eti.kinoshita.tap4j.model.Plan
Constructor with parameters
plan - Variable in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
Plan.
planREGEX - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
printDetails(PrintWriter) - Method in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
printDetails(PrintStream) - Method in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
printDetails(PrintWriter) - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
Prints the details of tests to a Print Writer.
printDetails(PrintStream) - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
Prints the details of tests to a Print Stream.
printSummary(PrintWriter) - Method in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
printSummary(PrintStream) - Method in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
printSummary(PrintWriter) - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
Prints the summary of tests to a Print Writer.
printSummary(PrintStream) - Method in interface br.eti.kinoshita.tap4j.consumer.TapConsumer
Prints the summary of tests to a Print Stream.
printTo(PrintWriter) - Method in class br.eti.kinoshita.tap4j.producer.DefaultTapCoreProducer
 
printTo(PrintWriter) - Method in class br.eti.kinoshita.tap4j.producer.DefaultTapProducer
 
printTo(File) - Method in class br.eti.kinoshita.tap4j.producer.DefaultTapProducer
 
printTo(PrintWriter) - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
Prints the TAP Stream into a Print Writer.
printTo(File) - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
Prints a TAP Stream into a File.

R

reason - Static variable in class br.eti.kinoshita.tap4j.model.TestTAPPlan
 
REGEX_BAIL_OUT - Static variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
REGEX_COMMENT - Static variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
REGEX_FOOTER - Static variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
REGEX_HEADER - Static variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
REGEX_PLAN - Static variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
REGEX_TEST_RESULT - Static variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
removeBailOut(BailOut) - Method in class br.eti.kinoshita.tap4j.model.TestSet
Removes a Bail Out from the list.
removeComment(Comment) - Method in class br.eti.kinoshita.tap4j.model.TestSet
Removes a Comment from the list.
removeTapLine(TapResult) - Method in class br.eti.kinoshita.tap4j.model.TestSet
Removes a TAP Line from the list.
removeTestResult(TestResult) - Method in class br.eti.kinoshita.tap4j.model.TestSet
Removes a Test Result from the list.

S

setComment(Comment) - Method in class br.eti.kinoshita.tap4j.model.BailOut
 
setComment(Comment) - Method in class br.eti.kinoshita.tap4j.model.Footer
 
setComment(Comment) - Method in class br.eti.kinoshita.tap4j.model.Header
Sets a comment into the Header.
setComment(Comment) - Method in class br.eti.kinoshita.tap4j.model.Plan
Sets a comment into the Plan.
setComment(Comment) - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
setDescription(String) - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
setDirective(Directive) - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
setFooter(Footer) - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
setFooter(Footer) - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
setFooter(Footer) - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
setHeader(Header) - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
setHeader(Header) - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
setHeader(Header) - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
setPlan(Plan) - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
setPlan(Plan) - Method in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
 
setPlan(Plan) - Method in interface br.eti.kinoshita.tap4j.producer.TapProducer
 
setSkip(SkipPlan) - Method in class br.eti.kinoshita.tap4j.model.Plan
Defines whether we should skip all tests or not.
setStatus(StatusValues) - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
setTestNumber(Integer) - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
setUp() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
setUp() - Method in class br.eti.kinoshita.tap4j.model.TestTAPFooter
 
setUp() - Method in class br.eti.kinoshita.tap4j.model.TestTAPHeader
 
setUp() - Method in class br.eti.kinoshita.tap4j.model.TestTAPPlan
 
setUp() - Method in class br.eti.kinoshita.tap4j.model.TestTAPTestResult
 
setUp() - Method in class br.eti.kinoshita.tap4j.producer.TestTapCoreProducer
 
setUp() - Method in class br.eti.kinoshita.tap4j.producer.TestTapProducer
 
setUp() - Method in class br.eti.kinoshita.tap4j.TestProduceConsume
 
simplePlan - Variable in class br.eti.kinoshita.tap4j.model.TestTAPPlan
 
skipAllPlan - Variable in class br.eti.kinoshita.tap4j.model.TestTAPPlan
 
SkipPlan - Class in br.eti.kinoshita.tap4j.model
 
SkipPlan(String) - Constructor for class br.eti.kinoshita.tap4j.model.SkipPlan
Constructor with parameter.
StatusValues - Enum in br.eti.kinoshita.tap4j.util
Test Status.

T

TapConsumer - Interface in br.eti.kinoshita.tap4j.consumer
TAP Consumer is the responsible for generating the TAP Stream.
tapLines - Variable in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
List of TAP Lines (test results, bail outs and comments).
tapLines - Variable in class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
List of Tap Lines.
TapParserException - Exception in br.eti.kinoshita.tap4j.consumer
This exception is thrown by the Tap Parser (TapConsumer).
TapParserException() - Constructor for exception br.eti.kinoshita.tap4j.consumer.TapParserException
Default constructor.
TapParserException(String) - Constructor for exception br.eti.kinoshita.tap4j.consumer.TapParserException
Constructor with parameter.
TapParserException(Throwable) - Constructor for exception br.eti.kinoshita.tap4j.consumer.TapParserException
Constructor with parameter.
TapParserException(String, Throwable) - Constructor for exception br.eti.kinoshita.tap4j.consumer.TapParserException
Constructor with paramters.
TapProducer - Interface in br.eti.kinoshita.tap4j.producer
Produces a TAP Stream.
TapResult - Interface in br.eti.kinoshita.tap4j.model
A TAP Line.
testConsumer() - Method in class br.eti.kinoshita.tap4j.TestProduceConsume
 
testConsumer_comment_planskipall() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_header_plan() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_header_plan_tr() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_header_plan_tr_footer() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_header_planskipall() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_header_tr_plan() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_invalid_comment_tr_bailout_header() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_invalid_header_tr() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_invalid_plan_header_plan() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_invalid_plan_tr_header() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_invalid_tr() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_invalid_tr_footer() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_invalid_tr_header_header_tr() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_invalid_tr_plan_header() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_output() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_plan_comment_tr_footer() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_plan_tr() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testConsumer_tap1() - Method in class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
testFooter() - Method in class br.eti.kinoshita.tap4j.model.TestTAPFooter
 
testHeader() - Method in class br.eti.kinoshita.tap4j.model.TestTAPHeader
 
testNotOkTestResult() - Method in class br.eti.kinoshita.tap4j.model.TestTAPTestResult
 
testOkTestResult() - Method in class br.eti.kinoshita.tap4j.model.TestTAPTestResult
 
testOkTestResultSkip() - Method in class br.eti.kinoshita.tap4j.model.TestTAPTestResult
 
TestProduceConsume - Class in br.eti.kinoshita.tap4j
Test where the producer outputs a tap file and then a consumer reads it and checks if the values are correct.
TestProduceConsume() - Constructor for class br.eti.kinoshita.tap4j.TestProduceConsume
 
TestResult - Class in br.eti.kinoshita.tap4j.model
 
TestResult(StatusValues, Integer) - Constructor for class br.eti.kinoshita.tap4j.model.TestResult
Constructor with parameter.
testResultREGEX - Variable in class br.eti.kinoshita.tap4j.consumer.DefaultTapConsumer
 
testResults - Variable in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
List of Test Results.
testSet - Variable in class br.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
Test Set.
TestSet - Class in br.eti.kinoshita.tap4j.model
A Test Set is the top element in a TAP File.
TestSet() - Constructor for class br.eti.kinoshita.tap4j.model.TestSet
Default constructor.
testSimplePlan() - Method in class br.eti.kinoshita.tap4j.model.TestTAPPlan
 
testSkipAllPlan() - Method in class br.eti.kinoshita.tap4j.model.TestTAPPlan
 
TestTAPConsumer - Class in br.eti.kinoshita.tap4j.consumer
 
TestTAPConsumer() - Constructor for class br.eti.kinoshita.tap4j.consumer.TestTAPConsumer
 
TestTapCoreProducer - Class in br.eti.kinoshita.tap4j.producer
 
TestTapCoreProducer() - Constructor for class br.eti.kinoshita.tap4j.producer.TestTapCoreProducer
 
TestTAPFooter - Class in br.eti.kinoshita.tap4j.model
Tests TAP Footer.
TestTAPFooter() - Constructor for class br.eti.kinoshita.tap4j.model.TestTAPFooter
 
TestTAPHeader - Class in br.eti.kinoshita.tap4j.model
 
TestTAPHeader() - Constructor for class br.eti.kinoshita.tap4j.model.TestTAPHeader
 
TestTAPPlan - Class in br.eti.kinoshita.tap4j.model
 
TestTAPPlan() - Constructor for class br.eti.kinoshita.tap4j.model.TestTAPPlan
 
testTapProducer() - Method in class br.eti.kinoshita.tap4j.producer.TestTapCoreProducer
 
TestTapProducer - Class in br.eti.kinoshita.tap4j.producer
 
TestTapProducer() - Constructor for class br.eti.kinoshita.tap4j.producer.TestTapProducer
 
testTapProducer() - Method in class br.eti.kinoshita.tap4j.producer.TestTapProducer
 
testTapProducer() - Method in class br.eti.kinoshita.tap4j.TestProduceConsume
 
TestTAPTestResult - Class in br.eti.kinoshita.tap4j.model
Tests Test Results and Directives/Status.
TestTAPTestResult() - Constructor for class br.eti.kinoshita.tap4j.model.TestTAPTestResult
 
Text - Class in br.eti.kinoshita.tap4j.model
An ordinary text.
Text(String) - Constructor for class br.eti.kinoshita.tap4j.model.Text
Constructor with parameter.
toString() - Method in class br.eti.kinoshita.tap4j.model.BailOut
 
toString() - Method in class br.eti.kinoshita.tap4j.model.Comment
 
toString() - Method in class br.eti.kinoshita.tap4j.model.Directive
 
toString() - Method in class br.eti.kinoshita.tap4j.model.Footer
 
toString() - Method in class br.eti.kinoshita.tap4j.model.Header
 
toString() - Method in class br.eti.kinoshita.tap4j.model.Plan
Returns the test plan as follows: <initial test number>..
toString() - Method in class br.eti.kinoshita.tap4j.model.SkipPlan
 
toString() - Method in class br.eti.kinoshita.tap4j.model.TestResult
 
toString() - Method in class br.eti.kinoshita.tap4j.model.TestSet
 
toString() - Method in class br.eti.kinoshita.tap4j.model.Text
 
toString() - Method in enum br.eti.kinoshita.tap4j.util.DirectiveValues
 
toString() - Method in enum br.eti.kinoshita.tap4j.util.StatusValues
 

U

Util - Class in br.eti.kinoshita.tap4j.util
Utility Class.
Util() - Constructor for class br.eti.kinoshita.tap4j.util.Util
 

V

valueOf(String) - Static method in enum br.eti.kinoshita.tap4j.util.DirectiveValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum br.eti.kinoshita.tap4j.util.StatusValues
Returns the enum constant of this type with the specified name.
values() - Static method in enum br.eti.kinoshita.tap4j.util.DirectiveValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum br.eti.kinoshita.tap4j.util.StatusValues
Returns an array containing the constants of this enum type, in the order they are declared.
version - Static variable in class br.eti.kinoshita.tap4j.model.TestTAPHeader
 

A B C D F G H I L N O P R S T U V

Copyright © 2010. All Rights Reserved.