1// Signature format: 4.0
2package androidx.test.ext.junitgtest {
3
4  public final class GtestRunner extends org.junit.runner.Runner implements org.junit.runner.manipulation.Filterable {
5    ctor public GtestRunner(Class<? extends java.lang.Object?> testClass);
6    method @kotlin.jvm.Throws(exceptionClasses=NoTestsRemainException::class) public void filter(org.junit.runner.manipulation.Filter filter) throws org.junit.runner.manipulation.NoTestsRemainException;
7    method public org.junit.runner.Description getDescription();
8    method public void run(org.junit.runner.notification.RunNotifier notifier);
9  }
10
11  @java.lang.annotation.Inherited @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.RUNTIME) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget.CLASS) public @interface TargetLibrary {
12    method public abstract String libraryName();
13    property public abstract String libraryName;
14  }
15
16}
17
18