analysis.helpers

Undocumented in source.

Members

Functions

after
S after(S value, S separator)
Undocumented in source. Be warned that the author may not have intended to support it.
assertAnalyzerWarnings
void assertAnalyzerWarnings(string code, StaticAnalysisConfig config, string file, size_t line)

This assert function will analyze the passed in code, get the warnings, and make sure they match the warnings in the comments. Warnings are marked like so: // warn: Failed to do somethings.

before
S before(S value, S separator)
Undocumented in source. Be warned that the author may not have intended to support it.
between
S between(S value, S before, S after)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta