mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
see #722 moreover: - rename InOrderOnlyBaseAssertionCreator.createAssertionsAndReturnIndex to addAssertionsAndReturnIndex - likewise InOrderOnlyMatcher.createSingleEntryAssertion to addSingleEntryAssertion - simplify the implementation, reduce indirections - no longer search for the first non-null element in an iterable, not needed as we no longer show the feature representation in an ExplanatoryAssertionGroup (first positive effect of that change) - allow that ExplanatoryGroup can fail so that it can be used without a surrounding group (e.g. fixedClaimGroup) -- still hold per default - moving the try-catch for too early subject accesses into CollectingExpectImpl, this way covering more cases (will be removed soon though) - move ExpectImpls into own files