Class TestSourceProvider


  • @API(status=INTERNAL,
         since="5.6")
    public class TestSourceProvider
    extends java.lang.Object
    Since:
    5.6
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.platform.engine.TestSource findTestSource​(org.junit.runner.Description description)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestSourceProvider

        public TestSourceProvider()
    • Method Detail

      • findTestSource

        public org.junit.platform.engine.TestSource findTestSource​(org.junit.runner.Description description)