testCase.setValue(new BigDecimal("1.6"));
testCase.setInputs(new ArrayList<String>());
testCase.setOutputs(new ArrayList<String>());
testCase.addOutput("Name - Bigfellar");
testCase.addOutput("Race - Tauren");
testCase.addExclusion("Orc");
testCase.addExclusion("Human");
TestCase result = instance.update(testCase);
assertTrue(instance.isOpen());