Skip to content

TestCase

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

type TestCase =     | SyncTest of Item : TestDefinition<(TestContext -> unit)>     | AsyncTest of Item : TestDefinition<(TestContext -> Async<unit>)>     | TestList of Item : TestListDefinition