Support multiple test frameworks
--------------------------------

                 Key: JBEHAVE-132
                 URL: http://jira.codehaus.org/browse/JBEHAVE-132
             Project: JBehave
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.0
            Reporter: Mauro Talevi
            Assignee: Mauro Talevi
             Fix For: 2.1


Currently, we support JUnit 4.x as the test framework to run scenarios via the 
@Test annotation. 

We could easily extend support to multiple frameworks - including JUnit 3.8 and 
TestNG. 

The cleanest approach would be to rename abstract Scenario to JUnitScenario and 
pull up a Scenario interface.  
Since JUnit 4.x jar includes the 3.8 classes, support for JUnit 3 would simply 
require extending TestCase and having a run method that starts with "test". 

 

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to