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

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

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