Package net.serenitybdd.junit.runners
Class ParameterizedTestsOutcomeAggregator
java.lang.Object
net.serenitybdd.junit.runners.ParameterizedTestsOutcomeAggregator
public class ParameterizedTestsOutcomeAggregator
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description java.util.List<net.thucydides.core.model.TestOutcome>aggregateTestOutcomesByTestMethods()static ParameterizedTestsOutcomeAggregatorfrom(SerenityParameterizedRunner serenityParameterizedRunner)java.util.List<net.thucydides.core.model.TestOutcome>getTestOutcomesForAllParameterSets()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
from
public static ParameterizedTestsOutcomeAggregator from(SerenityParameterizedRunner serenityParameterizedRunner) -
aggregateTestOutcomesByTestMethods
public java.util.List<net.thucydides.core.model.TestOutcome> aggregateTestOutcomesByTestMethods() -
getTestOutcomesForAllParameterSets
public java.util.List<net.thucydides.core.model.TestOutcome> getTestOutcomesForAllParameterSets()
-