MCPcopy Create free account
hub / github.com/beginner-jhj/mini_browser / TestCase

Class TestCase

test/css_parser_test.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <string>
6
7struct TestCase {
8 std::string input;
9 int expected_count;
10 std::map<std::string, std::string> expected_values; // Store expected name-value pairs
11};
12
13int main() {
14 std::vector<TestCase> test_cases = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected