This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257624 - Testrunner: Remove fully-qualified testclass from testmethod node to improve readability
Summary: Testrunner: Remove fully-qualified testclass from testmethod node to improve ...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-19 11:04 UTC by markiewb
Modified: 2016-01-29 15:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (109.11 KB, image/png)
2016-01-19 11:04 UTC, markiewb
Details
Project for the reproduction (4.44 KB, application/zip)
2016-01-29 15:01 UTC, markiewb
Details
Shows the issue - produceable with different cases (160.22 KB, image/png)
2016-01-29 15:04 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2016-01-19 11:04:15 UTC
Created attachment 158178 [details]
Shows the issue

ACTUAL: See screenshot
EXPECTED: Remove fully-qualified testclass from testmethod node to improve readability
Comment 1 markiewb 2016-01-29 15:01:07 UTC
Created attachment 158291 [details]
Project for the reproduction
Comment 2 markiewb 2016-01-29 15:04:16 UTC
Created attachment 158292 [details]
Shows the issue - produceable with different cases

See screenshot for different easy scenario. It is reproduceable using the test project I attached in the previous commen

Running each test class separate -> ACTUAL: OK
Running tests for the whole modules -> ACTUAL: NOK for some nodes
Running tests for a directory with tests in subdirs -> ACTUAL: NOK for some nodes
Comment 3 markiewb 2016-01-29 15:05:11 UTC
Change to DEFECT, because it works sometimes.