Commit abbe574
committed
feat(tests): 添加对象构造函数和枚举类测试并移除旧测试文件
- 新增 object.move_ctor 测试用例验证移动构造函数功能
- 新增 object.copy_ctor 测试用例验证复制构造函数功能
- 新增 object.enum_class 测试用例验证枚举类功能
- 删除 tests/src/enum_case.cpp 旧测试文件
- 删除 tests/src/object_ctor.cpp 旧测试文件
- 在 same.cpp 中调整代码格式和空格间距
- 优化 same 函数的类型转换测试用例1 parent f75101c commit abbe574
4 files changed
+63
-248
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
This file was deleted.
0 commit comments