final class TestMethod extends Test (View source)

Methods

__construct(string $className, string $methodName, string $file, int $line, TestDox $testDox, MetadataCollection $metadata, TestDataCollection $testData)

No description

string
file()

No description

from  Test
bool
isTestMethod()

No description

bool
isPhpt()

No description

from  Test
string
id()

No description

string
name()

No description

string
className()

No description

string
methodName()

No description

int
line()

No description

testDox()

No description

metadata()

No description

testData()

No description

string
nameWithClass()

No description

Details

__construct(string $className, string $methodName, string $file, int $line, TestDox $testDox, MetadataCollection $metadata, TestDataCollection $testData)

No description

Parameters

string $className
string $methodName
string $file
int $line
TestDox $testDox
MetadataCollection $metadata
TestDataCollection $testData

string file()

No description

Return Value

string

bool isTestMethod()

No description

Return Value

bool

bool isPhpt()

No description

Return Value

bool

string id()

No description

Return Value

string

string name()

No description

Return Value

string

string className()

No description

Return Value

string

string methodName()

No description

Return Value

string

int line()

No description

Return Value

int

TestDox testDox()

No description

Return Value

TestDox

MetadataCollection metadata()

No description

Return Value

MetadataCollection

TestDataCollection testData()

No description

Return Value

TestDataCollection

string nameWithClass()

No description

Return Value

string