* In the original test case PartialMockingWithConstructor had
* constructor arguments which I removed to slim down the test case,
* originally I was using the following method to create a partial mock.
* Regardless the same problem still occurs.
*/
PartialMockingWithConstructor nationPartialMock = createPartialMockAndInvokeDefaultConstructor(PartialMockingWithConstructor.class, "touch");
/*
* The following method also causes the same problem.
*/