HumHub Documentation (unofficial)

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

getTestCaseNameAsString()

public static getTestCaseNameAsString(string $testCaseName) : string
Parameters
$testCaseName : string
Return values
string

getTestSignature()

Provides a test name which can be located by

public static getTestSignature(SelfDescribing $testCase) : string
Parameters
$testCase : SelfDescribing
Return values
string

getTestSignatureUnique()

Provides a test name which is unique for individual iterations of tests using examples

public static getTestSignatureUnique(SelfDescribing $testCase) : string
Parameters
$testCase : SelfDescribing
Return values
string

        
On this page

Search results