com.atlassian.jira.functest.framework.suite
Class SortByCategory
java.lang.Object
com.atlassian.jira.functest.framework.suite.SortByCategory
- All Implemented Interfaces:
- SuiteTransform, com.google.common.base.Function<Iterable<org.junit.runner.Description>,Iterable<org.junit.runner.Description>>
public class SortByCategory
- extends Object
- implements SuiteTransform
Transform that sorts tests by category.
- Since:
- v4.4
Method Summary |
Iterable<org.junit.runner.Description> |
apply(Iterable<org.junit.runner.Description> input)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
equals |
INSTANCE
public static final SortByCategory INSTANCE
SortByCategory
public SortByCategory()
apply
public Iterable<org.junit.runner.Description> apply(@Nullable
Iterable<org.junit.runner.Description> input)
- Specified by:
apply
in interface com.google.common.base.Function<Iterable<org.junit.runner.Description>,Iterable<org.junit.runner.Description>>
Copyright © 2002-2012 Atlassian. All Rights Reserved.