Kim Blomqvist
Kim Blomqvist
I'm trying to use the emulated RPi as a test target for an ansible script that installs Docker and then builds and starts Docker containers. Starting the qemu RPi with...
Testcase: ``` java @Test public void testModelReturningMock() { Mockery context = new org.jmock.Mockery(); context.setImposteriser(ClassImposteriser.INSTANCE); final Bottom bottom = context.mock(Bottom.class); context.checking(new Expectations() { { allowing(bottom); } }); final Middle mid =...