filehelpers

zio.json.golden.filehelpers$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def createGoldenDirectory(pathToDir: String)(implicit trace: Trace): Task[Path]
def getRootDir(file: File)(implicit trace: Trace): Task[File]
def readSampleFromFile(path: Path)(implicit trace: Trace): Task[GoldenSample]
def writeSampleToFile(path: Path, sample: GoldenSample)(implicit trace: Trace): IO[IOException, Unit]