Home
last modified time | relevance | path

Searched refs:testCompile (Results 1 – 25 of 31) sorted by relevance

12

/external/mockito-kotlin/mockito-kotlin/
Dbuild.gradle28 testCompile 'junit:junit:4.13.2'
29 testCompile 'com.nhaarman:expect.kt:1.0.1'
31 testCompile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
32 testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
33 testCompile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0'
/external/dokka/core/
Dbuild.gradle47 testCompile toolsJar
51 testCompile group: 'junit', name: 'junit', version: '4.12'
52 testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: kotlin_version
53 testCompile "com.nhaarman:mockito-kotlin-kt1.1:1.5.0"
55 testCompile ideaRT()
/external/nanohttpd/core/
Dbuild.gradle14 testCompile group: 'junit', name: 'junit', version: '4.8.2'
15 testCompile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.2.5'
16 testCompile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.2.5'
/external/dokka/runners/gradle-integration-tests/
Dbuild.gradle25testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: kotlin_for_gradle_r…
26 testCompile ideaRT()
32 testCompile group: 'junit', name: 'junit', version: '4.12'
33 testCompile gradleTestKit()
/external/angle/src/tests/compiler_tests/
DShCompile_test.cpp40 void testCompile(const char **shaderStrings, int stringCount, bool expectation) in testCompile() function in ShCompileTest
104 testCompile(shaderStrings, 1, true); in TEST_F()
119 testCompile(shaderStrings, 2, true); in TEST_F()
140 testCompile(shaderStrings, 3, true); in TEST_F()
/external/android-key-attestation/server/
Dbuild.gradle35 testCompile 'junit:junit:4.12'
36 testCompile 'com.google.truth:truth:1.0'
37 testCompile 'com.google.truth.extensions:truth-java8-extension:1.0'
/external/gturri-aXMLRPC/android-no-reg/app/
Dbuild.gradle24 testCompile 'junit:junit:4.12'
27 testCompile 'com.github.tomakehurst:wiremock:1.58'
/external/mockito-kotlin/tests/
Dbuild.gradle26 testCompile 'junit:junit:4.13.2'
27 testCompile "com.nhaarman:expect.kt:1.0.1"
/external/opencensus-java/contrib/http_jaxrs/
Dbuild.gradle20 testCompile('javax.ws.rs:javax.ws.rs-api:2.1.1')
21 testCompile('javax.annotation:javax.annotation-api:1.3.2')
/external/opencensus-java/exporters/trace/elasticsearch/
Dbuild.gradle17 testCompile project(':opencensus-api')
/external/opencensus-java/contrib/spring_sleuth_v1x/
Dbuild.gradle16 testCompile project(':opencensus-impl'),
/external/gturri-jISO8601/android-no-reg/app/
Dbuild.gradle24 testCompile 'junit:junit:4.12'
/external/opencensus-java/impl_core/
Dbuild.gradle9 testCompile project(':opencensus-testing')
/external/opencensus-java/contrib/spring/
Dbuild.gradle20 testCompile project(':opencensus-impl'),
/external/jcommander/
Dbuild.gradle27 testCompile 'org.testng:testng:6.9.13'
/external/opencensus-java/exporters/trace/jaeger/
Dbuild.gradle20 testCompile 'org.testcontainers:testcontainers:1.7.0',
/external/opencensus-java/contrib/log_correlation/stackdriver/
Dbuild.gradle23 testCompile libraries.guava
/external/testng/
Dbuild.gradle64 testCompile 'org.assertj:assertj-core:2.0.0'
65 testCompile 'org.testng:testng:6.9.4'
/external/libwebsockets/test-apps/android/app/
Dbuild.gradle29 testCompile 'junit:junit:4.12'
/external/robolectric/scripts/
Drelease-notes-template.md29 testCompile "org.robolectric:robolectric:4.2-beta-1"
/external/dokka/runners/android-gradle-plugin/
Dbuild.gradle27 testCompile group: 'junit', name: 'junit', version: '4.12'
/external/hamcrest/
Dbuild.gradle20 testCompile(group: 'junit', name: 'junit', version: '4.12') {
/external/okhttp/
DREADME.md45 testCompile 'com.squareup.okhttp:mockwebserver:2.6.0'
/external/dokka/runners/gradle-plugin/
Dbuild.gradle22 testCompile group: 'junit', name: 'junit', version: '4.12'
/external/grpc-grpc-java/documentation/
Dserver-reflection-tutorial.md31 testCompile "junit:junit:4.12"

12