This class represents class method and it's arguments
So, for example if you have the following method:
public void foo(String arg0, String arg1)
This object will contain the name, "foo" and the arguments in an array,
{String, String}
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