public class SpecExample extends Object
| Modifier and Type | Field and Description |
|---|---|
static SpecExample |
NULL |
| Constructor and Description |
|---|
SpecExample(String optionsSet,
String section,
int exampleNumber,
String source,
String html) |
SpecExample(String optionsSet,
String section,
int exampleNumber,
String source,
String html,
String ast) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAst() |
int |
getExampleNumber() |
String |
getHtml() |
String |
getOptionsSet() |
String |
getSection() |
String |
getSource() |
boolean |
isFullSpecExample() |
boolean |
isNotNull() |
boolean |
isNull() |
boolean |
isSpecExample() |
String |
toString() |
SpecExample |
withAst(String ast) |
SpecExample |
withExampleNumber(int exampleNumber) |
SpecExample |
withHtml(String html) |
SpecExample |
withOptionsSet(String optionsSet) |
SpecExample |
withSection(String section) |
SpecExample |
withSource(String source) |
public static final SpecExample NULL
public SpecExample(String optionsSet, String section, int exampleNumber, String source, String html)
public SpecExample withOptionsSet(String optionsSet)
public SpecExample withSection(String section)
public SpecExample withExampleNumber(int exampleNumber)
public SpecExample withSource(String source)
public SpecExample withHtml(String html)
public SpecExample withAst(String ast)
public boolean isFullSpecExample()
public boolean isNull()
public boolean isSpecExample()
public boolean isNotNull()
public String getOptionsSet()
public String getSource()
public String getHtml()
public String getAst()
public String getSection()
public int getExampleNumber()
Copyright © 2017. All rights reserved.