29#include <gtest/gtest.h>
38 Named named(
"Named class");
39 ASSERT_EQ(
"Named class", named.
name());
Interface for things with names.
virtual std::string name() const
TEST(NamedTest, Name)
Test if a Named instance has the name it is assigned.
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.