Interface TagProviderStrategy

All Known Implementing Classes:
JUnitTagProviderStrategy

public interface TagProviderStrategy
  • Method Summary

    Modifier and Type Method Description
    boolean canHandleTestSource​(java.lang.String testSource)  
    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
  • Method Details

    • canHandleTestSource

      boolean canHandleTestSource​(java.lang.String testSource)
    • getTagProviders

      java.lang.Iterable<? extends TagProvider> getTagProviders()
    • hasHighPriority

      boolean hasHighPriority()
      In case that true is returned from this method, the TagProviders returned by this implementation will have higher priority as the canHandleTestSource