use of com.github.tomakehurst.wiremock.extension.responsetemplating.SystemKeyAuthoriser in project wiremock by wiremock.
the class SystemValueHelperTest method init.
@BeforeEach
public void init() {
helper = new SystemValueHelper(new SystemKeyAuthoriser(ImmutableSet.of(".*")));
LocalNotifier.set(new ConsoleNotifier(true));
}
Aggregations