Descriptor
in package
Table of Contents
Methods
- getTestAsString() : mixed
- getTestCaseNameAsString() : string
- getTestDataSetIndex() : int|null
- Provides a test data set index
- getTestFileName() : mixed
- Provides a test file name relative to Codeception root
- getTestFullName() : mixed|string
- getTestSignature() : string
- Provides a test name which can be located by
- getTestSignatureUnique() : string
- Provides a test name which is unique for individual iterations of tests using examples
Methods
getTestAsString()
public
static getTestAsString(SelfDescribing $testCase) : mixed
Parameters
- $testCase : SelfDescribing
getTestCaseNameAsString()
public
static getTestCaseNameAsString(string $testCaseName) : string
Parameters
- $testCaseName : string
Return values
stringgetTestDataSetIndex()
Provides a test data set index
public
static getTestDataSetIndex(SelfDescribing $testCase) : int|null
Parameters
- $testCase : SelfDescribing
Return values
int|nullgetTestFileName()
Provides a test file name relative to Codeception root
public
static getTestFileName(SelfDescribing $testCase) : mixed
Parameters
- $testCase : SelfDescribing
getTestFullName()
public
static getTestFullName(SelfDescribing $testCase) : mixed|string
Parameters
- $testCase : SelfDescribing
Return values
mixed|stringgetTestSignature()
Provides a test name which can be located by
public
static getTestSignature(SelfDescribing $testCase) : string
Parameters
- $testCase : SelfDescribing
Return values
stringgetTestSignatureUnique()
Provides a test name which is unique for individual iterations of tests using examples
public
static getTestSignatureUnique(SelfDescribing $testCase) : string
Parameters
- $testCase : SelfDescribing