![]() |
Project
|
#include "Framework/DataProcessingStates.h"
#include "Framework/TimingHelpers.h"
#include "Framework/DeviceState.h"
#include <catch_amalgamated.hpp>
#include <fmt/format.h>
#include <uv.h>
Go to the source code of this file.
Enumerations | |
enum | TestMetricsId { DummyMetric = 0 , DummyMetric2 = 1 , Missing = 2 } |
Functions | |
TEST_CASE ("DataProcessingStates") | |
enum TestMetricsId |
Enumerator | |
---|---|
DummyMetric | |
DummyMetric2 | |
Missing |
Definition at line 21 of file test_DataProcessingStates.cxx.
TEST_CASE | ( | "DataProcessingStates" | ) |
Registering twice should throw.
Registering with a different name should throw.
Nothing has been published yet.
Definition at line 29 of file test_DataProcessingStates.cxx.