JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.masterthought.cucumber.json.support
Interface Resultsable
All Known Implementing Classes:
Hook
,
Step
public interface
Resultsable
Ensures that class delivers method for counting results and matches.
Author:
Damian Szczepanik (damianszczepanik@github)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Match
getMatch
()
Output
[]
getOutputs
()
Result
getResult
()
Method Details
getResult
Result
getResult
()
getMatch
Match
getMatch
()
getOutputs
Output
[]
getOutputs
()