|
RTC Toolkit
0.1.0-alpha
|
#include <cstdio>#include <dirent.h>#include <algorithm>#include <gtest/gtest.h>#include <gmock/gmock.h>#include <yaml-cpp/yaml.h>#include <fstream>#include "rtctk/componentFramework/fileRepository.hpp"Classes | |
| struct | TestFileRepository |
| struct | TestFileRepositoryWithZeroFitsThreshold |
| struct | TestFileRepositoryWithPrecreatedYaml |
| struct | TestFileRepositoryHierarchy |
Typedefs | |
| using | Request = rtctk::componentFramework::RepositoryIf::Request |
| using | Response = rtctk::componentFramework::RepositoryIf::Response |
Functions | |
| TEST_F (TestFileRepository, DataPointCreationAndDeletion) | |
| TEST_F (TestFileRepository, DataPointCreationTemplateVersion) | |
| TEST_F (TestFileRepository, DataPointCreationWithDefaults) | |
| TEST_F (TestFileRepository, SynchronousDataAccessBool) | |
| TEST_F (TestFileRepository, SynchronousDataAccessInt32) | |
| TEST_F (TestFileRepository, SynchronousDataAccessInt64) | |
| TEST_F (TestFileRepository, SynchronousDataAccessFloat) | |
| TEST_F (TestFileRepository, SynchronousDataAccessDouble) | |
| TEST_F (TestFileRepository, SynchronousDataAccessString) | |
| TEST_F (TestFileRepository, SynchronousDataAccessVectorBool) | |
| TEST_F (TestFileRepository, SynchronousDataAccessVectorInt32) | |
| TEST_F (TestFileRepository, SynchronousDataAccessVectorInt64) | |
| TEST_F (TestFileRepository, SynchronousDataAccessVectorFloat) | |
| TEST_F (TestFileRepository, SynchronousDataAccessVectorDouble) | |
| TEST_F (TestFileRepository, SynchronousDataAccessVectorString) | |
| TEST_F (TestFileRepository, SynchronousDataAccessMatrixBool) | |
| TEST_F (TestFileRepository, SynchronousDataAccessMatrixInt32) | |
| TEST_F (TestFileRepository, SynchronousDataAccessMatrixInt64) | |
| TEST_F (TestFileRepository, SynchronousDataAccessMatrixFloat) | |
| TEST_F (TestFileRepository, SynchronousDataAccessMatrixDouble) | |
| TEST_F (TestFileRepository, SynchronousDataAccessMatrixString) | |
| TEST_F (TestFileRepository, AsynchronousDataAccessBool) | |
| TEST_F (TestFileRepository, AsynchronousDataAccessInt32) | |
| TEST_F (TestFileRepository, AsynchronousDataAccessInt64) | |
| TEST_F (TestFileRepository, AsynchronousDataAccessFloat) | |
| TEST_F (TestFileRepository, AsynchronousDataAccessDouble) | |
| TEST_F (TestFileRepository, AsynchronousDataAccessString) | |
| TEST_F (TestFileRepository, CheckingForDataPointExistence) | |
| TEST_F (TestFileRepository, CheckExceptionForMissingPath) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessVectorBool) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessVectorInt32) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessVectorInt64) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessVectorFloat) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessVectorDouble) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessMatrixBool) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessMatrixInt32) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessMatrixInt64) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessMatrixFloat) | |
| TEST_F (TestFileRepositoryWithZeroFitsThreshold, SynchronousDataAccessMatrixDouble) | |
| TEST_F (TestFileRepositoryWithPrecreatedYaml, SynchronousDataAccessMatrixDouble) | |
| TEST_F (TestFileRepositoryHierarchy, QueryingFolderHierarchyRootdir) | |
| TEST_F (TestFileRepositoryHierarchy, QueryingFolderHierarchyTopdir) | |
| TEST_F (TestFileRepositoryHierarchy, QueryingFolderHierarchySubdir1) | |
| TEST_F (TestFileRepositoryHierarchy, QueryingFolderHierarchySubdir2) | |
| TEST_F (TestFileRepositoryHierarchy, QueryingFolderHierarchyDatapoint) | |
| TEST_F | ( | TestFileRepository | , |
| AsynchronousDataAccessBool | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| AsynchronousDataAccessDouble | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| AsynchronousDataAccessFloat | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| AsynchronousDataAccessInt32 | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| AsynchronousDataAccessInt64 | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| AsynchronousDataAccessString | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| CheckExceptionForMissingPath | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| CheckingForDataPointExistence | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| DataPointCreationAndDeletion | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| DataPointCreationTemplateVersion | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| DataPointCreationWithDefaults | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessBool | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessDouble | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessFloat | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessInt32 | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessInt64 | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessMatrixBool | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessMatrixDouble | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessMatrixFloat | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessMatrixInt32 | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessMatrixInt64 | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessMatrixString | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessString | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessVectorBool | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessVectorDouble | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessVectorFloat | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessVectorInt32 | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessVectorInt64 | |||
| ) |
| TEST_F | ( | TestFileRepository | , |
| SynchronousDataAccessVectorString | |||
| ) |
| TEST_F | ( | TestFileRepositoryHierarchy | , |
| QueryingFolderHierarchyDatapoint | |||
| ) |
| TEST_F | ( | TestFileRepositoryHierarchy | , |
| QueryingFolderHierarchyRootdir | |||
| ) |
| TEST_F | ( | TestFileRepositoryHierarchy | , |
| QueryingFolderHierarchySubdir1 | |||
| ) |
| TEST_F | ( | TestFileRepositoryHierarchy | , |
| QueryingFolderHierarchySubdir2 | |||
| ) |
| TEST_F | ( | TestFileRepositoryHierarchy | , |
| QueryingFolderHierarchyTopdir | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithPrecreatedYaml | , |
| SynchronousDataAccessMatrixDouble | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessMatrixBool | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessMatrixDouble | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessMatrixFloat | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessMatrixInt32 | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessMatrixInt64 | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessVectorBool | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessVectorDouble | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessVectorFloat | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessVectorInt32 | |||
| ) |
| TEST_F | ( | TestFileRepositoryWithZeroFitsThreshold | , |
| SynchronousDataAccessVectorInt64 | |||
| ) |