[JBoss JIRA] Created: (ARQ-234) Define/Fix calls to @BeforeClass, @Before, @AfterClass, @After
by Thomas Diesler (JIRA)
Define/Fix calls to @BeforeClass, @Before, @AfterClass, @After
--------------------------------------------------------------
Key: ARQ-234
URL: https://jira.jboss.org/browse/ARQ-234
Project: Arquillian
Issue Type: Bug
Components: OSGi Containers
Affects Versions: 1.0.0.Alpha3
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Currently I see
Running org.jboss.test.osgi.xml.dom.DOMParserTestCase
beforeClass: null
setUp: dom-parser.jar [4]
beforeClass: null
setUp: dom-parser.jar [4]
tearDown: dom-parser.jar [4]
afterClass: org.apache.felix.framework.BundleContextImpl@4c272961
tearDown: dom-parser.jar [4]
setUp: dom-parser.jar [4]
beforeClass: org.apache.felix.framework.BundleContextImpl@4c272961
setUp: dom-parser.jar [4]
tearDown: dom-parser.jar [4]
afterClass: org.apache.felix.framework.BundleContextImpl@4c272961
tearDown: dom-parser.jar [4]
afterClass: org.apache.felix.framework.BundleContextImpl@4c272961
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.45 sec
this needs to be investigated.
--
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
14 years, 4 months