cucumber.server

Undocumented in source.

Public Imports

cucumber.keywords
public import cucumber.keywords;
cucumber.feature
public import cucumber.feature;
std.typecons
public import std.typecons : Flag, Yes, No;

Members

Aliases

DetailsFlag
alias DetailsFlag = Flag!"details"
Undocumented in source.

Functions

handleRequest
string handleRequest(string request, DetailsFlag details)
Undocumented in source. Be warned that the author may not have intended to support it.
runCucumberServer
void runCucumberServer(ushort port, DetailsFlag details)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

gMatches
MatchResult[int] gMatches;
Undocumented in source.

Meta