Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.0.0.Beta1
-
Component/s: Test Harness Integration
-
Labels:None
Description
"methodX is not allowed to depend on methodY"
The way Arquillian invokes the remote container it creates a new 'suite' pr TestCase pr test method. Since only one test method is invoked pr suite, TestNGs dependsOnMethods fail.
Gliffy Diagrams
Issue Links
- is duplicated by
-
ARQ-247
Using the tomcat 6 embedded profile, @AfterClass methods are called after each test and method dependencies don't work
-
- Closed
-
We might be able to rewrite the @Test annotation incontainer using the IAnnotationTransformer interface