Well, the thesis got finished, and successfully defended, but the promised open-sourcing somehow took a back seat to celebrating and travel. Nevertheless, it's never too late to rectify the situation! Here is a copy of the announcement mail; more content will hopefully follow on the blog shortly (and probably doubling as documentation for the project).
I would like to announce the first release of mmockito, which is an open-source Mock framework for MATLAB, inspired by Java mockito. The work is a product of my bachelor's thesis and to my knowledge no other mocking frameworks exist for MATLAB. The project can be freely downloaded from its Github page:
https://github.com/vperic/ mmockito
which can also be used to submit pull requests and report issues. A mailing list is also available for the project at:
mmockito@googlegroups.com
Documentation is (surprisingly) sparse at the moment; some is available through MATLAB and more information and a detailed comparison to Mockito and mockito-python can be found in my thesis, which can be freely downloaded. If you are interested in following the project, my personal blog will be updated occasionally; general discussion should be directed to the mailing list.
I would like to announce the first release of mmockito, which is an open-source Mock framework for MATLAB, inspired by Java mockito. The work is a product of my bachelor's thesis and to my knowledge no other mocking frameworks exist for MATLAB. The project can be freely downloaded from its Github page:
https://github.com/vperic/
which can also be used to submit pull requests and report issues. A mailing list is also available for the project at:
mmockito@googlegroups.com
Documentation is (surprisingly) sparse at the moment; some is available through MATLAB and more information and a detailed comparison to Mockito and mockito-python can be found in my thesis, which can be freely downloaded. If you are interested in following the project, my personal blog will be updated occasionally; general discussion should be directed to the mailing list.
Hey Vladimir
ReplyDeleteGreat work! It was really easy to use and it helped a lot for the unit testing of the matlab code!
Thanks a lot and greetings from Switzerland
Florentin
Greetings from Finland, Thanks a lot Vladimir. Awesome work :)
ReplyDeleteThanks,
Sathish
This comment has been removed by the author.
ReplyDeleteAbsolutely love this, may I ask if you can provide some examples on mocking real objects? Many thanks,
ReplyDeleteMichael