Commit 9606ecc
committed
fix: use JUnit 4 imports in test files and add root build config
- Change test imports from JUnit 5 Jupiter to JUnit 4
- Add BUILD.bazel with compiler setup initialization
- Add kotlin.bzl with Kotlin compiler and Spring allopen configuration1 parent bb28e2d commit 9606ecc
2 files changed
Lines changed: 4 additions & 6 deletions
File tree
- module-a/src/test/kotlin/hs/kr/entrydsm
- module-b/src/test/kotlin/hs/kr/entrydsm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
0 commit comments