Package net.thucydides.core.model.flags
Interface Flag
- All Known Implementing Classes:
NewFailure
public interface Flag
-
Method Summary
Modifier and Type Method Description java.lang.StringgetMessage()A description of the flag typejava.lang.StringgetSymbol()The Font-Awesome symbol used to represent this flagjava.lang.StringgetType()A unique identifier for this type of flag
-
Method Details
-
getType
java.lang.String getType()A unique identifier for this type of flag -
getMessage
java.lang.String getMessage()A description of the flag type -
getSymbol
java.lang.String getSymbol()The Font-Awesome symbol used to represent this flag
-