JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.serenitybdd.serenitymodel
Package
net.thucydides.model.domain.flags
Interface Flag
All Known Implementing Classes:
NewFailure
public interface
Flag
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getMessage
()
A description of the flag type
String
getSymbol
()
The Font-Awesome symbol used to represent this flag
String
getType
()
A unique identifier for this type of flag
Method Details
getType
String
getType
()
A unique identifier for this type of flag
getMessage
String
getMessage
()
A description of the flag type
getSymbol
String
getSymbol
()
The Font-Awesome symbol used to represent this flag