|
ROOT 6.10/09 Reference Guide |
#include "gtest/gtest.h"#include "gmock/gmock.h"#include "Rtypes.h"#include "TQObject.h"#include "TQConnection.h"#include "RQ_OBJECT.h"Macros | |
| #define | DICT_CLASS |
| #define | Stringify(s) Stringifyx(s) |
| #define | Stringifyx(s) #s |
Functions | |
| TEST (TQObject, Emit) | |
Variables | |
| DICT_CLASS | |
| #define DICT_CLASS |
Definition at line 15 of file TQObjectTests.cxx.
| #define Stringify | ( | s | ) | Stringifyx(s) |
Definition at line 10 of file TQObjectTests.cxx.
| #define Stringifyx | ( | s | ) | #s |
Definition at line 11 of file TQObjectTests.cxx.
| TEST | ( | TQObject | , |
| Emit | |||
| ) |
Definition at line 36 of file TQObjectTests.cxx.
| DICT_CLASS |
Definition at line 34 of file TQObjectTests.cxx.