Add white box test for randomWalk.
This commit is contained in:
parent
3f6c19ed28
commit
35d68d884e
4 changed files with 145 additions and 97 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue