Skip to content

Commit

Permalink
Complete refactoring of Caffeine's unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Jan 19, 2023
1 parent 00a41c2 commit f70e8bc
Show file tree
Hide file tree
Showing 96 changed files with 409 additions and 30,013 deletions.
19 changes: 2 additions & 17 deletions caffeine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,10 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'com.github.ben-manes.caffeine:caffeine:3.1.2'
testImplementation 'org.mockito:mockito-core:5.0.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.0.0'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'org.testng:testng:7.7.1'
testImplementation 'com.google.truth:truth:1.1.3'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'io.reactivex.rxjava2:rxjava:2.2.21'
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'uk.org.lidalia:lidalia-slf4j-ext:1.0.0'
testImplementation 'com.google.truth.extensions:truth-java8-extension:1.1.3'
testImplementation 'it.unimi.dsi:fastutil-core:8.5.11'
testImplementation 'com.google.guava:guava:31.1-jre'
testImplementation 'com.google.guava:guava-testlib:31.1-jre'
testImplementation 'org.jctools:jctools-core:4.0.1'
testImplementation 'site.ycsb:core:0.17.0'
testImplementation 'com.github.valfirst:slf4j-test:2.8.1'
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
testImplementation 'org.jooq:joor-java-8:0.9.14'
testImplementation 'org.eclipse.collections:eclipse-collections:11.1.0'
testImplementation 'org.jetbrains.kotlinx:lincheck:2.16'
testImplementation 'info.picocli:picocli:4.7.0'
}

test {
Expand Down
2,825 changes: 0 additions & 2,825 deletions caffeine/src/test/java/com/github/benmanes/caffeine/cache/AsMapTest.java

This file was deleted.

2,619 changes: 0 additions & 2,619 deletions caffeine/src/test/java/com/github/benmanes/caffeine/cache/AsyncAsMapTest.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f70e8bc

Please sign in to comment.