资 源 简 介
Tlemock is very simple mock object creation library for unit testing.
Reference: http://www.tleproject.net/tlemock/getting_started.html
Features
Tlemock is very simple.
Tlemock requires only simple method implementation. You have only to pass two parameter to MockFactory.createMock() method. First parameter is Class instance of mocking target interface(or class) and second parameter is any object which have methods for mocking.
Tlemock is very easy-to-use.
Tlemock has no syntax. Tlemock has no assertion mechanism. Tlemock provide only one method for creating mock object. You don"t have to study tlemock!
Tlemock is java-based and support interface and class.
Tlemock is java-based and require java 1.3+ version.
Tlemock is not strict.