su4sml/add-ons/jtestdataaccessor/src/test/resources/ch/ethz/infsec/jtestdataaccessor/nodes/TestdataValue

16 lines
212 B
Plaintext

[getValue]
resulttype = String;
setup = setup1();
{
result = "Hallo, Welt!";
checker = EQUALS;
}
[getValue]
resulttype = String;
setup = setup2();
{
result = "Hello, World!";
checker = EQUALS;
}