InstructionResult instruction1 = new InstructionResult();
instruction1.instruction = "instruction1";
instruction1.slimResult = "slimResult1";
Expectation e1 = new Expectation();
instruction1.addExpectation(e1);
e1.status = "s1";
e1.instructionId = "id1";
e1.col = "c1";
e1.row = "r1";
e1.type = "t1";