![]() |
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 ("DescribeUsingBuffer") | |
TEST_CASE ("WithWildCards") | |
TEST_CASE ("WithWildCardsBuffer") | |
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 | ( | "DescribeUsingBuffer" | ) |
Definition at line 63 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "FindInputSpec" | ) |
Definition at line 336 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "FindOutputSpec" | ) |
Definition at line 325 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "GetOptionalSubSpecWithMatcher" | ) |
Definition at line 268 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "GettingConcreteMembers" | ) |
Definition at line 347 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "Includes" | ) |
Definition at line 374 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "MatchingInputs" | ) |
Definition at line 136 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "MatchingOutputs" | ) |
Definition at line 187 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "optionalConcreteDataMatcherFrom" | ) |
Definition at line 402 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "PartialMatching" | ) |
Definition at line 240 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "TestMatcherFromConcrete" | ) |
Definition at line 311 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "TestMatcherFromDescription" | ) |
Definition at line 301 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "UpdateOutputList" | ) |
Definition at line 520 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "WithWildCards" | ) |
Definition at line 101 of file unittest_DataSpecUtils.cxx.
TEST_CASE | ( | "WithWildCardsBuffer" | ) |
Definition at line 120 of file unittest_DataSpecUtils.cxx.