Interface TestPropertyProvider

All Superinterfaces:
Supplier<Map<String,String>>
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 TestPropertyProvider extends Supplier<Map<String,String>>
Allows providing application properties dynamically from a test.
Since:
1.1.0
Author:
graemerocher
  • Method Summary

    Modifier and Type
    Method
    Description
    default Map<String,String>
    get()
     
    @NonNull Map<String,String>
    Allows dynamically providing properties for a test.