etap_string

Provide testing functionality for strings.

Provide testing functionality for strings.

Functions


contains_ok(Source::string(), String::string(), Desc::string()) -> true | false

Assert that a string is contained in another string.

is_before(Source::string(), StringA::string(), StringB::string(), Desc::string()) -> true | false

Assert that a string comes before another string within a larger body.

Nick Gerakines nick@gerakines.net
View Functions