Loading...
Searching...
No Matches
#include <gmock/gmock.h>
#include <basics/config/ConfigurationFile.h>
Go to the source code of this file.
|
| | TEST (ConfigurationFileTest, ContainsReturnsTrueForExistingKey) |
| |
| | TEST (ConfigurationFileTest, ContainsReturnsFalseForMissingKey) |
| |
| | TEST (ConfigurationFileTest, GetValueReturnsCorrectValue) |
| |
| | TEST (ConfigurationFileTest, GetValueThrowsExceptionForMissingKey) |
| |
| | TEST (ConfigurationFileTest, GetVectorReturnsCorrectValues) |
| |
| | TEST (ConfigurationFileTest, GetVectorThrowsExceptionForMissingKey) |
| |
| | TEST (ConfigurationFileTest, GetValueReturnsDefaultValueForMissingKey) |
| |
| | TEST (ConfigurationFileTest, GetValueReturnsCorrectValueForExistingKey) |
| |
| | TEST (ConfigurationFileTest, FromStringConvertsValueToBool) |
| |
| | TEST (ConfigurationFileTest, GetValueThrowsExceptionForWrongTypeConversion) |
| |
| | TEST (ConfigurationFileTest, ClearRemovesAllData) |
| |