AlcotestBackend.Make
module Outcome : Gillian.Bulk.Outcome.S
module Suite : Gillian.Bulk.Suite.S
type category = Suite.category
type matcher = AlcotestCheckers.Make(Outcome).matcher
module TestFramework : sig ... end
val test_table :
(Suite.category, unit Alcotest.test_case list) Stdlib.Hashtbl.t
val expectation_for_one_test :
(AlcotestCheckers.Make(Outcome).matcher -> 'a -> 'b -> Alcotest.return) ->
(AlcotestCheckers.Make(Outcome).matcher -> 'a -> 'b) ->
string ->
'a ->
unit Alcotest.test_case
val register_expectations_for_category :
expectation:
(AlcotestCheckers.Make(Outcome).matcher -> 'a -> 'b -> Alcotest.return) ->
test_runner:(AlcotestCheckers.Make(Outcome).matcher -> 'a -> 'b) ->
Suite.category ->
(string, 'a) Stdlib.Hashtbl.t ->
unit
module AlcotestCore : sig ... end