root/library/tests/unittest-cpp/CurrentTest.h @ 486

Revision 477, 247 bytes (checked in by mido, 15 years ago)

panove, vite, jak jsem peclivej na upravu kodu.. snad se vam bude libit:) konfigurace je v souboru /system/astylerc

Line 
1#ifndef UNITTEST_CURRENTTESTRESULTS_H
2#define UNITTEST_CURRENTTESTRESULTS_H
3
4namespace UnitTest {
5
6class TestResults;
7class TestDetails;
8
9namespace CurrentTest {
10TestResults*& Results();
11const TestDetails*& Details();
12}
13
14}
15
16#endif
Note: See TracBrowser for help on using the browser.