PHP Class Cassandra\Type\CollectionTest

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

Public Methods

Method Description
equalTypes ( )
notEqualTypes ( )
testCompareEquals ( $type1, $type2 )
testCompareNotEquals ( $type1, $type2 )
testCreatesCollectionFromValues ( )
testCreatesEmptyCollection ( )
testDefinesCollectionType ( )
testPreventsCreatingCollectionWithUnsupportedTypes ( )
testPreventsDefiningCollectionsWithUnsupportedTypes ( )

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 )

testCreatesCollectionFromValues() public method

testCreatesEmptyCollection() public method

testDefinesCollectionType() public method

testPreventsCreatingCollectionWithUnsupportedTypes() public method

testPreventsDefiningCollectionsWithUnsupportedTypes() public method