Skip to content

Commit

Permalink
RxJava2 tests (based on reactor tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Nov 13, 2020
1 parent a9d2417 commit 1866354
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dd-java-agent/instrumentation/rxjava-2/rxjava-2.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Set properties before any plugins get loaded
ext {
minJavaVersionForTests = JavaVersion.VERSION_1_8
}

muzzle {
pass {
group = "io.reactivex.rxjava2"
Expand All @@ -20,6 +25,8 @@ dependencies {
compileOnly group: 'org.reactivestreams', name: 'reactive-streams', version: '1.0.0'
compileOnly group: 'io.reactivex.rxjava2', name: 'rxjava', version: '2.0.0'

testCompile group: 'io.reactivex.rxjava2', name: 'rxjava', version: '2.0.0'
testCompile project(':dd-java-agent:instrumentation:trace-annotation')

testCompile group: 'io.reactivex.rxjava2', name: 'rxjava', version: '2.0.5'
latestDepTestCompile group: 'io.reactivex.rxjava2', name: 'rxjava', version: '+'
}

0 comments on commit 1866354

Please sign in to comment.