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/18 12:29:00 UTC

[jira] [Updated] (CAUSEWAY-2952) [Testing] Support for declarative Interaction Context Specification

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

Daniel Keir Haywood updated CAUSEWAY-2952:
------------------------------------------
    Component/s: Testing integtestsupport
                     (was: Testing)

> [Testing] Support for declarative Interaction Context Specification
> -------------------------------------------------------------------
>
>                 Key: CAUSEWAY-2952
>                 URL: https://issues.apache.org/jira/browse/CAUSEWAY-2952
>             Project: Causeway
>          Issue Type: Improvement
>          Components: Testing integtestsupport
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M7
>
>
> Proposal:
> {code:java}
> @Test
> @InteractAs(
>     userName="sven", 
>     localeName="en", 
>     frozenDateTime="2010-01-01 13:02:04 -03",
>     ...)
> void test() { 
>   // ...
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)