Package biz.xsoftware.mock.testcase

Class Summary
LogAndStack  
MockTestCase This is a special test case that does two things Verifies logs with either of the following Verifies there are no warning logs Verifies warning logs exist as they should exist For mocks created using MockTestCase.createMock, this test case will verify in teardown that no more methods were called on the mock
 

Exception Summary
LogHasNoWarningsException  
LogHasWarningException