Module
Test.Spec.Tree
- Package
- purescript-spec
- Repository
- purescript-spec/purescript-spec
#ActionWith Source
type ActionWith :: (Type -> Type) -> Type -> Type
type ActionWith m a = a -> m Unit
#NumberOfTests Source
type NumberOfTests = Int
#annotatedWithPaths Source
annotatedWithPaths :: forall c a. Array (Tree Name c a) -> Array (Tree TestLocator c a)
#bimapTreeWithPaths Source
bimapTreeWithPaths :: forall a b c d n. (Array n -> a -> b) -> (NonEmptyArray n -> c -> d) -> Tree n a c -> Tree n b d
#countTests Source
countTests :: forall n c t. Array (Tree n c t) -> Int
Count the total number of tests in a spec
#isAllParallelizable Source
isAllParallelizable :: forall n c m a. Tree n c (Item m a) -> Boolean
Return true if all items in the tree are parallelizable
#mapTreeAnnotations Source
mapTreeAnnotations :: forall n m c a. (n -> m) -> Tree n c a -> Tree m c a
#modifyAroundAction Source
modifyAroundAction :: forall g a b. (ActionWith g a -> ActionWith g b) -> Item g a -> Item g b
Modify around action of an Item
#parentSuite Source
parentSuite :: Path -> Maybe TestLocator
- Modules
- Test.
Spec - Test.
Spec. Assertions - Test.
Spec. Assertions. String - Test.
Spec. Config - Test.
Spec. Console - Test.
Spec. Reporter - Test.
Spec. Reporter. Base - Test.
Spec. Reporter. Console - Test.
Spec. Reporter. Dot - Test.
Spec. Reporter. Spec - Test.
Spec. Reporter. Tap - Test.
Spec. Reporter. TeamCity - Test.
Spec. Result - Test.
Spec. Runner - Test.
Spec. Runner. Event - Test.
Spec. Speed - Test.
Spec. Style - Test.
Spec. Summary - Test.
Spec. Tree