heroku/heroku-buildpack-testrunner

add support for logger mocking

ryanbrainard opened this issue · 0 comments

the java test uses logger to write to syslog. it would be nice to have a way to mock this call so that it is captured and can be inspected by the tests. something similar to magic curl, but mocking instead of proxied.