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

Andi Huber updated ISIS-2952:
-----------------------------
    Description: 
Proposal:


{code:java}
@Test
@TestWith(
    userName="sven", 
    localeName="en", 
    fixedDateTime="2010-01-01 13:02:04",
    ...)
void test() { 
  // ...
}
{code}


  was:
Proposal:

@Test
@TestWith(
    userName="sven", 
    localeName="en", 
    fixedDateTime="2010-01-01 13:02:04",
    ...)
void test() { 
  // ...
}


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



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to