Uses of Class
com.github.seregamorph.testsmartcontext.TestSortResult
Packages that use TestSortResult
-
Uses of TestSortResult in com.github.seregamorph.testsmartcontext
Methods in com.github.seregamorph.testsmartcontext that return TestSortResultModifier and TypeMethodDescriptionstatic TestSortResultTestSortResult.singletonList(Class<?> testClass) <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.Methods in com.github.seregamorph.testsmartcontext with parameters of type TestSortResultModifier and TypeMethodDescriptionprotected static voidSmartDirtiesTestsSupport.setTestClassesLists(String engine, TestSortResult testSortResult)