commit | 855dfd41bf6595f0246a2ec5de2446e020e6aa8d | [log] [tgz] |
---|---|---|
author | James Ring <sjr@jdns.org> | Fri Jan 23 12:30:58 2015 -0800 |
committer | James Ring <sjr@jdns.org> | Fri Jan 23 12:32:08 2015 -0800 |
tree | 24e3ec3040c398bd61bb36dd3302a9c7cf583545 | |
parent | 19fbf99ddfd283d0cab790003fab728dac9f805b [diff] |
lib/testutil/integration: introduce a Test interface The purpose of this interface is to allow test authors to use the TestEnvironment.Test() method to write tests that do not directly depend on the Go test framework. This will allow us to provide alternate implementations of TestEnvironment without necessarily changing the test code. Change-Id: I5b810d3c1f18bcebf01fe2dbb511afab7d90bf27