|
stc
|
#include "_meta/Constants.hpp"#include "stc/Environment.hpp"#include "stc/StringUtil.hpp"#include "catch2/catch_test_macros.hpp"#include "stc/test/CaptureStream.hpp"Functions | |
| TEST_CASE ("Syscommand should deal with sleeping", "[Environment][syscommand]") | |
| TEST_CASE ("Syscommand should handle return codes", "[Environment][syscommand]") | |
| TEST_CASE ("Verify hostname return value", "[Environment][getHostname]") | |
| TEST_CASE ("Verify that streams are correctly identified") | |
| TEST_CASE ("setEnv should work") | |
| TEST_CASE ("setEnv should not cause UB") | |
| TEST_CASE ("executablePath()") | |
| TEST_CASE ("Vectorised syscommand should deal with output", "[Environment][syscommand2]") | |
| TEST_CASE ("Vectorised syscommand should handle errors", "[Environment][syscommand2]") | |
| TEST_CASE | ( | "executablePath()" | ) |
| TEST_CASE | ( | "setEnv should not cause UB" | ) |
| TEST_CASE | ( | "setEnv should work" | ) |
| TEST_CASE | ( | "Syscommand should deal with sleeping" | , |
| "" | [Environment][syscommand] | ||
| ) |
| TEST_CASE | ( | "Syscommand should handle return codes" | , |
| "" | [Environment][syscommand] | ||
| ) |
| TEST_CASE | ( | "Vectorised syscommand should deal with output" | , |
| "" | [Environment][syscommand2] | ||
| ) |
| TEST_CASE | ( | "Vectorised syscommand should handle errors" | , |
| "" | [Environment][syscommand2] | ||
| ) |
| TEST_CASE | ( | "Verify hostname return value" | , |
| "" | [Environment][getHostname] | ||
| ) |
| TEST_CASE | ( | "Verify that streams are correctly identified" | ) |