|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include "storm-config.h"#include "test/storm_gtest.h"#include <string>#include "storm-parsers/parser/MappedFile.h"#include "storm-parsers/util/cstring.h"#include "storm/exceptions/FileIoException.h"#include "storm/io/file.h"
Go to the source code of this file.
Functions | |
| TEST (MappedFileTest, NonExistingFile) | |
| TEST (MappedFileTest, BasicFunctionality) | |
| TEST (MappedFileTest, ExistsAndReadble) | |
| TEST | ( | MappedFileTest | , |
| BasicFunctionality | |||
| ) |
Definition at line 22 of file MappedFileTest.cpp.
| TEST | ( | MappedFileTest | , |
| ExistsAndReadble | |||
| ) |
Definition at line 38 of file MappedFileTest.cpp.
| TEST | ( | MappedFileTest | , |
| NonExistingFile | |||
| ) |
Definition at line 17 of file MappedFileTest.cpp.