PHP Class Cassandra\Type\SetTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: datastax/php-driver

Public Methods

Method Description
equalTypes ( )
notEqualTypes ( )
testCompareEquals ( $type1, $type2 )
testCompareNotEquals ( $type1, $type2 )
testCreatesEmptySet ( )
testCreatesSetFromValues ( )
testDefinesSetType ( )
testPreventsCreatingSetWithUnsupportedTypes ( )
testPreventsDefiningSetsWithUnsupportedTypes ( )

Method Details

equalTypes() public method

public equalTypes ( )

notEqualTypes() public method

public notEqualTypes ( )

testCompareEquals() public method

public testCompareEquals ( $type1, $type2 )

testCompareNotEquals() public method

public testCompareNotEquals ( $type1, $type2 )

testCreatesEmptySet() public method

public testCreatesEmptySet ( )

testCreatesSetFromValues() public method

testDefinesSetType() public method

public testDefinesSetType ( )

testPreventsCreatingSetWithUnsupportedTypes() public method

testPreventsDefiningSetsWithUnsupportedTypes() public method