BinaryFacet

Inheritors

Functions

Link copied to clipboard
abstract fun facet(facet: String): StringFacet

Extract a single facet from a snapshot in order to do an inline snapshot.

Link copied to clipboard
abstract fun facetBinary(facet: String): BinaryFacet
Link copied to clipboard
abstract fun facets(vararg facets: String): StringFacet

Extract multiple facets from a snapshot in order to do an inline snapshot.

Link copied to clipboard
abstract fun toBeBase64(expected: String): ByteArray
Link copied to clipboard
abstract fun toBeBase64_TODO(): ByteArray
open fun toBeBase64_TODO(unusedArg: Any?): ByteArray
Link copied to clipboard
abstract fun toBeFile(subpath: String): ByteArray
Link copied to clipboard
abstract fun toBeFile_TODO(subpath: String): ByteArray