NoIssue: Added some tests for random ints

This commit is contained in:
Minimons
2025-11-28 17:17:22 +01:00
parent 0938645cd0
commit 959bd7dd66
3 changed files with 117 additions and 2 deletions

View File

@@ -29,8 +29,8 @@ repositories {
dependencies {
// The test classes are compiled with these:
implementation("com.r35157.libs:random-api:0.0.0")
implementation("com.r35157.libs:random-impl-ref:0.0.0")
implementation("com.r35157.libs:random-api:0.1-dev")
implementation("com.r35157.libs:random-impl-ref:0.1-dev")
implementation("org.jetbrains:annotations:26.0.1")
// The JUnit platform will not be included in the JAR file but are needed for running the tests: