Bug 547899 - [JUnit] show data part in Junit result stacktrace non proportional
Summary: [JUnit] show data part in Junit result stacktrace non proportional
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.7   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-04 06:02 EDT by Frank Musolf CLA
Modified: 2019-06-04 06:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Musolf CLA 2019-06-04 06:02:22 EDT
show data part in junit result stacktrace non proportional, e.g. in following example show the 4 first rows in non proportional font and stacktrace rows in proportional

org.junit.ComparisonFailure: xyz
a d
b  e
c   f
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.X.Y(Y.java:1111111)