You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@causeway.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2023/03/25 17:25:00 UTC

[jira] [Closed] (CAUSEWAY-1840) Integration test given/when/then sections

     [ https://issues.apache.org/jira/browse/CAUSEWAY-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Keir Haywood closed CAUSEWAY-1840.
-----------------------------------------

> Integration test given/when/then sections
> -----------------------------------------
>
>                 Key: CAUSEWAY-1840
>                 URL: https://issues.apache.org/jira/browse/CAUSEWAY-1840
>             Project: Causeway
>          Issue Type: Improvement
>          Components: Testing integtestsupport
>            Reporter: Daniel Keir Haywood
>            Assignee: Daniel Keir Haywood
>            Priority: Minor
>             Fix For: 2.0.0-RC1
>
>
> // 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
(v8.20.10#820010)