Skip to content

Test

Namespace: Scriptorium.Quill  Parent: Scriptorium.Quill.global

type Test     static member ftest : name : string -> configurer : (TestConfig -> TestConfig) -> body : (TestContext -> unit) -> filePath : string option -> lineNumber : int option -> TestCase     static member ftest : name : string -> body : (TestContext -> unit) -> filePath : string option -> lineNumber : int option -> TestCase     static member ftestAsync : name : string -> configurer : (TestConfig -> TestConfig) -> body : (TestContext -> Async<unit>) -> filePath : string option -> lineNumber : int option -> TestCase     static member ftestAsync : name : string -> body : (TestContext -> Async<unit>) -> filePath : string option -> lineNumber : int option -> TestCase     static member ftestAsync : name : string -> configurer : (TestConfig -> TestConfig) -> body : Async<unit> -> filePath : string option -> lineNumber : int option -> TestCase     static member ftestAsync : name : string -> body : Async<unit> -> filePath : string option -> lineNumber : int option -> TestCase     static member ftestList : name : string -> configurer : (TestConfig -> TestConfig) -> tests : TestCase list -> TestCase     static member ftestList : name : string -> tests : TestCase list -> TestCase     static member test : name : string -> configurer : (TestConfig -> TestConfig) -> body : (TestContext -> unit) -> filePath : string option -> lineNumber : int option -> TestCase     static member test : name : string -> body : (TestContext -> unit) -> filePath : string option -> lineNumber : int option -> TestCase     static member testAsync : name : string -> configurer : (TestConfig -> TestConfig) -> body : (TestContext -> Async<unit>) -> filePath : string option -> lineNumber : int option -> TestCase     static member testAsync : name : string -> body : (TestContext -> Async<unit>) -> filePath : string option -> lineNumber : int option -> TestCase     static member testAsync : name : string -> configurer : (TestConfig -> TestConfig) -> body : Async<unit> -> filePath : string option -> lineNumber : int option -> TestCase     static member testAsync : name : string -> body : Async<unit> -> filePath : string option -> lineNumber : int option -> TestCase     static member testList : name : string -> configurer : (TestConfig -> TestConfig) -> tests : TestCase list -> TestCase     static member testList : name : string -> tests : TestCase list -> TestCase     static member testSequenced : name : string -> configurer : (TestConfig -> TestConfig) -> tests : TestCase list -> TestCase     static member testSequenced : name : string -> tests : TestCase list -> TestCase     static member todo : name : string -> filePath : string option -> lineNumber : int option -> TestCase     static member xtest : name : string -> configurer : (TestConfig -> TestConfig) -> body : (TestContext -> unit) -> filePath : string option -> lineNumber : int option -> TestCase     static member xtest : name : string -> body : (TestContext -> unit) -> filePath : string option -> lineNumber : int option -> TestCase     static member xtestAsync : name : string -> configurer : (TestConfig -> TestConfig) -> body : (TestContext -> Async<unit>) -> filePath : string option -> lineNumber : int option -> TestCase     static member xtestAsync : name : string -> body : (TestContext -> Async<unit>) -> filePath : string option -> lineNumber : int option -> TestCase     static member xtestAsync : name : string -> configurer : (TestConfig -> TestConfig) -> body : Async<unit> -> filePath : string option -> lineNumber : int option -> TestCase     static member xtestAsync : name : string -> body : Async<unit> -> filePath : string option -> lineNumber : int option -> TestCase     static member xtestList : name : string -> configurer : (TestConfig -> TestConfig) -> tests : TestCase list -> TestCase     static member xtestList : name : string -> tests : TestCase list -> TestCase

Methods