Class EmbeddedSamplesRunner

java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.gradle.exemplar.model.Sample>
org.gradle.exemplar.test.runner.SamplesRunner
org.gradle.exemplar.test.runner.EmbeddedSamplesRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable

public class EmbeddedSamplesRunner extends SamplesRunner
  • Constructor Details

    • EmbeddedSamplesRunner

      public EmbeddedSamplesRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
      Constructs a new ParentRunner that will run @TestClass
      Parameters:
      testClass - reference to test class being run
      Throws:
      org.junit.runners.model.InitializationError
  • Method Details