public class RepositoryContentValidator<T> extends Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
assertActiveSagas(int expected)
Asserts that the repsitory contains the given  
expected amount of active sagas. | 
void | 
assertAssociationPresent(String associationKey,
                        String associationValue)
Asserts that an association is present for the given  
associationKey and
 associationValue. | 
void | 
assertNoAssociationPresent(String associationKey,
                          String associationValue)
Asserts that no association is present for the given  
associationKey and
 associationValue. | 
public void assertAssociationPresent(String associationKey, String associationValue)
associationKey and
 associationValue.associationKey - The key of the associationassociationValue - The value of the associationpublic void assertNoAssociationPresent(String associationKey, String associationValue)
associationKey and
 associationValue.associationKey - The key of the associationassociationValue - The value of the associationpublic void assertActiveSagas(int expected)
expected amount of active sagas.expected - The number of expected sagas.Copyright © 2010–2018. All rights reserved.