Definition at line 38 of file apiexample_test.cc.
◆ SetUp() [1/3]
void tesseract::QuickTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ SetUp() [2/3]
void tesseract::QuickTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ SetUp() [3/3]
void tesseract::QuickTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ TearDown() [1/3]
void tesseract::QuickTest::TearDown |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 43 of file apiexample_test.cc.
43 {
44#ifndef NDEBUG
45
46
47 const time_t MAX_SECONDS_FOR_TEST = 240;
48#else
49
50
51 const time_t MAX_SECONDS_FOR_TEST = 55;
52#endif
53 const time_t end_time = time(nullptr);
56 }
#define EXPECT_TRUE(condition)
::std::string PrintToString(const T &value)
◆ TearDown() [2/3]
void tesseract::QuickTest::TearDown |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ TearDown() [3/3]
void tesseract::QuickTest::TearDown |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ start_time_
time_t tesseract::QuickTest::start_time_ |
|
protected |
The documentation for this class was generated from the following files: