PHP Class Cassandra\Type\MapTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

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

Method Details

equalTypes() public méthode

public equalTypes ( )

notEqualTypes() public méthode

public notEqualTypes ( )

testCompareEquals() public méthode

public testCompareEquals ( $type1, $type2 )

testCompareNotEquals() public méthode

public testCompareNotEquals ( $type1, $type2 )

testCreatesEmptyMap() public méthode

public testCreatesEmptyMap ( )

testCreatesMapFromValues() public méthode

testDefinesMapType() public méthode

public testDefinesMapType ( )

testPreventsCreatingMapWithUnsupportedTypes() public méthode

testPreventsCreatingMapWithoutEnoughValues() public méthode

testPreventsDefiningMapsWithUnsupportedTypes() public méthode