PHP Class ElementsTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: giorgiosironi/eris Class Usage Examples

Public Methods

Method Description
testElementsOnlyProducesElementsFromTheGivenArguments ( )
testElementsOnlyProducesElementsFromTheGivenArrayDomain ( ) This means you cannot have a Elements Generator with a single element, which is perfectly fine as if you have a single element this generator is useless. Use Constant Generator instead
testVectorOfElementsGenerators ( )

Method Details

testElementsOnlyProducesElementsFromTheGivenArguments() public method

testElementsOnlyProducesElementsFromTheGivenArrayDomain() public method

This means you cannot have a Elements Generator with a single element, which is perfectly fine as if you have a single element this generator is useless. Use Constant Generator instead

testVectorOfElementsGenerators() public method