Files
atrium/misc
Robert Stoll 983a2ecfa5 less verbose inOrder only: remove element which
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
2020-12-18 22:36:07 +01:00
..
2020-05-25 23:25:36 +02:00