TestSuite
in package
Read onlyYes
AbstractYes
Tags
Table of Contents
Properties
- $count : int
- $name : non-empty-string
- $tests : TestCollection
Methods
- __construct() : mixed
- count() : int
- isForTestClass() : bool
- isForTestMethodWithDataProvider() : bool
- isWithName() : bool
- name() : non-empty-string
- tests() : TestCollection
Properties
$count
private
int
$count
$name
private
non-empty-string
$name
$tests
private
TestCollection
$tests
Methods
__construct()
public
__construct(non-empty-string $name, int $size, TestCollection $tests) : mixed
Parameters
- $name : non-empty-string
- $size : int
- $tests : TestCollection
count()
public
count() : int
Return values
intisForTestClass()
public
isForTestClass() : bool
Tags
Return values
boolisForTestMethodWithDataProvider()
public
isForTestMethodWithDataProvider() : bool
Tags
Return values
boolisWithName()
public
isWithName() : bool
Tags
Return values
boolname()
public
name() : non-empty-string
Return values
non-empty-stringtests()
public
tests() : TestCollection