[arquillian-issues] [JBoss JIRA] Closed: (ARQ-69) Redesign the test framework adaptor

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Tue May 25 10:10:02 EDT 2010


     [ https://jira.jboss.org/browse/ARQ-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen closed ARQ-69.
----------------------------



Alpha-2 published

> Redesign the test framework adaptor
> -----------------------------------
>
>                 Key: ARQ-69
>                 URL: https://jira.jboss.org/browse/ARQ-69
>             Project: Arquillian
>          Issue Type: Task
>          Components: Documentation, Test Harness Integration
>            Reporter: Aslak Knutsen
>            Assignee: Aslak Knutsen
>             Fix For: 1.0.0.Alpha2
>
>
> Too much of the Arquillian core responsibility is handed out to the Test Framework integration code. Redesign to a more event/lifecycle  based integration. 
> The DeployableTestBuilder should return a appropriate impl depending on in container or not.
> {code}
> public interface DeployableTestRunner 
> {
>    public void beforeSuite() throws LifecycleException
>    public void afterSuite() throws LifecycleException
>    public void beforeClass(Class<?> testClass) throws DeploymentException
>    public void afterClasss(Class<?> testClass) throws DeploymentException
>    public void before(Class<?> testClass, Method testMethod)
>    public void after(Class<?> testClass, Method testMethod)
>    public TestResult test(TestMethodExecutor testMethodExecutor)
> }
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list