PHP Класс Cassandra\TupleIntegrationTest

Наследование: extends CollectionsIntegrationTest
Показать файл Открыть проект

Открытые методы

Метод Описание
testCompositeTypes ( $type, $value ) Tuples with composite types
testEmpty ( $type, $value ) Bind statment with a empty tuples
testInvalidType ( ) Invalid datatypes for tuples.
testMultipleComponents ( $type, $value ) Tuples with multiple components
testNestedTypes ( $type, $value ) Tuples with nested composite types
testNull ( ) Bind statement with an null tuple
testPartial ( ) Partial tuple
testScalarTypes ( $type, $value ) Tuples using scalar/simple datatypes
testUserType ( ) Tuple using a nested user type.
tupleWithCompositeTypes ( ) Data provider for tuples with composite types
tupleWithMultipleComponents ( ) Data provider for tuples with multiple components
tupleWithMultipleEmptyComponents ( ) Data provider for tuples with multiple components and no values
tupleWithNestedTypes ( ) Data provider for tuples with nested composite types
tupleWithScalarTypes ( ) Data provider for tuples with scalar types

Описание методов

testCompositeTypes() публичный Метод

This test ensures that tuples work with other collections and other composite types such as UDTs and tuples.
public testCompositeTypes ( $type, $value )

testEmpty() публичный Метод

Bind statment with a empty tuples
public testEmpty ( $type, $value )

testInvalidType() публичный Метод

This test will ensure that an exception will occur when an invalid datatype is used inside a tuple; issues from the server.
public testInvalidType ( )

testMultipleComponents() публичный Метод

Tuples with multiple components
public testMultipleComponents ( $type, $value )

testNestedTypes() публичный Метод

This test ensures that tuples work with other nested collections and other nested composite types such as UDTs and tuples.
public testNestedTypes ( $type, $value )

testNull() публичный Метод

Bind statement with an null tuple
public testNull ( )

testPartial() публичный Метод

This test will ensure that partial tuples return the correct value.
public testPartial ( )

testScalarTypes() публичный Метод

This test will ensure that the PHP driver supports the tuples collection with all PHP driver supported scalar/simple datatypes.
public testScalarTypes ( $type, $value )

testUserType() публичный Метод

This test will ensure that the PHP driver supports the tuples collection with user types.
public testUserType ( )

tupleWithCompositeTypes() публичный Метод

Data provider for tuples with composite types

tupleWithMultipleComponents() публичный Метод

Data provider for tuples with multiple components

tupleWithMultipleEmptyComponents() публичный Метод

Data provider for tuples with multiple components and no values

tupleWithNestedTypes() публичный Метод

Data provider for tuples with nested composite types

tupleWithScalarTypes() публичный Метод

Data provider for tuples with scalar types