Commit 65c4fc1
Add unit tests for ArrayUtils, Preconditions and ExtendedSafeRunner
This commit improves code coverage for utility classes in the
org.moreunit.core bundle.
Changes:
- Added ArrayUtilsTest.java
- Added PreconditionsTest.java (covering all methods and exception cases)
- Added ExtendedSafeRunnerTest.java (including exception handling)
- Improved StringsTest.java with coverage for emptyArray()
These tests ensure that core utilities are robust and well-verified.
Co-authored-by: RoiSoleil <3462260+RoiSoleil@users.noreply.github.com>1 parent 59cacab commit 65c4fc1
2 files changed
Lines changed: 8 additions & 0 deletions
File tree
- org.moreunit.core.test/test/org/moreunit/core/util
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
130 | 136 | | |
0 commit comments