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