Feature Category
Testing tooling
Problem Statement
It is necessary to understand whether the routing subsystem is performing its functions works correctly. We plan to wrap all subsystems in tests.
Proposed Solution
Use the path tests/unit to create tests (you can use the ready‑made example in ./routing).
API Design
TEST(ServerTest, TestGet) {
EXPECT_EQ(x, y);
}
Alternative Solutions
No response
Use Case
No response
Impact and Scope
No response
Contribution
Feature Category
Testing tooling
Problem Statement
It is necessary to understand whether the routing subsystem is performing its functions works correctly. We plan to wrap all subsystems in tests.
Proposed Solution
Use the path tests/unit to create tests (you can use the ready‑made example in ./routing).
API Design
Alternative Solutions
No response
Use Case
No response
Impact and Scope
No response
Contribution