[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from LocationCacheTest
[ RUN      ] LocationCacheTest.EmptyMappingCommand
[       OK ] LocationCacheTest.EmptyMappingCommand (1 ms)
[ RUN      ] LocationCacheTest.MappingCommandNotFound
[       OK ] LocationCacheTest.MappingCommandNotFound (4 ms)
[ RUN      ] LocationCacheTest.MappingCommandFailureExitStatus
[       OK ] LocationCacheTest.MappingCommandFailureExitStatus (3 ms)
[ RUN      ] LocationCacheTest.MappingCommandEmptyOutput
[       OK ] LocationCacheTest.MappingCommandEmptyOutput (3 ms)
[ RUN      ] LocationCacheTest.MappingCommandReturnsInvalidLocation
[       OK ] LocationCacheTest.MappingCommandReturnsInvalidLocation (16 ms)
[ RUN      ] LocationCacheTest.HappyPath
[       OK ] LocationCacheTest.HappyPath (8 ms)
[ RUN      ] LocationCacheTest.ConcurrentRequests
[       OK ] LocationCacheTest.ConcurrentRequests (84 ms)
[----------] 7 tests from LocationCacheTest (123 ms total)

[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (123 ms total)
[  PASSED  ] 7 tests.
