package mopsa

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unittest.DomainSource

include sig ... end
val id : unit Core__Id.id
val name : string
val debug : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval summary : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval checks : Mopsa.check list
Sourceval init : 'a -> 'b -> 'c -> 'c
Sourceval execute_test_functions : ?flow_cleaner: (('a, 'b) Core.Manager.man -> 'a Mopsa.Flow.flow -> 'a Mopsa.Flow.flow) -> (string * Ast.Stmt.stmt) list -> ('a, 'b) Core.Manager.man -> 'a Mopsa.Flow.flow -> 'a Mopsa.Flow.flow
Sourceval exec : Mopsa.stmt -> ('a, 'b) Core.Manager.man -> 'a Mopsa.Flow.flow -> 'a Mopsa.Post.post option
Sourceval eval : 'a -> 'b -> 'c -> 'd option
Sourceval ask : 'a -> 'b -> 'c -> 'd option
Sourceval print_expr : 'a -> 'b -> 'c -> 'd -> unit