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

java.lang.Object
  extended by com.atlassian.jira.functest.framework.suite.TestOutputTransform
All Implemented Interfaces:
SuiteTransform, com.google.common.base.Function<Iterable<org.junit.runner.Description>,Iterable<org.junit.runner.Description>>

public class TestOutputTransform
extends Object
implements SuiteTransform

Transform that logs single run tests.

Since:
v4.4

Constructor Summary
TestOutputTransform()
           
 
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
 

Constructor Detail

TestOutputTransform

public TestOutputTransform()
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-2011 Atlassian. All Rights Reserved.