Class BaseJMockTestCase

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public class BaseJMockTestCase
    extends BaseTestCase
    Base test case with JMock 2.5.x mockery support. There is protected visible Mockery instance accessible via m field. Every class field with @Mocked annotation will be automatically autowired with mock.
    Since:
    7.1
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 20.03.12 16:10
    See Also:
    Mocked