com.atlassian.jira.functest.framework.suite
Class SortByCategory

java.lang.Object
  extended by 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

Field Summary
static SortByCategory INSTANCE
           
 
Constructor Summary
SortByCategory()
           
 
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
 

Field Detail

INSTANCE

public static final SortByCategory INSTANCE
Constructor Detail

SortByCategory

public SortByCategory()
Method Detail

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-2014 Atlassian. All Rights Reserved.