cardano-wallet-test-utils-2020.12.8: Shared utilities for writing unit and property tests.
Copyright© 2018-2020 IOHK
LicenseApache-2.0
Safe HaskellNone
LanguageHaskell2010

Test.Utils.FilePath

Description

File path related test utilities.

Synopsis

Documentation

newtype PathElement Source #

A file or directory name. The Arbitrary instance will generate values which are valid on Windows and POSIX.

https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file

Constructors

PathElement FilePath 

Instances

Instances details
Eq PathElement Source # 
Instance details

Defined in Test.Utils.FilePath

Show PathElement Source # 
Instance details

Defined in Test.Utils.FilePath

Arbitrary PathElement Source # 
Instance details

Defined in Test.Utils.FilePath