![]() |
Project
|
#include "Framework/DataSpecUtils.h"
#include "Framework/DataDescriptorQueryBuilder.h"
#include <catch_amalgamated.hpp>
#include <string>
Go to the source code of this file.
Functions | |
TEST_CASE ("ConcreteData") | |
TEST_CASE ("WithWildCards") | |
TEST_CASE ("MatchingInputs") | |
TEST_CASE ("MatchingOutputs") | |
TEST_CASE ("PartialMatching") | |
TEST_CASE ("GetOptionalSubSpecWithMatcher") | |
TEST_CASE ("TestMatcherFromDescription") | |
TEST_CASE ("TestMatcherFromConcrete") | |
TEST_CASE ("FindOutputSpec") | |
TEST_CASE ("FindInputSpec") | |
TEST_CASE ("GettingConcreteMembers") | |
TEST_CASE ("Includes") | |
TEST_CASE ("optionalConcreteDataMatcherFrom") | |
TEST_CASE ("UpdateOutputList") | |
TEST_CASE | ( | "ConcreteData" | ) |
Definition at line 21 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "FindInputSpec" | ) |
Definition at line 281 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "FindOutputSpec" | ) |
Definition at line 270 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "GetOptionalSubSpecWithMatcher" | ) |
Definition at line 213 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "GettingConcreteMembers" | ) |
Definition at line 292 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "Includes" | ) |
Definition at line 319 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "MatchingInputs" | ) |
Definition at line 81 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "MatchingOutputs" | ) |
Definition at line 132 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "optionalConcreteDataMatcherFrom" | ) |
Definition at line 347 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "PartialMatching" | ) |
Definition at line 185 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "TestMatcherFromConcrete" | ) |
Definition at line 256 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "TestMatcherFromDescription" | ) |
Definition at line 246 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "UpdateOutputList" | ) |
Definition at line 465 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "WithWildCards" | ) |
Definition at line 62 of file unittest_DataSpecUtils.cxx.