Commit b622445
Fix ClassNotFoundException message variable (#1577)
* Fix ClassNotFoundException message variable
* Improve exception assertion in ClassUtilsTest
Update exception handling in assertGetClassThrowsException method to capture and verify exception messages.
* Fix indentation.
---------
Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>1 parent c4ea2b0 commit b622445
2 files changed
Lines changed: 6 additions & 2 deletions
File tree
- src
- main/java/org/apache/commons/lang3
- test/java/org/apache/commons/lang3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
1251 | 1254 | | |
1252 | 1255 | | |
1253 | 1256 | | |
| 1257 | + | |
1254 | 1258 | | |
1255 | 1259 | | |
1256 | 1260 | | |
| |||
0 commit comments