Class TestIndexer

  • All Implemented Interfaces:

    
    public final class TestIndexer
    
                        

    Class responsible for indexing the sources directory.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      TestIndexer(Config projectConfig)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<SquitTest> index(Path sourceDir, Function1<Pair<Path, Config>, Boolean> filter) Indexes the given sourceDir and returns a list of SquitTests.
      • Methods inherited from class java.lang.Object

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

      • TestIndexer

        TestIndexer(Config projectConfig)
        Parameters:
        projectConfig - The project config used for resolving placeholders in individual test configs.