#include <string>
#include <utility>
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_string.hpp>
#include "config/config.h"
#include "parser/diffeq_driver.hpp"
#include "parser/unit_driver.hpp"
#include "test/unit/utils/test_utils.hpp"
Go to the source code of this file.
|
| SCENARIO ("Unit parser accepting valid units definition", "[unit][parser]") |
|
| SCENARIO ("Unit parser accepting dependent/nested units definition", "[unit][parser]") |
|
◆ SCENARIO() [1/2]
SCENARIO |
( |
"Unit parser accepting dependent/nested units definition" |
, |
|
|
"" |
[unit][parser] |
|
) |
| |
◆ SCENARIO() [2/2]
SCENARIO |
( |
"Unit parser accepting valid units definition" |
, |
|
|
"" |
[unit][parser] |
|
) |
| |
◆ driver