PHP Class MathPHP\SetTheory\SetTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: markrogoyski/math-php

Méthodes publiques

Méthode Description
dataProviderForAsArray ( )
dataProviderForSingleSet ( )
dataProviderForToString ( )
testAsArray ( array $members, $expected )
testAsArrayAnotherWay ( array $members )
testContstructor ( array $members )
testCount ( array $A )
testFluentInterface ( )
testInterfaces ( )
testIsEmpty ( array $members )
testIsMember ( array $members )
testIsNotMember ( array $members )
testIteratorInterface ( )
testLength ( array $members )
testToString ( array $members, string $expected )

Method Details

dataProviderForAsArray() public méthode

dataProviderForSingleSet() public méthode

dataProviderForToString() public méthode

testAsArray() public méthode

public testAsArray ( array $members, $expected )
$members array

testAsArrayAnotherWay() public méthode

public testAsArrayAnotherWay ( array $members )
$members array

testContstructor() public méthode

public testContstructor ( array $members )
$members array

testCount() public méthode

public testCount ( array $A )
$A array

testFluentInterface() public méthode

public testFluentInterface ( )

testInterfaces() public méthode

public testInterfaces ( )

testIsEmpty() public méthode

public testIsEmpty ( array $members )
$members array

testIsMember() public méthode

public testIsMember ( array $members )
$members array

testIsNotMember() public méthode

public testIsNotMember ( array $members )
$members array

testIteratorInterface() public méthode

testLength() public méthode

public testLength ( array $members )
$members array

testToString() public méthode

public testToString ( array $members, string $expected )
$members array
$expected string