#include <test_fixture.hpp>
|
| static std::string | jsonStr (const std::string &body, const std::string &key) |
| | Parse JSON string value: {"key":"value"} → value.
|
| |
| static bool | jsonBool (const std::string &body, const std::string &key) |
| | Parse JSON bool value: {"key":true} → true.
|
| |
| static int | jsonInt (const std::string &body, const std::string &key) |
| | Parse JSON int value: {"key":42} → 42.
|
| |
| static double | jsonDouble (const std::string &body, const std::string &key) |
| | Parse JSON double value: {"key":1.5} → 1.5.
|
| |
◆ SetUp()
| void camcom::test::ConnectedServerFixture::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
◆ TearDown()
| void camcom::test::ConnectedServerFixture::TearDown |
( |
| ) |
|
|
inlineoverrideprotected |
The documentation for this class was generated from the following file: