TestSuiteForTestMethodWithDataProvider
extends TestSuite
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $className : class-string
- $file : string
- $line : int
- $methodName : non-empty-string
Methods
- __construct() : mixed
- className() : class-string
- count() : int
- file() : string
- isForTestClass() : bool
- isForTestMethodWithDataProvider() : true
- isWithName() : bool
- line() : int
- methodName() : non-empty-string
- name() : non-empty-string
- tests() : TestCollection
Properties
$className
private
class-string
$className
$file
private
string
$file
$line
private
int
$line
$methodName
private
non-empty-string
$methodName
Methods
__construct()
public
__construct(non-empty-string $name, int $size, TestCollection $tests, class-string $className, non-empty-string $methodName, string $file, int $line) : mixed
Parameters
- $name : non-empty-string
- $size : int
- $tests : TestCollection
- $className : class-string
- $methodName : non-empty-string
- $file : string
- $line : int
className()
public
className() : class-string
Return values
class-stringcount()
public
count() : int
Return values
intfile()
public
file() : string
Return values
stringisForTestClass()
public
isForTestClass() : bool
Tags
Return values
boolisForTestMethodWithDataProvider()
public
isForTestMethodWithDataProvider() : true
Return values
trueisWithName()
public
isWithName() : bool
Tags
Return values
boolline()
public
line() : int
Return values
intmethodName()
public
methodName() : non-empty-string
Return values
non-empty-stringname()
public
name() : non-empty-string
Return values
non-empty-stringtests()
public
tests() : TestCollection