You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2018/01/22 05:44:00 UTC

[jira] [Created] (ISIS-1840) integration test given/when/then sections

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)