|
| void | checkPass (std::string const &input, bool shouldPass=true) |
| |
| void | checkFail (std::string const &input) |
| |
| void | checkMeta (std::string const &input, bool shouldPass) |
| |
| void | checkMetaFail (std::string const &input) |
| |
| void | checkRelease (std::string const &input, bool shouldPass=true) |
| |
| void | check (std::string const &input, bool shouldPass=true) |
| |
| void | negcheck (std::string const &input) |
| |
| void | testParse () |
| |
| void | checkValues (std::string const &input, int majorVersion, int minorVersion, int patchVersion, identifier_list const &preReleaseIdentifiers=identifier_list(), identifier_list const &metaData=identifier_list()) |
| |
| void | testValues () |
| |
| void | checkLessInternal (std::string const &lhs, std::string const &rhs) |
| |
| void | checkLess (std::string const &lhs, std::string const &rhs) |
| |
| void | testCompare () |
| |
| void | run () override |
| |
Definition at line 23 of file SemanticVersion_test.cpp.
◆ identifier_list
◆ checkPass()
| void beast::SemanticVersion_test::checkPass |
( |
std::string const & |
input, |
|
|
bool |
shouldPass = true |
|
) |
| |
◆ checkFail()
| void beast::SemanticVersion_test::checkFail |
( |
std::string const & |
input | ) |
|
◆ checkMeta()
| void beast::SemanticVersion_test::checkMeta |
( |
std::string const & |
input, |
|
|
bool |
shouldPass |
|
) |
| |
◆ checkMetaFail()
| void beast::SemanticVersion_test::checkMetaFail |
( |
std::string const & |
input | ) |
|
◆ checkRelease()
| void beast::SemanticVersion_test::checkRelease |
( |
std::string const & |
input, |
|
|
bool |
shouldPass = true |
|
) |
| |
◆ check()
| void beast::SemanticVersion_test::check |
( |
std::string const & |
input, |
|
|
bool |
shouldPass = true |
|
) |
| |
◆ negcheck()
| void beast::SemanticVersion_test::negcheck |
( |
std::string const & |
input | ) |
|
◆ testParse()
| void beast::SemanticVersion_test::testParse |
( |
| ) |
|
◆ ids() [1/4]
◆ ids() [2/4]
◆ ids() [3/4]
◆ ids() [4/4]
◆ checkValues()
◆ testValues()
| void beast::SemanticVersion_test::testValues |
( |
| ) |
|
◆ checkLessInternal()
◆ checkLess()
◆ testCompare()
| void beast::SemanticVersion_test::testCompare |
( |
| ) |
|
◆ run()
| void beast::SemanticVersion_test::run |
( |
| ) |
|
|
override |