List

Bachelor thesis:MATLAB Mock Library ( PDF )
Author:Perić Vladimir
Supervisor:Ing. Petr Pošík Ph.D.
Keywords:
Abstract:A library for creating and using mock objects in MATLAB, its design and implementation, is described in this thesis. Mock objects are an important tool for unit testing, and no such tool for MATLAB existed. This library is inspired by and modeled after mockito, a Java mock library. MATLAB language features affecting the library design are analyzed. Based on this analysis, the library API is designed. The mock objects created with this library support stubbing, behavior verification, and argument matchers. The final result of the project is a functional mock library implementation, suitable for practical use in other software projects.
Submited:May 2013
More info: