Class TestSourceProvider

java.lang.Object
org.junit.vintage.engine.descriptor.TestSourceProvider

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

    Constructors
    Constructor Description
    TestSourceProvider()  
  • Method Summary

    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 Details

    • TestSourceProvider

      public TestSourceProvider()
  • Method Details

    • findTestSource

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