#include <tesseract_common/macros.h>#include <gtest/gtest.h>#include <tesseract_common/clone_cache.h>
Go to the source code of this file.
Classes | |
| class | TestObject |
| Object used to test the CloneCache. More... | |
| class | TestObjectSupportsUpdate |
| class | TestObjectSupportsUpdateFailure |
Functions | |
| int | main (int argc, char **argv) |
| TEST (TesseractCloneCacheUnit, SupportsUpdate) | |
| TEST (TesseractCloneCacheUnit, SupportsUpdateFailure) | |
| TEST (TesseractCloneCacheUnit, WithoutUpdate) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 248 of file clone_cache_unit.cpp.
| TEST | ( | TesseractCloneCacheUnit | , |
| SupportsUpdate | |||
| ) |
Definition at line 148 of file clone_cache_unit.cpp.
| TEST | ( | TesseractCloneCacheUnit | , |
| SupportsUpdateFailure | |||
| ) |
Definition at line 213 of file clone_cache_unit.cpp.
| TEST | ( | TesseractCloneCacheUnit | , |
| WithoutUpdate | |||
| ) |
Definition at line 86 of file clone_cache_unit.cpp.