cpp_client_telemetry/tests/common
Matt Koscumb 741b55c7c0 Rather than return a raw pointer std::vector<StorageRecord>, thus inducing memory managment on the caller and breaking the raw-pointers-are-non-owning rule, IOfflineStorgage::GetRecords should just return the vector. std::vector<T> is cheap to move, and thus can easily be returned from a function on any modern compiler without inducing a massive copy cost. 2018-11-09 16:25:02 -08:00
..
Common.cpp Fix all non-OSS pass-by-value OACR errors that should be pass-by-const-ref 2018-10-17 14:20:32 -07:00
Common.hpp Fix all non-OSS pass-by-value OACR errors that should be pass-by-const-ref 2018-10-17 14:20:32 -07:00
HttpServer.hpp Merged PR 799323: Stats improvements, tests + fixes for recent OTEL issues discovered in dogfood 2018-10-16 05:01:28 +00:00
MockIBandwidthController.hpp moved API header to public folder 2017-06-02 11:42:59 -07:00
MockIEcsClient.hpp Pushing NewCPP to a new Master Branch, check out old repo for history 2017-05-10 10:29:11 -07:00
MockIHttpClient.hpp Updated Includes to be flat 2017-06-01 20:37:13 -07:00
MockILocalStorageReader.hpp 2nd round of Unit and Functional test fixes after refactor; plus add mocks for System 2018-04-06 18:17:59 -07:00
MockILogManagerInternal.hpp Googletest's macros don't play nice with some compiler warnings. 2018-10-17 10:59:32 -07:00
MockIOfflineStorage.hpp Rather than return a raw pointer std::vector<StorageRecord>, thus inducing memory managment on the caller and breaking the raw-pointers-are-non-owning rule, IOfflineStorgage::GetRecords should just return the vector. std::vector<T> is cheap to move, and thus can easily be returned from a function on any modern compiler without inducing a massive copy cost. 2018-11-09 16:25:02 -08:00
MockIOfflineStorageObserver.hpp - proper handling of offline storage path passed down via configuration 2018-05-14 10:32:05 -07:00
MockIRuntimeConfig.hpp Fix functional and unit tests 2018-08-31 18:01:32 -07:00
MockISemanticContext.hpp New interface for LogController and Moved tickets to its own interface 2017-12-06 20:57:51 -08:00
MockISqlite3Proxy.hpp - proper handling of offline storage path passed down via configuration 2018-05-14 10:32:05 -07:00
MockITelemetrySystem.hpp Merged PR 771012: FlushAndTeardown behaviour fixes 2018-09-18 00:38:25 +00:00
MockITenantDataSerializer.hpp Add code to read a JSON file from disk, and expose it via the IControlPlane interface. Still need to make it respond to file changes, and to make it public accessible 2017-06-23 11:50:40 -07:00
Mocks.cpp Mock must implemented default configuration 2018-08-31 01:00:31 -07:00
SocketTools.hpp Fix all non-OSS pass-by-value OACR errors that should be pass-by-const-ref 2018-10-17 14:20:32 -07:00