| Class and Description |
|---|
| com.datastax.oss.driver.api.testinfra.utils.ConditionChecker
We've replaced this home-grown utility by Awaitility in our tests. We're preserving
it because it was part of the public test infrastructure API, but it won't be maintained
anymore, and removed in the next major version.
|
| com.datastax.oss.driver.api.testinfra.utils.ConditionChecker.ConditionCheckerBuilder
see
ConditionChecker |
| Method and Description |
|---|
| com.datastax.oss.driver.api.testinfra.CassandraResourceRule.setUp()
this method is preserved for backward compatibility only. The correct way to ensure
that a
CassandraResourceRule gets initialized before a SessionRule is to
wrap them into a RuleChain. Therefore there is no need to force the initialization
of a CassandraResourceRule explicitly anymore. |
Copyright © 2017–2023. All rights reserved.