Interface ScopeNamingStrategy

All Known Implementing Classes:
ScopeNamingStrategy.PackageName, ScopeNamingStrategy.TestClassName
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ScopeNamingStrategy
Provides the name of a test resources scope to be used in a test class.
  • Method Details

    • scopeNameFor

      String scopeNameFor(Class<?> testClass)