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

ftestCaseCrossAsync text ca

Full Usage: ftestCaseCrossAsync text ca

Parameters:
Returns: TestCase
text : string
ca : CrossAsync<unit>
Returns: TestCase

ptestCase

Full Usage: ptestCase

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

ptestCaseCrossAsync text ca

Full Usage: ptestCaseCrossAsync text ca

Parameters:
Returns: TestCase
text : string
ca : CrossAsync<unit>
Returns: 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

testCaseCrossAsync text ca

Full Usage: testCaseCrossAsync text ca

Parameters:
Returns: TestCase
text : string
ca : CrossAsync<unit>
Returns: 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.