Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/testing/test/util/output/OutputDefinitionsTest.cc @ 9534

Last change on this file since 9534 was 9533, checked in by landauf, 12 years ago

added more tests

File size: 175 bytes
Line 
1#include <gtest/gtest.h>
2#include "util/Output.h"
3
4namespace orxonox
5{
6    TEST(OutputDefinitionsTest, Levels)
7    {
8        EXPECT_EQ(0x0000, level::none);
9    }
10}
Note: See TracBrowser for help on using the repository browser.