Skip to content

simple mock framework with the emphasis on designing interobject protocols

License

Notifications You must be signed in to change notification settings

isaiah-perumalla/NMocha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple mock framework heavily influenced by JMock, JMock-2 and Mocha, where the goal is to better support the discovery of object Roles and  desing of inter-object protocols, when writing object oriented (#GOOS style) code. The emphasis is on designing message protocols between objects, it has very limited set of features if the main aim is to simple isolate objects from its dependecies (there is no support for mocking static method and concrete classes with non virtual methods)

It is mostly a rewrite of NMock2 to support a number of features from JMock2 such as state machines, sequences, concurrency and detailed error reporting. 

About

simple mock framework with the emphasis on designing interobject protocols

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages