small edit: word wrap
This commit is contained in:
parent
ca877b5ffb
commit
171f1993f4
@ -34,7 +34,8 @@ moq [flags] source-dir interface [interface2 [interface3 [...]]]
|
|||||||
-stub
|
-stub
|
||||||
return zero values when no mock implementation is provided, do not panic
|
return zero values when no mock implementation is provided, do not panic
|
||||||
-skip-ensure
|
-skip-ensure
|
||||||
suppress mock implementation check, avoid import cycle if mocks generated outside of the tested package
|
suppress mock implementation check, avoid import cycle if mocks
|
||||||
|
generated outside of the tested package
|
||||||
|
|
||||||
Specifying an alias for the mock is also supported with the format 'interface:alias'
|
Specifying an alias for the mock is also supported with the format 'interface:alias'
|
||||||
Ex: moq -pkg different . MyInterface:MyMock
|
Ex: moq -pkg different . MyInterface:MyMock
|
||||||
|
Loading…
Reference in New Issue
Block a user