|
| alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_emptyStream) |
| Test that a new LogEntryStream instance's c_str() returns an empty string. More...
|
|
| alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_shortString) |
| Send a character to an empty LogEntryStream. Expect that c_str() returns a string with just that character. More...
|
|
| alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_mediumString) |
| Send a medium sized string test to an empty LogEntryStream. Expect that c_str() returns a matching string. More...
|
|
| alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_longString) |
| Send a long string test to an empty LogEntryStream. Expect that c_str() returns a matching string. More...
|
|
| alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_aFewStrings) |
| Send a few short strings. Expect that c_str() returns the concatenation of those strings. More...
|
|
| alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_aLotOfStrings) |
| Send a bunch of ints and strings. Expect that c_str() matches the result of sending the same to ostringstream. More...
|
|