public class RepositoryContentValidator<T> extends Object
| Modifier and Type | Method and Description | 
|---|---|
| void | assertActiveSagas(int expected)Asserts that the repsitory contains the given  expectedamount of active sagas. | 
| void | assertAssociationPresent(String associationKey,
                        String associationValue)Asserts that an association is present for the given  associationKeyandassociationValue. | 
| void | assertNoAssociationPresent(String associationKey,
                          String associationValue)Asserts that no association is present for the given  associationKeyandassociationValue. | 
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–2020. All rights reserved.