Header menu logo FsSpreadsheet

Test Module

Fable compatible Expecto/Mocha unification

Functions and values

Function or value Description

ftestCase

Full Usage: ftestCase

Returns: string -> (unit -> unit) -> TestCase
Returns: string -> (unit -> unit) -> TestCase

ftestCaseAsync

Full Usage: ftestCaseAsync

Returns: string -> Async<unit> -> TestCase
Returns: string -> Async<unit> -> TestCase

ptestCase

Full Usage: ptestCase

Returns: string -> (unit -> unit) -> TestCase
Returns: string -> (unit -> unit) -> TestCase

ptestCaseAsync

Full Usage: ptestCaseAsync

Returns: string -> Async<unit> -> TestCase
Returns: string -> Async<unit> -> TestCase

test

Full Usage: test

Returns: string -> TestCaseBuilder
Returns: string -> TestCaseBuilder

testAsync

Full Usage: testAsync

Returns: string -> TestAsyncBuilder
Returns: string -> TestAsyncBuilder

testCase

Full Usage: testCase

Returns: string -> (unit -> unit) -> TestCase
Returns: string -> (unit -> unit) -> TestCase

testCaseAsync

Full Usage: testCaseAsync

Returns: string -> Async<unit> -> TestCase
Returns: string -> Async<unit> -> TestCase

testList

Full Usage: testList

Returns: string -> TestCase list -> TestCase
Returns: string -> TestCase list -> TestCase

testSequenced

Full Usage: testSequenced

Returns: TestCase -> TestCase
Returns: TestCase -> TestCase

Type something to start searching.