Class TestFinderBuilder

java.lang.Object
net.serenitybdd.junit.finder.TestFinderBuilder

public class TestFinderBuilder
extends java.lang.Object
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected TestFinderBuilder​(FinderType finderType)  
  • Method Summary

    Modifier and Type Method Description
    TestFinder inPackage​(java.lang.String rootPackage)  
    static TestFinderBuilder on​(FinderType finderType)  

    Methods inherited from class java.lang.Object

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

    • TestFinderBuilder

      protected TestFinderBuilder​(FinderType finderType)
  • Method Details