Skip to content

nickwallen/mocksie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mocksie

Mocksie is a no-framework, mocking framework for the Go programming language.

Mocksie will generate mocks for your Golang interfaces that don't require additional mocking or test packages. This allows you to:

  1. Define mock behavior directly in the test case.
  2. Avoid the need for boilerplate mocks.
  3. Does not require knowledge of an additional mocking framework.

About

A no-framework, mocking framework for the Go programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published