api

http4k / org.http4k.testing / ApprovalSource

ApprovalSource

interface ApprovalSource

The backing store where the approved and actual content will be stored.

Functions

Name Summary
actualFor abstract fun actualFor(testName: String): ReadWriteResource
approvedFor abstract fun approvedFor(testName: String): ReadResource

Inheritors

Name Summary
FileSystemApprovalSource class FileSystemApprovalSource : ApprovalSource