PHP Class Cassandra\Type\UserTypeTest

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

Public Methods

Method Description
equalTypes ( )
notEqualTypes ( )
testCompareEquals ( $type1, $type2 )
testCompareNotEquals ( $type1, $type2 )
testCreatesEmptyUserType ( )
testCreatesUserTypeFromValues ( )
testDefinesUserTypeType ( )
testPreventsCreatingUserTypeTypeWithInvalidName ( )
testPreventsCreatingUserTypeWithInvalidName ( )
testPreventsCreatingUserTypeWithUnsupportedTypes ( )
testPreventsDefiningUserTypesWithUnsupportedTypes ( )
testWithNameOrWithKeyspace ( )

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 )

testCreatesEmptyUserType() public method

testCreatesUserTypeFromValues() public method

testDefinesUserTypeType() public method

testPreventsCreatingUserTypeTypeWithInvalidName() public method

testPreventsCreatingUserTypeWithInvalidName() public method

testPreventsCreatingUserTypeWithUnsupportedTypes() public method

testPreventsDefiningUserTypesWithUnsupportedTypes() public method

testWithNameOrWithKeyspace() public method