Dan Haywood created ISIS-1840:
---------------------------------
Summary: integration test given/when/then sections
Key: ISIS-1840
URL: https://issues.apache.org/jira/browse/ISIS-1840
Project: Isis
Issue Type: Improvement
Reporter: Dan Haywood
Fix For: 2.0.0
// wraps in its own session
given( () -> {
});
// wraps in its own transaction
when( () -> {
});
// does nothing, justs for consistency
then( () -> {
});
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
