Shane Jansen
Shane Jansen
Currently, ElsqlBundle is a final class. This becomes problematic when trying to mock an ElsqlBundle using Mockito. Mockito cannot mock final classes. Use case: In my Spring application, ElsqlBundle is...
Add support for additional Docker images to run along side mocks and services. This is important if a service has a dependency on an unsupported mock
MySql mock method `does_not_exist` has a misleading error message: "was found 1 time(s) but expected any time(s)"
Touchstone will not start if Docker isn't running. It would be helpful if Touchstone automatically started Docker for you
Currently, Touchstone must be completely shutdown and restarted when mock's defaults are changed in develop mode. This significantly slows down development especially when integrating TS with an existing service. Support...