#include "build_info.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <lib/async-loop/cpp/loop.h>
#include <lib/async-loop/default.h>
#include <lib/inspect/cpp/reader.h>
Go to the source code of this file.
◆ checkProperty()
void checkProperty |
( |
inspect::Hierarchy & |
root, |
|
|
const std::string & |
name, |
|
|
const std::string & |
expected_value |
|
) |
| |
Definition at line 15 of file build_info_unittests.cc.
17 {
20 auto* actual_value =
21 build_info->node().get_property<inspect::StringPropertyValue>(
name);
24}
const std::string & inspect_node_name
static const char * expected_value
DEF_SWITCHES_START aot vmservice shared library name
#define EXPECT_TRUE(handle)
◆ inspect_node_name
const std::string& inspect_node_name = "build_info_unittests" |