PHP Class MathPHP\SetTheory\ImmutableSetTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: markrogoyski/math-php

Public Methods

Method Description
testActsLikeASet ( )
testAddDoesNothing ( )
testAddMultiDoesNothing ( )
testClearDoesNothing ( )
testIsASet ( )
testRemoveDoesNothing ( )
testRemoveMultiDoesNothing ( )

Method Details

testActsLikeASet() public method

public testActsLikeASet ( )

testAddDoesNothing() public method

public testAddDoesNothing ( )

testAddMultiDoesNothing() public method

testClearDoesNothing() public method

testIsASet() public method

public testIsASet ( )

testRemoveDoesNothing() public method

testRemoveMultiDoesNothing() public method