Skip to content

MaartenFaddegon/ex_meck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExMeck

A mocking library particularly suitable for stateful property based testing.

See test/ex_meck_test.ex for example usage.

Installation

ExMeck can be installed by adding ex_meck to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_meck, "~> 0.2.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/ex_meck.

About

A mocking library for Elixir especially suitable to property based testing.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages