Jpp 19.3.0-rc.1
the software that should make you happy
|
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_vector.hpp>
#include "parser.h"
Go to the source code of this file.
Functions | |
TEST_CASE ("samples string separated by single spaces should not fail", "[parseWaveformSamples]") | |
TEST_CASE ("samples string separated by multiple spaces should not fail", "[parseWaveformSamples]") | |
TEST_CASE ("if the waveform id is not an integer return std::nullopt", "[parseWaveformSamples]") | |
TEST_CASE ("if the number of samples is not an integer return std::nullopt", "[parseWaveformSamples]") | |
Variables | |
const Waveform< float > | expected |
TEST_CASE | ( | "samples string separated by single spaces should not fail" | , |
"" | [parseWaveformSamples] ) |
Definition at line 8 of file parser.t.cc.
TEST_CASE | ( | "samples string separated by multiple spaces should not fail" | , |
"" | [parseWaveformSamples] ) |
Definition at line 15 of file parser.t.cc.
TEST_CASE | ( | "if the waveform id is not an integer return std::nullopt" | , |
"" | [parseWaveformSamples] ) |
Definition at line 22 of file parser.t.cc.
TEST_CASE | ( | "if the number of samples is not an integer return std::nullopt" | , |
"" | [parseWaveformSamples] ) |
Definition at line 29 of file parser.t.cc.
const Waveform<float> expected |
Definition at line 5 of file parser.t.cc.