tagion.tools.collider.collider

Tool to generated behaviour driven code from markdown description

Members

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

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 errors in markdown files