Changeset 9533 for code/branches/testing/test/util/OutputTest.cc
- Timestamp:
- Mar 2, 2013, 7:15:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/test/util/OutputTest.cc
r9529 r9533 12 12 } 13 13 14 TEST(Output , CanUseOrxout)14 TEST(OutputTest, CanUseOrxout) 15 15 { 16 16 orxout() << "test" << endl; 17 17 } 18 18 19 TEST(Output , OrxoutUsesCorrectOutputLevel)19 TEST(OutputTest, OrxoutUsesCorrectOutputLevel) 20 20 { 21 21 { … … 30 30 } 31 31 32 TEST(Output , OrxoutUsesCorrectOutputContext)32 TEST(OutputTest, OrxoutUsesCorrectOutputContext) 33 33 { 34 34 const OutputStream& stream = orxout(verbose, context::unittest()); … … 39 39 } 40 40 41 TEST(Output , OrxoutAcceptsFunctionPointer)41 TEST(OutputTest, OrxoutAcceptsFunctionPointer) 42 42 { 43 43 const OutputStream& stream = orxout(verbose, context::unittest);
Note: See TracChangeset
for help on using the changeset viewer.