feat(generator): add Expectation structs and functions #8
Annotations
10 errors
Test:
pkg/fixtures/test/expecter_test.go#L201
undefined: mocks.ExpecterNoArgExpectation
|
Test:
pkg/fixtures/test/expecter_test.go#L202
undefined: mocks.ExpecterNoArgArgs
|
Test:
pkg/fixtures/test/expecter_test.go#L205
undefined: mocks.ExpecterNoArgReturns
|
Test:
pkg/fixtures/test/expecter_test.go#L209
expMock.ApplyNoArgExpectation undefined (type mocks.Expecter has no field or method ApplyNoArgExpectation)
|
Test:
pkg/fixtures/test/expecter_test.go#L217
undefined: mocks.ExpecterNoReturnExpectation
|
Test:
pkg/fixtures/test/expecter_test.go#L218
undefined: mocks.ExpecterNoReturnArgs
|
Test:
pkg/fixtures/test/expecter_test.go#L222
expMock.ApplyNoReturnExpectation undefined (type mocks.Expecter has no field or method ApplyNoReturnExpectation)
|
Test:
pkg/fixtures/test/expecter_test.go#L229
undefined: mocks.ExpecterManyArgsReturnsExpectation
|
Test:
pkg/fixtures/test/expecter_test.go#L230
undefined: mocks.ExpecterManyArgsReturnsArgs
|
Test:
pkg/fixtures/test/expecter_test.go#L234
undefined: mocks.ExpecterManyArgsReturnsReturns
|
Loading