-
Task
-
Resolution: Fixed
-
Trivial
-
-
8.0.0
[JENKINS-59617] Create unit test for IconLabelProvider
Assignee | New: Kezhi Xiong [ xiongkezhi ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 8.0.0 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
When I'm writing the test, I have to access the private field ICONS_URL. So I can only access it by adding a getter (maybe comment it only used for test) or use reflection. I have no idea which style our test code should follow, or should we not access it at all?