module OUnitChooser:sig..end
Heuristic to pick a test to run.
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 -> choiceMost simple heuristic, just pick the first test.
module Plugin:OUnitPlugin.Make(sig
typet =OUnitChooser.chooser
val name : string
val conf_help : string
val default_name : string
val default_value : t -> OUnitChooser.choiceend)
include Plugin
val allskip : t -> choice
val failfirst : t -> choice