TestSuiteWithName
extends TestSuite
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Methods
- __construct() : mixed
- count() : int
- isForTestClass() : bool
- isForTestMethodWithDataProvider() : bool
- isWithName() : true
- name() : non-empty-string
- tests() : TestCollection
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() : true
Return values
truename()
public
name() : non-empty-string
Return values
non-empty-stringtests()
public
tests() : TestCollection