Class SchemaChangesTest

    • Constructor Detail

      • SchemaChangesTest

        public SchemaChangesTest()
    • Method Detail

      • registerListener

        public static com.datastax.oss.driver.api.core.CqlSessionBuilder registerListener​(com.datastax.oss.driver.api.core.CqlSessionBuilder builder)
      • schemaChangesTest

        @Test
        @DisplayName("Should notify of schema changes")
        public void schemaChangesTest​(com.datastax.oss.driver.api.core.CqlSession session,
                                      com.datastax.oss.driver.api.core.CqlIdentifier keyspaceId)
      • alreadyExistsErrors

        @Test
        @DisplayName("Should fail when trying to create schema elements that already exist")
        public void alreadyExistsErrors​(com.datastax.oss.driver.api.core.CqlSession session,
                                        com.datastax.oss.driver.api.core.CqlIdentifier keyspaceId)