tagion.tools.collider.collider

Tool to generated behaviour driven code from markdown description

Members

Aliases

ModuleInfo
alias ModuleInfo = Tuple!(string, "name", string, "file")
Undocumented in source.

Functions

checkValidFile
bool checkValidFile(string file_name)

Used to check valid filename @param filename - filename to be checked @return true if the file is not a generated or markdown

check_reports
int check_reports(string[] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
generate_packages
void generate_packages(const(ModuleInfo[]) list_of_modules)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_bdd
int parse_bdd(const(BehaviourOptions) opts)

Parses markdown BDD and produce a new format markdown and a d-source skeleton @param opts - options for behaviour @return amount of erros in markdown files

Manifest constants

package_filename
enum package_filename;
Undocumented in source.

Variables

sub_tools
SubTools sub_tools;
Undocumented in source.

Meta