by @ctoestreich

given:assert customer.payments.size() == 0when:customer.makePayment()then:customer.payments.size() == 1
//SpockServiceClass serviceClass = Mock(ServiceClass)//MockitoList mockedList = mock(List.class);//EasyMockList testDouble = EasyMock.createMock(List.class);//PowerMockMyClass myClassMock = PowerMock.createMock(MyClass.class);
Lets Demo This