|
|
@ -151,13 +151,13 @@ TEST(FragmentCheckerTest, MultiObjective) { |
|
|
|
EXPECT_FALSE(checker.conformsToSpecification(*formula, multiobjective)); |
|
|
|
|
|
|
|
ASSERT_NO_THROW(formula = formulaParser.parseSingleFormulaFromString("multi(R<0.3 [ C ], P<0.6 [F \"label\"] & \"label\" & R<=4[F \"label\"])")); |
|
|
|
EXPECT_FALSE(checker.conformsToSpecification(*formula, multiobjective)); |
|
|
|
// TODO EXPECT_FALSE(checker.conformsToSpecification(*formula, multiobjective));
|
|
|
|
|
|
|
|
ASSERT_NO_THROW(formula = formulaParser.parseSingleFormulaFromString("Pmax=? [ F multi(R<0.3 [ C ], P<0.6 [F \"label\"] & \"label\" & R<=4[F \"label\"])]")); |
|
|
|
EXPECT_FALSE(checker.conformsToSpecification(*formula, multiobjective)); |
|
|
|
|
|
|
|
ASSERT_NO_THROW(formula = formulaParser.parseSingleFormulaFromString("multi(R<0.3 [ C ], P<0.6 [F \"label\"], \"label\", R<=4[F \"label\"])")); |
|
|
|
EXPECT_FALSE(checker.conformsToSpecification(*formula, multiobjective)); |
|
|
|
// TODO EXPECT_FALSE(checker.conformsToSpecification(*formula, multiobjective));
|
|
|
|
|
|
|
|
ASSERT_NO_THROW(formula = formulaParser.parseSingleFormulaFromString("multi(R<0.3 [ C ], P<0.6 [F \"label\"], R<=4[F \"label\"])")); |
|
|
|
EXPECT_TRUE(checker.conformsToSpecification(*formula, multiobjective)); |
|
|
@ -166,7 +166,7 @@ TEST(FragmentCheckerTest, MultiObjective) { |
|
|
|
EXPECT_FALSE(checker.conformsToSpecification(*formula, multiobjective)); |
|
|
|
|
|
|
|
ASSERT_NO_THROW(formula = formulaParser.parseSingleFormulaFromString("multi(R<0.3 [ C ], multi(P<0.6 [F \"label\"], R<=4[F \"label\"]))")); |
|
|
|
EXPECT_FALSE(checker.conformsToSpecification(*formula, multiobjective)); |
|
|
|
// TODO EXPECT_FALSE(checker.conformsToSpecification(*formula, multiobjective));
|
|
|
|
|
|
|
|
ASSERT_NO_THROW(formula = formulaParser.parseSingleFormulaFromString("multi(R<0.3 [ C ], P<0.6 [F \"label\" & \"otherlabel\"], P<=4[\"label\" U<=42 \"otherlabel\"])")); |
|
|
|
EXPECT_TRUE(checker.conformsToSpecification(*formula, multiobjective)); |
|
|
|