Class MultiStrategyAdapter

java.lang.Object
net.thucydides.core.adapters.MultiStrategyAdapter
All Implemented Interfaces:
TestStrategyAdapter

public class MultiStrategyAdapter
extends java.lang.Object
implements TestStrategyAdapter
  • Constructor Summary

    Constructors 
    Constructor Description
    MultiStrategyAdapter()  
    MultiStrategyAdapter​(java.util.List<TestStrategyAdapter> strategies)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<TestTag> getTagsFor​(java.lang.reflect.Method testMethod)  
    java.util.Optional<java.lang.String> getTitleAnnotation​(java.lang.reflect.Method testMethod)  
    boolean isAssumptionViolatedException​(java.lang.Throwable throwable)  
    boolean isATaggableClass​(java.lang.Class<?> testClass)  
    boolean isIgnored​(java.lang.reflect.Method method)  
    boolean isSerenityTestCase​(java.lang.Class<?> testClass)  
    boolean isTestClass​(java.lang.Class<?> testClass)  
    boolean isTestMethod​(java.lang.reflect.Method method)  
    boolean isTestSetupMethod​(java.lang.reflect.Method method)  
    java.lang.Double priority()
    Indicates the priority this adopter should take when multiple adapters are found on the classpath.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait