Searched refs:TargetLibrary (Results 1 – 6 of 6) sorted by relevance
7 … class for the Gtest suite we want to run and annotating it with the `TargetLibrary` annotation. F…11 @TargetLibrary("mytest")
27 annotation class TargetLibrary(val libraryName: String) class
74 testClass.getAnnotation(TargetLibrary::class.java)
20 import androidx.test.ext.junitgtest.TargetLibrary103 @RunWith(GtestRunner::class) @TargetLibrary(libraryName = "apptest") class NativeTests
11 …n.Target(allowedTargets=kotlin.annotation.AnnotationTarget.CLASS) public @interface TargetLibrary {