搜索资源列表
EasyMock_Learnning
- EasyMock的学习资料, EasyMock的学习资料-EasyMock learning, the learning materials EasyMock
EasyMock_Learnning
- EasyMock的学习资料, EasyMock的学习资料-EasyMock learning, the learning materials EasyMock
a
- easymock,covers how to write easymock junits
easymockclassextension-2.5.2
- java Junit中强悍的EasyMock工具,可以构造接口及抽象类,模拟request及response的链接等。-java Junit in EasyMock powerful tools, interfaces and abstract classes can be constructed to simulate the request and response links.
gmock-1.5.0
- Google Mock的设计灵感来源于jMock和EasyMock,它的作用是帮你快速地做出一个接口的仿制品。如果你的设计依赖其它的类,而这些类还没有完成或非常昂贵(如数据库);如果你要测试你的模块与其它模块是否能正确结合,并想了解其交互过程;那么Google Mock就能帮助你。-Google Mock' s design inspiration comes from jMock and EasyMock, its role i
easymock
- java测试程序,让你学会如何进行JAVA的单元测试,-java test program, you learn how to JAVA unit testing,
easymock-3.1
- easymock单元测试 结合spring的单元测试,实现MOCK测试,隔离测试。-spring junit test : the EasyMock unit test
EasyMock
- Creates a mock object that implements the given interface, order checking is enabled by default.
EasyMockSupport
- Helper class to be used to keep tracks of mocks easily. See EasyMock documentation and SupportTest sample.
MaybeAbstract
- Contains properties used by EasyMock to change its default behavior.
MockControl
- A MockControl object controls the behavior of its associated mock object. For more information, see the EasyMock documentation.