Search in sources :

Example 1 with SystemKeyAuthoriser

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));
}
Also used : ConsoleNotifier(com.github.tomakehurst.wiremock.common.ConsoleNotifier) SystemKeyAuthoriser(com.github.tomakehurst.wiremock.extension.responsetemplating.SystemKeyAuthoriser) BeforeEach(org.junit.jupiter.api.BeforeEach)

Aggregations

ConsoleNotifier (com.github.tomakehurst.wiremock.common.ConsoleNotifier)1 SystemKeyAuthoriser (com.github.tomakehurst.wiremock.extension.responsetemplating.SystemKeyAuthoriser)1 BeforeEach (org.junit.jupiter.api.BeforeEach)1