@ExtendWith(value=CqlSessionExtension.class) public class CollectionsTest extends GrpcIntegrationTest
asyncStub, authToken, managedChannel, stub
backend
Constructor and Description |
---|
CollectionsTest() |
Modifier and Type | Method and Description |
---|---|
void |
collections(QueryOuterClass.Value collection,
String tableName,
com.datastax.oss.driver.api.core.CqlIdentifier keyspace) |
static Stream<org.junit.jupiter.params.provider.Arguments> |
collectionValues() |
void |
emptyCollections(QueryOuterClass.Value collection,
QueryOuterClass.Value expected,
String tableName,
com.datastax.oss.driver.api.core.CqlIdentifier keyspace) |
static Stream<org.junit.jupiter.params.provider.Arguments> |
emptyValues() |
void |
invalidCollections(QueryOuterClass.Value collection,
String tableName,
String expectedMessage,
com.datastax.oss.driver.api.core.CqlIdentifier keyspace) |
static Stream<org.junit.jupiter.params.provider.Arguments> |
invalidValues() |
asyncStubWithCallCredentials, asyncStubWithCallCredentials, batchParameters, batchParameters, cleanUp, cqlBatchQuery, cqlQuery, cqlQuery, generateAuthToken, queryParameters, queryParameters, reactiveStubWithCallCredentials, rowOf, setup, stubWithCallCredentials, stubWithCallCredentials, valuesOf
backendSupportsSAI, init, isCassandra4, now
@ParameterizedTest @MethodSource(value="collectionValues") public void collections(QueryOuterClass.Value collection, String tableName, com.datastax.oss.driver.api.core.CqlIdentifier keyspace) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Stream<org.junit.jupiter.params.provider.Arguments> collectionValues()
@ParameterizedTest @MethodSource(value="emptyValues") public void emptyCollections(QueryOuterClass.Value collection, QueryOuterClass.Value expected, String tableName, com.datastax.oss.driver.api.core.CqlIdentifier keyspace) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Stream<org.junit.jupiter.params.provider.Arguments> emptyValues()
@ParameterizedTest @MethodSource(value="invalidValues") public void invalidCollections(QueryOuterClass.Value collection, String tableName, String expectedMessage, com.datastax.oss.driver.api.core.CqlIdentifier keyspace)
public static Stream<org.junit.jupiter.params.provider.Arguments> invalidValues()
Copyright © 2022. All rights reserved.