61 Array<std::string> validValues(tuple<std::string>(
"mountain dew",
"pepsi",
"coke",
"fanta"));
64 testingList->
set(
"string param",
"fanta",
"parameter for testing string conditions", stringVali1);
69 testingList->
set(
"string param",
"coke");
75 testingList->
set(
"double param", 5.0,
"parameter for testing number conditions");
80 testingList->
set(
"double param", -1.0);
86 testingList->
set(
"double param", 101.0);
92 testingList->
set(
"bool param",
true,
"parameter for testing bool conditions");
96 testingList->
set(
"bool param",
false);
104 testingList->
set(
"double param", -1.0);
113 testingList->
set(
"bool param",
true);
119 testingList->
set(
"bool param",
false);
122 testingList->
set(
"string param",
"fanta");
129 testingList->
set(
"bool param",
true);
138 Array<std::string> validValues(tuple<std::string>(
"mountain dew",
"pepsi",
"coke",
"fanta"));
141 testingList->
set(
"string param",
"fanta",
"parameter for testing string conditions", stringVali1);
152 testingList->
set(
"double param", 5.0,
"parameter for testing number conditions");
162 testingList->
set(
"bool param",
true,
"parameter for testing bool conditions");
222 testingList->
set(
"double param",1.0);
223 testingList->
set(
"string param",
"awesome");
225 testingList2->
set(
"bool param",
true);