Interface TagProviderStrategy

All Known Implementing Classes:
JUnitTagProviderStrategy

public interface TagProviderStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    boolean
    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(String testSource)
    • getTagProviders

      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