xcal
基于 C++23 的现代图形渲染引擎
|
函数 | |
TEST (TestCircle, CreateWithDefaultValues) | |
圆形对象测试套件 | |
TEST (TestCircle, CreateWithCustomValues) | |
TEST (TestCircle, SetRadius) | |
TEST (TestCircle, PositionInheritance) | |
TEST (TestCircle, VisibilityInheritance) | |
TEST (TestCircle, PropertiesRegistration) | |
TEST | ( | TestCircle | , |
CreateWithCustomValues | |||
) |
在文件 test_circle.cc 第 19 行定义.
TEST | ( | TestCircle | , |
CreateWithDefaultValues | |||
) |
TEST | ( | TestCircle | , |
PositionInheritance | |||
) |
在文件 test_circle.cc 第 49 行定义.
TEST | ( | TestCircle | , |
PropertiesRegistration | |||
) |
在文件 test_circle.cc 第 75 行定义.
TEST | ( | TestCircle | , |
SetRadius | |||
) |
在文件 test_circle.cc 第 29 行定义.
TEST | ( | TestCircle | , |
VisibilityInheritance | |||
) |
在文件 test_circle.cc 第 59 行定义.