File: ConsoleTest_Print.cpp

package info (click to toggle)
cryfs 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,412 kB
  • sloc: cpp: 150,187; asm: 10,493; python: 1,455; javascript: 65; sh: 50; makefile: 17; xml: 7
file content (6 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#include "ConsoleTest.h"

TEST_F(ConsoleTest, Print) {
    print("Bla Blub");
    EXPECT_OUTPUT_LINE("Bla Blu", 'b'); // 'b' is the delimiter for reading
}