Sign in
chromium
/
external
/
github.com
/
golang
/
mock
/
refs/tags/v1.2.0
51421b9
mockgen: use Controller.Helper() in generated mocks
by poy
· 7 years ago
v1.2.0
b2f8551
gomock: export TestHelper and Controller.T
by poy
· 7 years ago
5f3a40b
mockgen: Added support for dot imports
by Andreas Schneider
· 7 years ago
bcb66aa
Move test artifacts to internal packages (#243)
by Andrew Poydence
· 7 years ago
362bc29
"golang.org/x/net/context" was replaced to "context" package
by Alex Zemlyakov
· 7 years ago
df19b5a
Merge pull request #237 from poy/end-18-19
by Hesky Fisher
· 7 years ago
db82027
end support for go 1.7 and go 1.8
by poy
· 7 years ago
bcfe3c1
Merge pull request #232 from poy/readme-stub
by Hesky Fisher
· 7 years ago
03ad011
README: adds section on setting up mock and stub
by poy
· 7 years ago
49a6024
Merge pull request #224 from poy/poy-patch-1
by Hesky Fisher
· 7 years ago
0df10f3
Add godoc badge and refactor README.md links
by Andrew Poydence
· 7 years ago
8a44ef6
Merge pull request #217 from gliptak/patch-2
by Hesky Fisher
· 7 years ago
087633c
Add Go 1.11 to Travis
by Gábor Lipták
· 7 years ago
600781d
Merge pull request #205 from dmitris/no-update-mocks
by Hesky Fisher
· 7 years ago
0072d85
fix outdated reference to update_mock.sh script
by Dmitry Savintsev
· 7 years ago
5f7a438
Merge pull request #195 from theherk/mkdir
by Hesky Fisher
· 7 years ago
503ea99
Create the path at which mock will be generated
by Adam Sherwood
· 7 years ago
22bbf0d
Merge pull request #184 from golang/output
by Hesky Fisher
· 8 years ago
c4f5911
Use a temp file to communicate with the reflect program.
by Hesky Fisher
· 8 years ago
87f106f
fix command to install mockgen
by Hesky Fisher
· 8 years ago
8b2eeeb
Merge pull request #140 from msabramo/AssignableToTypeOfMatcher
by Hesky Fisher
· 8 years ago
c34cdb4
Merge pull request #170 from golang/iss102
by Hesky Fisher
· 8 years ago
v1.1.1
b391ab3
Fix output for empty interfaces. Added a test.
by Hesky Fisher
· 8 years ago
44f7022
Merge pull request #169 from golang/iss29
by Hesky Fisher
· 8 years ago
9f324bb
Support internal directories. Add a test. Also fix an existing test.
by Hesky Fisher
· 8 years ago
c5c5a8f
Merge pull request #168 from golang/ci
by Hesky Fisher
· 8 years ago
843334e
Update the set of versions of go we test against.
by Hesky Fisher
· 8 years ago
485faf3
Merge pull request #167 from golang/iss166
by Hesky Fisher
· 8 years ago
v1.1.0
42764bf
Fix a bug introduced in https://github.com/golang/mock/commit/bdab6673987ac44bb2e2d2ab121f7c6d46640bc4 that broke mocking interfaces with vendored dependencies in source mode.
by Hesky Fisher
· 8 years ago
c4148b8
Add a (failing) test case for using source mode to mock something that depends on a vendored package.
by Hesky Fisher
· 8 years ago
69521b3
Merge pull request #165 from golang/variadic
by Hesky Fisher
· 8 years ago
0bea072
Fix variadic argument matching
by Hesky Fisher
· 8 years ago
960a6ff
Merge pull request #164 from golang/iss77
by Hesky Fisher
· 8 years ago
d18e8e0
fix parse_test.go
by Hesky Fisher
· 8 years ago
517093c
add a description for the test
by Hesky Fisher
· 8 years ago
992f6b2
Fix #77
by Hesky Fisher
· 8 years ago
0d6884b
Merge pull request #157 from hypnoglow/fix-mockgen-custom-import-paths
by Hesky Fisher
· 8 years ago
v1.0.1
bdab667
Fix mockgen for package name not matching import path
by Igor Zibarev
· 8 years ago
58cd061
Merge pull request #28 from Clever/support-vendored-dependencies
by Hesky Fisher
· 8 years ago
77f22c2
add test
by Rafael Garcia
· 8 years ago
208c772
support mocking vendored dependencies
by Rafael Garcia
· 8 years ago
2381297
New matcher: gomock.AssignableToTypeOf
by Marc Abramowitz
· 8 years ago
b3e60bc
Merge pull request #62 from fische/master
by Hesky Fisher
· 8 years ago
ef9eee9
Merge branch 'master' of github.com:golang/mock
by Maxime Fischer
· 8 years ago
f67f708
Merge pull request #133 from pasztorpisti/detect-double-controller-finish-calls
by Hesky Fisher
· 8 years ago
fb2ea34
Merge pull request #135 from notbdu/master
by Hesky Fisher
· 8 years ago
50c8b42
aux -> faux
by Bo Du
· 8 years ago
2a339a9
Fatal on duplicate Controller.Finish call
by pasztorpisti
· 8 years ago
87a9151
Merge pull request #99 from anfernee/master
by Hesky Fisher
· 8 years ago
8c3d3c6
Merge pull request #134 from notbdu/master
by Hesky Fisher
· 8 years ago
1f83750
Add bugreport.
by Bo Du
· 8 years ago
3fb8fce
Fix resolving embedded interfaces in aux files.
by Bo Du
· 8 years ago
747e9e6
Merge pull request #112 from mariusstaicu/custom-mock-names
by Hesky Fisher
· 8 years ago
74246a2
Merge pull request #131 from aristanetworks/master
by Hesky Fisher
· 8 years ago
fddc061
Use c.methodType.NumIn() to figure out which args are variadic
by Aaron Beitch
· 8 years ago
21d77af
Fix panic during varargs matching
by Aaron Beitch
· 8 years ago
a18247b
Merge pull request #129 from golang/exhausted
by Hesky Fisher
· 8 years ago
d14d653
Update newCall to create the default actions.
by Hesky Fisher
· 8 years ago
a81717a
Merge branch 'master' of github.com:golang/mock
by Hesky Fisher
· 8 years ago
0a13753
Merge pull request #127 from golang/varargs
by Hesky Fisher
· 8 years ago
bbfe5cf
Merge pull request #126 from golang/actions
by Hesky Fisher
· 8 years ago
ffa9b6e
Add a useful error message for when a call to the mock doesn't match any expected calls because they have been exhausted.
by Hesky Fisher
· 8 years ago
f174a30
Fix varargs matching.
by Hesky Fisher
· 8 years ago
2852bb8
Fix a very silly mistake. Move v.Call out of the loop.
by Hesky Fisher
· 8 years ago
8321731
Add DoAndReturn as a complement to Do that does not ignore its return values.
by Hesky Fisher
· 8 years ago
0284397
Merge branch 'master' into custom-mock-names
by Marius Staicu
· 8 years ago
bc51ef9
Merge branch 'master' of https://github.com/golang/mock
by Marius Staicu
· 8 years ago
61503c5
Merge pull request #120 from jeking3/expand-travis
by Hesky Fisher
· 8 years ago
d9a3d2f
add travis ci builds for patches as well as 1.6 to detect backwards compatibility issues
by James E. King, III
· 8 years ago
a3170a5
Merge pull request #121 from golang/context
by Hesky Fisher
· 8 years ago
e4a9bdc
Replace context with golang.org/x/net/context
by Hesky Fisher
· 8 years ago
936eed8
Merge pull request #118 from jeking3/fix-context-back-compat
by Hesky Fisher
· 8 years ago
905674e
fix backwards compatibility with golang < 1.7
by James E. King, III
· 8 years ago
7c4ea58
Merge remote-tracking branch 'origin/master' into custom-mock-names
by Marius Staicu
· 8 years ago
71dd985
Merge branch 'master' of https://github.com/golang/mock
by Marius Staicu
· 8 years ago
5174bda
Merge branch 'master' of https://github.com/golang/mock into custom-mock-names
by Marius Staicu
· 8 years ago
6e20fef
Merge pull request #111 from abbot/withcontext
by Hesky Fisher
· 8 years ago
e95d779
Merge pull request #2 from mariusstaicu/custom-mock-names
by Marius Staicu
· 8 years ago
c08186c
Merge remote-tracking branch 'origin/master' into custom-mock-names
by Marius Staicu
· 8 years ago
166962c
- modified flag name to be on par with others
by Marius Staicu
· 8 years ago
ffbb772
Merge remote-tracking branch 'origin/master'
by Marius Staicu
· 8 years ago
94ac117
Merge branch 'master' of https://github.com/golang/mock into custom-mock-names
by Marius Staicu
· 8 years ago
3fabe93
Merge pull request #1 from mariusstaicu/custom-mock-names
by Marius Staicu
· 8 years ago
4887ba1
Merge pull request #101 from hori-ryota/feature/fix-variadic-mock
by Hesky Fisher
· 8 years ago
df8ec80
Merge branch 'master' into feature/fix-variadic-mock
by hori-ryota
· 8 years ago
7dc66f5
refactor messages
by hori-ryota
· 8 years ago
2b473a1
Merge pull request #113 from bhcleek/call-site
by Hesky Fisher
· 8 years ago
73b8d2c
Merge pull request #114 from gliptak/patch-1
by Hesky Fisher
· 8 years ago
d75add2
Add Go 1.9 to Travis
by Gábor Lipták
· 8 years ago
0ee1ab2
mark gomock functions as test helpers
by Billie Cleek
· 8 years ago
87106cf
- fixed flag description
by Marius Staicu
· 8 years ago
ab0f0fc
- applied go fmt
by Marius Staicu
· 8 years ago
b8cf2c9
- possibility to specify custom mock names
by Marius Staicu
· 8 years ago
b219c2d
Disable TestConcurrentFails.
by Lev Shamardin
· 8 years ago
da057c5
gomock.WithContext: controller with a context which is cancelled on Fatals.
by Lev Shamardin
· 8 years ago
c7d0ee7
Merge pull request #108 from Clever/test-callset-remove-preserve-ordering
by Hesky Fisher
· 8 years ago
6e23395
silence golint errors in gomock/call.go
by Nate Brennand
· 8 years ago
2ee3d4d
add tests for callSet Add & Remove
by Nate Brennand
· 8 years ago
cd1f5ca
Merge pull request #107 from Clever/retain-expected-call-order
by Hesky Fisher
· 8 years ago
9575afe
retain ordering of expected calls
by Nate Brennand
· 8 years ago
Next »