Tuesday, July 30, 2013

Announcing: mmockito 0.1.0 - MATLAB Mock framework based on Java Mockito

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.

4 comments:

  1. Hey Vladimir

    Great 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

    ReplyDelete
  2. Greetings from Finland, Thanks a lot Vladimir. Awesome work :)

    Thanks,
    Sathish

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. Absolutely love this, may I ask if you can provide some examples on mocking real objects? Many thanks,

    Michael

    ReplyDelete

Note: Only a member of this blog may post a comment.