Uses of Class
com.github.seregamorph.testsmartcontext.TestClassExtractor
Packages that use TestClassExtractor
-
Uses of TestClassExtractor in com.github.seregamorph.testsmartcontext
Methods in com.github.seregamorph.testsmartcontext that return TestClassExtractorModifier and TypeMethodDescriptionstatic <T> TestClassExtractor<T>static <T> TestClassExtractor<T>Methods in com.github.seregamorph.testsmartcontext with parameters of type TestClassExtractorModifier and TypeMethodDescriptionprotected <T> voidSmartDirtiesTestsSorter.initialSort(List<T> testItems, TestClassExtractor<? super T> testClassExtractor) <T> TestSortResultSmartDirtiesTestsSorter.sort(List<T> testItems, TestClassExtractor<? super T> testClassExtractor) Sorts passed testItems (contains both integration and unit tests) in-place, all tests are sequentially grouped byMergedContextConfigurationcalculated per each test class.