module Test:PLUGINSwith type act = (test, float) section_act and type data = common_section * test and type kind = [`Test]
This module manage plugin that can handle running tests.
type data
type act
type kind
typeself_t =kind OASISPlugin.t
typeself_plugin =kind OASISTypes.plugin
val create : self_plugin ->
self_t * OASISPlugin.all_t
val register_act : self_t -> act -> unitRegister the section_act or package_act datastructure.
val act : self_plugin -> actGet action.
val quickstart_question : unit -> self_plugin OASISTypes.quickstart_questionQuickstart question.
val value : self_plugin OASISValues.tParse a plugin field.