su4sml/add-ons/jtestdataaccessor/src/test/resources/valid/test3.conf

17 lines
272 B
Plaintext

[foo]
{
input = 1, true, "Hi";
result = false;
checker = EQUALS;
}
resulttype = boolean;
inputtypes = int, Boolean, String;
setup = function1();
teardown = function2();
{
input = 1, true, "Hi";
result = false;
checker = EQUALS;
}
teardown = function3();