cucumber.server

Undocumented in source.

Public Imports

cucumber.keywords
public import cucumber.keywords;
Undocumented in source.
cucumber.feature
public import cucumber.feature;
Undocumented in source.

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.

Imports

Flag (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.
No (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.
Yes (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.

Variables

gMatches
MatchResult[int] gMatches;
Undocumented in source.

Meta