| Interface | Description |
|---|---|
| StatementCaptureListMatcher<T extends GenericStatement> |
The
StatementCaptureListMatcher interface defines a class that can
match the statement capture list against some expectation. |
| Class | Description |
|---|---|
| HelenusJUnit |
The
HelenusJUnit class provides the JUnit 4 definition for a
@Rule service that will take care of initializing an embedded
Cassandra server and the Helenus driver. |
| StatementCaptureList<T extends GenericStatement> |
The
StatementCaptureList class defines a class capable of
capturing executing statements. |
| StatementCaptureListMatchers |
The
StatementCaptureListMatchers abstract class defines static
factory method for a statement capture list. |
| Annotation Type | Description |
|---|---|
| BeforeObjects |
The
BeforeObjects annotation can be used to identify a method
that will be invoked before the test methods in order to pre-populate the
database with the pojos returned by the method. |
| PartitionKeyValues |
The
PartitionKeyValues annotation allows a test method or class to
define specific keyspace key values to be used when creating schemas for pojos. |
| PartitionKeyValuess |
Defines several
PartitionKeyValues annotations on the same element in
order to define multiple PartitionKeyValues annotations for the same
test method or class. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.