Class JUnitTagProviderStrategy

java.lang.Object
net.thucydides.core.statistics.service.JUnitTagProviderStrategy
All Implemented Interfaces:
TagProviderStrategy

public class JUnitTagProviderStrategy
extends java.lang.Object
implements TagProviderStrategy
  • Constructor Summary

    Constructors 
    Constructor Description
    JUnitTagProviderStrategy()  
  • Method Summary

    Modifier and Type Method Description
    boolean canHandleTestSource​(java.lang.String testType)  
    java.lang.Iterable<? extends TagProvider> getTagProviders()  
    boolean hasHighPriority()
    In case that true is returned from this method, the TagProviders returned by this implementation will have higher priority as the canHandleTestSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JUnitTagProviderStrategy

      public JUnitTagProviderStrategy()
  • Method Details