Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
// wraps in its own session
given( () -> {
});
// wraps in its own transaction
when( () ->
// does nothing, justs for consistency
then( () -> { }
);