PHP Class Cassandra\Type\MapTest

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

Public Methods

Method Description
equalTypes ( )
notEqualTypes ( )
testCompareEquals ( $type1, $type2 )
testCompareNotEquals ( $type1, $type2 )
testCreatesEmptyMap ( )
testCreatesMapFromValues ( )
testDefinesMapType ( )
testPreventsCreatingMapWithUnsupportedTypes ( )
testPreventsCreatingMapWithoutEnoughValues ( )
testPreventsDefiningMapsWithUnsupportedTypes ( )

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 )

testCreatesEmptyMap() public method

public testCreatesEmptyMap ( )

testCreatesMapFromValues() public method

testDefinesMapType() public method

public testDefinesMapType ( )

testPreventsCreatingMapWithUnsupportedTypes() public method

testPreventsCreatingMapWithoutEnoughValues() public method

testPreventsDefiningMapsWithUnsupportedTypes() public method