@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface RunnerDelegateTo
Runner that ArtifactClassLoaderRunner delegates to.public abstract Class<? extends org.junit.runner.Runner> value
Runner that would be used to delegate the execution of the test.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.