testCase.setId(new Long(42L));
testCase.setValue(new BigDecimal("1.6"));
testCase.addInput("9876");
testCase.setOutputs(new ArrayList<String>());
testCase.addOutput("Name - Bigfellar");
testCase.addOutput("Race - Tauren");
testCase.addExclusion("Orc");
testCase.addExclusion("Human");
TestCase result = instance.update(testCase);