module OUnitChooser:sig
..end
type
t = {
|
tests_planned : |
|
tests_running : |
|
tests_passed : |
|
cache : |
type
choice =
| |
ChooseToSkip of |
| |
ChooseToPostpone |
| |
Choose of |
| |
NoChoice |
val string_of_choice : choice -> string
typechooser =
t -> choice
val simple : t -> choice
module Plugin:OUnitPlugin.Make
(
sig
typet =
OUnitChooser.chooser
val name :string
val conf_help :string
val default_name :string
val default_value :t -> OUnitChooser.choice
end
)
include Plugin
val allskip : t -> choice
val failfirst : t -> choice