Search in sources :

Example 1 with Statements

use of com.netflix.conductor.util.Statements in project conductor by Netflix.

the class CassandraDAOTest method setUp.

@Before
public void setUp() {
    Statements statements = new Statements(testConfiguration);
    metadataDAO = new CassandraMetadataDAO(session, objectMapper, testConfiguration, statements);
    executionDAO = new CassandraExecutionDAO(session, objectMapper, testConfiguration, statements);
    eventHandlerDAO = new CassandraEventHandlerDAO(session, objectMapper, testConfiguration, statements);
}
Also used : Statements(com.netflix.conductor.util.Statements) Before(org.junit.Before)

Aggregations

Statements (com.netflix.conductor.util.Statements)1 Before (org.junit.Before)1