Search in sources :

Example 1 with InterpolationHandler

use of org.cloudfoundry.credhub.handler.InterpolationHandler in project credhub by cloudfoundry-incubator.

the class InterpolationHandlerTest method beforeEach.

@Before
public void beforeEach() {
    credentialService = mock(PermissionedCredentialService.class);
    userContext = mock(UserContext.class);
    subject = new InterpolationHandler(credentialService);
    eventAuditRecordParameters = new ArrayList<>();
}
Also used : UserContext(org.cloudfoundry.credhub.auth.UserContext) InterpolationHandler(org.cloudfoundry.credhub.handler.InterpolationHandler) Before(org.junit.Before)

Aggregations

UserContext (org.cloudfoundry.credhub.auth.UserContext)1 InterpolationHandler (org.cloudfoundry.credhub.handler.InterpolationHandler)1 Before (org.junit.Before)1