A B C D E F G H I J M N O R S T U V W 

A

after(Match, Result) - Method in class cucumber.pro.CucumberProFormatter
 

B

background(Background) - Method in class cucumber.pro.CucumberProFormatter
 
before(Match, Result) - Method in class cucumber.pro.CucumberProFormatter
 
body - Variable in class cucumber.pro.results.metadata.JsonBody
 
buildId() - Method in interface cucumber.pro.results.BuildIdGenerator
 
BuildIdGenerator - Interface in cucumber.pro.results
 

C

checkClean() - Method in interface cucumber.pro.scm.WorkingCopy
 
close() - Method in class cucumber.pro.CucumberProFormatter
 
cucumber.pro - package cucumber.pro
 
cucumber.pro.results - package cucumber.pro.results
This package contains classes for publishing results to Cucumber Pro.
cucumber.pro.results.metadata - package cucumber.pro.results.metadata
 
cucumber.pro.scm - package cucumber.pro.scm
 
CucumberProFormatter - Class in cucumber.pro
 
CucumberProFormatter() - Constructor for class cucumber.pro.CucumberProFormatter
 

D

Debug - Class in cucumber.pro.results
 
Debug() - Constructor for class cucumber.pro.results.Debug
 
debug(String, Object...) - Static method in class cucumber.pro.results.Debug
 
decode(String) - Method in class cucumber.pro.results.JsonDecoder
 
DEFAULT - Static variable in interface cucumber.pro.results.BuildIdGenerator
 
destroy() - Method in class cucumber.pro.results.JsonDecoder
 
destroy() - Method in class cucumber.pro.results.JsonEncoder
 
detect() - Static method in class cucumber.pro.scm.WorkingCopyDetector
 
done() - Method in class cucumber.pro.CucumberProFormatter
 

E

embedding(String, byte[]) - Method in class cucumber.pro.CucumberProFormatter
 
encode(T) - Method in class cucumber.pro.results.JsonEncoder
 
endOfScenarioLifeCycle(Scenario) - Method in class cucumber.pro.CucumberProFormatter
 
eof() - Method in class cucumber.pro.CucumberProFormatter
 
examples(Examples) - Method in class cucumber.pro.CucumberProFormatter
 

F

feature(Feature) - Method in class cucumber.pro.CucumberProFormatter
 

G

getBranch() - Method in interface cucumber.pro.scm.WorkingCopy
 
getException() - Method in class cucumber.pro.results.Response
 
getMap() - Method in class cucumber.pro.results.Response
 
getRepoUrl() - Method in interface cucumber.pro.scm.WorkingCopy
 
getRev() - Method in interface cucumber.pro.scm.WorkingCopy
 

H

Header - Class in cucumber.pro.results
 
Header(String, String, String, String) - Constructor for class cucumber.pro.results.Header
 

I

Info - Class in cucumber.pro.results
 
Info() - Constructor for class cucumber.pro.results.Info
 
init(EndpointConfig) - Method in class cucumber.pro.results.JsonDecoder
 
init(EndpointConfig) - Method in class cucumber.pro.results.JsonEncoder
 

J

JsonBody - Class in cucumber.pro.results.metadata
 
JsonBody(String, int, String) - Constructor for class cucumber.pro.results.metadata.JsonBody
 
JsonDecoder - Class in cucumber.pro.results
 
JsonDecoder() - Constructor for class cucumber.pro.results.JsonDecoder
 
JsonEncoder<T> - Class in cucumber.pro.results
 
JsonEncoder() - Constructor for class cucumber.pro.results.JsonEncoder
 

M

match(Match) - Method in class cucumber.pro.CucumberProFormatter
 
Metadata - Class in cucumber.pro.results.metadata
 
Metadata(String, int, String) - Constructor for class cucumber.pro.results.metadata.Metadata
 
MetadataApi - Interface in cucumber.pro.results
 
MIME_TYPE - Static variable in class cucumber.pro.results.metadata.StackTrace
 
MIME_TYPE - Static variable in class cucumber.pro.results.metadata.TestCaseResult
 
MIME_TYPE - Static variable in class cucumber.pro.results.metadata.TestStepResult
 

N

NullMetadataClient - Class in cucumber.pro.results
 
NullMetadataClient() - Constructor for class cucumber.pro.results.NullMetadataClient
 

O

onClose(CloseReason) - Method in class cucumber.pro.results.WebSocketMetadataClient
 
onError(Throwable) - Method in class cucumber.pro.results.WebSocketMetadataClient
 
onMessage(Response) - Method in class cucumber.pro.results.WebSocketMetadataClient
 

R

Response - Class in cucumber.pro.results
 
Response(Map<String, String>) - Constructor for class cucumber.pro.results.Response
 
result(Result) - Method in class cucumber.pro.CucumberProFormatter
 
Result - Class in cucumber.pro.results.metadata
 
Result(String, int, String, Status) - Constructor for class cucumber.pro.results.metadata.Result
 

S

scenario(Scenario) - Method in class cucumber.pro.CucumberProFormatter
 
scenarioOutline(ScenarioOutline) - Method in class cucumber.pro.CucumberProFormatter
 
sendBinary(byte[]) - Method in interface cucumber.pro.results.MetadataApi
 
sendBinary(byte[]) - Method in class cucumber.pro.results.NullMetadataClient
 
sendBinary(byte[]) - Method in class cucumber.pro.results.WebSocketMetadataClient
 
sendHeader(String, String, String, String) - Method in interface cucumber.pro.results.MetadataApi
 
sendHeader(String, String, String, String) - Method in class cucumber.pro.results.NullMetadataClient
 
sendHeader(String, String, String, String) - Method in class cucumber.pro.results.WebSocketMetadataClient
 
sendMetadata(String, int, String) - Method in interface cucumber.pro.results.MetadataApi
 
sendMetadata(String, int, String) - Method in class cucumber.pro.results.NullMetadataClient
 
sendMetadata(String, int, String) - Method in class cucumber.pro.results.WebSocketMetadataClient
 
sendStackTrace(String, int, String) - Method in interface cucumber.pro.results.MetadataApi
 
sendStackTrace(String, int, String) - Method in class cucumber.pro.results.NullMetadataClient
 
sendStackTrace(String, int, String) - Method in class cucumber.pro.results.WebSocketMetadataClient
 
sendTestCaseResult(String, int, Status) - Method in interface cucumber.pro.results.MetadataApi
 
sendTestCaseResult(String, int, Status) - Method in class cucumber.pro.results.NullMetadataClient
 
sendTestCaseResult(String, int, Status) - Method in class cucumber.pro.results.WebSocketMetadataClient
 
sendTestStepResult(String, int, Status) - Method in interface cucumber.pro.results.MetadataApi
 
sendTestStepResult(String, int, Status) - Method in class cucumber.pro.results.NullMetadataClient
 
sendTestStepResult(String, int, Status) - Method in class cucumber.pro.results.WebSocketMetadataClient
 
StackTrace - Class in cucumber.pro.results.metadata
 
StackTrace(String, int, String) - Constructor for class cucumber.pro.results.metadata.StackTrace
 
startOfScenarioLifeCycle(Scenario) - Method in class cucumber.pro.CucumberProFormatter
 
Status - Enum in cucumber.pro.results
 
step(Step) - Method in class cucumber.pro.CucumberProFormatter
 
syntaxError(String, String, List<String>, String, Integer) - Method in class cucumber.pro.CucumberProFormatter
 

T

TestCaseResult - Class in cucumber.pro.results.metadata
 
TestCaseResult(String, int, Status) - Constructor for class cucumber.pro.results.metadata.TestCaseResult
 
TestStepResult - Class in cucumber.pro.results.metadata
 
TestStepResult(String, int, Status) - Constructor for class cucumber.pro.results.metadata.TestStepResult
 

U

uri(String) - Method in class cucumber.pro.CucumberProFormatter
 

V

valueOf(String) - Static method in enum cucumber.pro.results.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum cucumber.pro.results.Status
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in cucumber.pro
 
Version() - Constructor for class cucumber.pro.Version
 
VERSION - Static variable in class cucumber.pro.Version
 

W

waitForReplies(int) - Method in interface cucumber.pro.results.MetadataApi
 
waitForReplies(int) - Method in class cucumber.pro.results.NullMetadataClient
 
waitForReplies(int) - Method in class cucumber.pro.results.WebSocketMetadataClient
 
WebSocketMetadataClient - Class in cucumber.pro.results
 
WebSocketMetadataClient(URI) - Constructor for class cucumber.pro.results.WebSocketMetadataClient
 
willDecode(String) - Method in class cucumber.pro.results.JsonDecoder
 
WorkingCopy - Interface in cucumber.pro.scm
 
WorkingCopyDetector - Class in cucumber.pro.scm
 
WorkingCopyDetector() - Constructor for class cucumber.pro.scm.WorkingCopyDetector
 
write(String) - Method in class cucumber.pro.CucumberProFormatter
 
A B C D E F G H I J M N O R S T U V W 

Copyright © 2014. All Rights Reserved.