Add white box test for randomWalk.

This commit is contained in:
ulic-youthlic 2025-06-01 02:22:14 +08:00
parent 3f6c19ed28
commit 35d68d884e
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 145 additions and 97 deletions

View file

@ -36,6 +36,8 @@ dependencies {
implementation("org.jline:jline:3.29.0")
compileOnly("com.github.spotbugs:spotbugs-annotations:3.1.3")
testImplementation("org.mockito:mockito-core:5.+")
}
// Apply a specific Java toolchain to ease working on different environments.