github.com/leowmjw/otto@v0.2.1-0.20160126165905-6400716cf085/infrastructure/mock_test.go (about) 1 package infrastructure 2 3 import ( 4 "testing" 5 ) 6 7 func TestMock_impl(t *testing.T) { 8 var _ Infrastructure = new(Mock) 9 }