6 #include <gtest/gtest.h>
17 TEST(ArgumentTests, ArgumentNodeMismatch)
30 auto & structuralInput = structuralNode1->addInputOnly(
import);
38 TEST(ArgumentTests, ArgumentInputTypeMismatch)
51 auto & structuralInput = structuralNode->addInputOnly(x);
TEST(ArgumentTests, ArgumentNodeMismatch)
static GraphImport & Create(Graph &graph, std::shared_ptr< const rvsdg::Type > type, std::string name)
Region & GetRootRegion() const noexcept
static RegionArgument & Create(rvsdg::Region ®ion, StructuralInput *input, std::shared_ptr< const rvsdg::Type > type)
Creates region entry argument.
static TestStructuralNode * create(Region *parent, const size_t numSubregions)
static std::shared_ptr< const TestType > createStateType()
static std::shared_ptr< const TestType > createValueType()