Additional Inherited Members | |
Public Attributes inherited from TestBase | |
u32 | num_tests_failed |
u32 | num_tests_run |
|
inline |
|
inlinevirtual |
Implements TestBase.
|
virtual |
Implements TestBase.
References TEST, test_add_p(), test_add_x(), test_add_y(), test_add_z(), test_addarea(), test_contains_i(), test_contains_point(), test_contains_voxelarea(), test_diff(), test_equal(), test_extent(), test_index_v3s16_all_neg(), test_index_v3s16_all_pos(), test_index_v3s16_x_neg(), test_index_v3s16_xy_neg(), test_index_v3s16_xz_neg(), test_index_v3s16_y_neg(), test_index_v3s16_yz_neg(), test_index_v3s16_z_neg(), test_index_xyz_all_neg(), test_index_xyz_all_pos(), test_index_xyz_x_neg(), test_index_xyz_xy_neg(), test_index_xyz_xz_neg(), test_index_xyz_y_neg(), test_index_xyz_yz_neg(), test_index_xyz_z_neg(), test_intersect(), test_minor(), test_pad(), test_plus(), and test_volume().
void TestVoxelArea::test_add_p | ( | ) |
References VoxelArea::add_p(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_add_x | ( | ) |
References VoxelArea::add_x(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_add_y | ( | ) |
References VoxelArea::add_y(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_add_z | ( | ) |
References VoxelArea::add_z(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_addarea | ( | ) |
References VoxelArea::addArea(), VoxelArea::MaxEdge, VoxelArea::MinEdge, and UASSERT.
Referenced by runTests().
void TestVoxelArea::test_contains_i | ( | ) |
References VoxelArea::contains(), VoxelArea::getVolume(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_contains_point | ( | ) |
References VoxelArea::contains(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_contains_voxelarea | ( | ) |
References VoxelArea::contains(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_diff | ( | ) |
References VoxelArea::diff(), UASSERT, and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_equal | ( | ) |
void TestVoxelArea::test_extent | ( | ) |
References VoxelArea::getExtent(), and UASSERT.
Referenced by runTests().
void TestVoxelArea::test_index_v3s16_all_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_v3s16_all_pos | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_v3s16_x_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_v3s16_xy_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_v3s16_xz_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_v3s16_y_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_v3s16_yz_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_v3s16_z_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_xyz_all_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_xyz_all_pos | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_xyz_x_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_xyz_xy_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_xyz_xz_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_xyz_y_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_xyz_yz_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_index_xyz_z_neg | ( | ) |
References VoxelArea::index(), and UASSERTEQ.
Referenced by runTests().
void TestVoxelArea::test_intersect | ( | ) |
void TestVoxelArea::test_minor | ( | ) |
void TestVoxelArea::test_pad | ( | ) |
References VoxelArea::MaxEdge, VoxelArea::MinEdge, VoxelArea::pad(), and UASSERT.
Referenced by runTests().
void TestVoxelArea::test_plus | ( | ) |
void TestVoxelArea::test_volume | ( | ) |
References VoxelArea::getVolume(), and UASSERTEQ.
Referenced by runTests().