12 changed files with 81 additions and 33 deletions
-
5Jenkinsfile
-
6src/storm/cli/entrypoints.h
-
11src/storm/models/sparse/Model.cpp
-
1src/storm/models/sparse/Model.h
-
19src/storm/models/sparse/StandardRewardModel.cpp
-
8src/storm/models/sparse/StandardRewardModel.h
-
2src/storm/storage/jani/Property.cpp
-
9src/storm/utility/vector.h
-
16src/test/modelchecker/GameBasedDtmcModelCheckerTest.cpp
-
8src/test/modelchecker/GameBasedMdpModelCheckerTest.cpp
-
21src/test/parser/JaniParserTest.cpp
-
8src/test/permissiveschedulers/SmtPermissiveSchedulerTest.cpp
@ -1,21 +0,0 @@ |
|||
#include "gtest/gtest.h"
|
|||
#include "storm-config.h"
|
|||
#include "storm/parser/JaniParser.h"
|
|||
#include "storm/storage/jani/Model.h"
|
|||
#include "storm/storage/jani/Property.h"
|
|||
|
|||
|
|||
TEST(JaniParser, DieTest) { |
|||
std::string testFileInput = STORM_TEST_RESOURCES_DIR"/../examples/exported-jani-models/dice.jani"; |
|||
storm::jani::Model model = storm::parser::JaniParser::parse(testFileInput).first; |
|||
} |
|||
|
|||
TEST(JaniParser, BrpTest) { |
|||
std::string testFileInput = STORM_TEST_RESOURCES_DIR"/../examples/exported-jani-models/brp.jani"; |
|||
storm::jani::Model model = storm::parser::JaniParser::parse(testFileInput).first; |
|||
} |
|||
|
|||
TEST(JaniParser, ConsensusTest) { |
|||
std::string testFileInput = STORM_TEST_RESOURCES_DIR"/../examples/exported-jani-models/coin2.jani"; |
|||
storm::jani::Model model = storm::parser::JaniParser::parse(testFileInput).first; |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue