su4sml/add-ons/jtestdataaccessor/src/test/resources/ch/ethz/infsec/jtestdataaccessor/examples/TestdataIntMax

18 lines
243 B
Plaintext

[max]
resulttype = int;
inputtypes = int[];
{
input = getInput1();
result = 9;
checker = EQUALS;
}
{
input = getInput1();
result = 0;
checker = NOTEQUAL;
}
{
input = getInput2();
result = java.lang.Exception;
}