public class CucumberUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FAILED_TEST_STRING |
static String |
PASSED_TEST_STRING |
static String |
PENDING_TEST_STRING |
static String |
SKIPPED_TEST_STRING |
static String |
UNDEFINED_TEST_STRING |
| Constructor and Description |
|---|
CucumberUtils() |
| Modifier and Type | Method and Description |
|---|---|
static File |
createEmbedFile(byte[] data)
Create a temporary file on the slave to store the embedded content
|
static String |
getId(gherkin.formatter.model.TagStatement stmt)
Get the ID from the TagStatement.
|
public static final String FAILED_TEST_STRING
public static final String PASSED_TEST_STRING
public static final String UNDEFINED_TEST_STRING
public static final String PENDING_TEST_STRING
public static final String SKIPPED_TEST_STRING
public static String getId(gherkin.formatter.model.TagStatement stmt)
stmt - the TagStatement with the ID>TagStatement - possibly nullpublic static File createEmbedFile(byte[] data) throws IOException
IOException - if we couldn't create a temporary fileCopyright © 2013-2015. All Rights Reserved.