Improve H2 store tests 34/101634/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Jun 2022 14:39:15 +0000 (16:39 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Jun 2022 14:40:06 +0000 (16:40 +0200)
commitaf3df95e0d85b75de12a3e6b7f0d57965ba802e2
tree8b513dcd3b9781f785f3a67db9ecd0e7f8e524c4
parent89aed209b2947f093b06e60986b91d14677012c9
Improve H2 store tests

We have weird asserts and general ugliness in the tests. Clean that up.

JIRA: AAA-221
Change-Id: I7a03c9e091f6fa4a53643688aa673e8169b83e1f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-idm-store-h2/src/test/java/org/opendaylight/aaa/datastore/h2/DomainStoreTest.java
aaa-idm-store-h2/src/test/java/org/opendaylight/aaa/datastore/h2/GrantStoreTest.java
aaa-idm-store-h2/src/test/java/org/opendaylight/aaa/datastore/h2/H2StoreTest.java
aaa-idm-store-h2/src/test/java/org/opendaylight/aaa/datastore/h2/H2TokenStoreTest.java
aaa-idm-store-h2/src/test/java/org/opendaylight/aaa/datastore/h2/RoleStoreTest.java
aaa-idm-store-h2/src/test/java/org/opendaylight/aaa/datastore/h2/UserStoreTest.java