History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-468
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Steve Luo
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Failures in @BeforeClass/@AfterClass in JUnit4 tests are aggregated in junit.framwork package instead of the actual test class (suite)

Created: 26/Nov/09 01:19 PM   Updated: 02/Dec/09 02:23 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(296 kb)

2. screenshot-2.jpg
(141 kb)

3. screenshot-3.jpg
(180 kb)
Environment: PMEase QuickBuild, 2.0.9, 2009-11-23


 Description  « Hide
See attached screenshots: the test case finally fails in {{AbstractManagerInitializerTest.afterClass()}}, that looks like the following and thus is only executed for the whole test class (suite):
{code}
    @AfterClass
    public static void afterClass() {
{code}

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.