godot/tests
Emmanuel Leblond f9ba2efe1e
Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests)
2021-10-30 13:11:01 +02:00
..
data Tests: Improve coverage for `File::get_csv_line()` 2021-08-04 11:53:21 +02:00
SCsub Increase number of sections in object files for tests with MSVC 2020-12-30 15:48:23 +02:00
test_aabb.h Add Get Center Method for Rect2/Rect2i and AABB. 2021-09-21 21:14:17 +05:45
test_array.h Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests) 2021-10-30 13:11:01 +02:00
test_astar.h Use real_t and double where appropriate in Particles 2021-08-12 11:35:31 -05:00
test_basis.h Refactored Node3D rotation modes 2021-10-25 14:34:00 -03:00
test_class_db.h clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
test_code_edit.h Fix breakpointed_lines out of sync when removing lines above 2021-10-06 14:23:37 +01:00
test_color.h Reformat structure string operators 2021-06-11 10:53:20 -04:00
test_command_queue.h Refactor CommandQueueMT 2021-06-09 13:10:49 -03:00
test_config_file.h Quote and escape ConfigFile keys when necessary 2021-08-28 18:48:45 +08:00
test_crypto.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_curve.h Curve2D/Curve3D: exact linear interpolation 2021-08-21 16:57:59 +09:00
test_dictionary.h Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests) 2021-10-30 13:11:01 +02:00
test_expression.h Make is_equal_approx have explicit float and double versions 2021-05-20 06:18:11 -04:00
test_file_access.h Tests: Improve coverage for `File::get_csv_line()` 2021-08-04 11:53:21 +02:00
test_geometry_2d.h Fix segment intersection consistency in Geometry2D 2021-08-25 18:17:52 -07:00
test_geometry_3d.h Swap args of Plane(point, normal) constructor 2021-10-15 20:49:42 -05:00
test_gradient.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_gui.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
test_gui.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_hashing_context.h Add unit tests for HashingContext 2021-03-07 20:33:08 +01:00
test_image.h Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
test_json.h Fix sub-optimal uses of is_equal_approx 2021-06-20 03:03:06 -04:00
test_list.h Rename Array.invert() to Array.reverse() 2021-03-21 10:20:08 +00:00
test_local_vector.h Add function `LocalVector::remove_unordered` 2021-01-11 13:47:31 +01:00
test_lru.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_macros.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_macros.h Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests) 2021-10-30 13:11:01 +02:00
test_main.cpp Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
test_main.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_marshalls.h Unit tests for encoding/decoding Variant 2021-01-24 17:15:07 +03:00
test_math.cpp Use range iterators for `Map` 2021-09-30 15:09:12 -06:00
test_math.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_method_bind.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_node_path.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_oa_hash_map.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_oa_hash_map.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_object.h [Net] Move multiplayer to core subdir, split RPCManager. 2021-09-07 11:14:30 +02:00
test_ordered_hash_map.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_paged_array.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_path_3d.h add tests for path3d 2021-03-29 10:13:53 +02:00
test_path_follow_2d.h fix initializations of node Path2D unit tests 2021-02-27 20:59:11 +05:30
test_path_follow_3d.h add PathFollow3D unit test 2021-02-23 20:12:25 +05:30
test_pck_packer.h Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
test_physics_2d.cpp Construct values only when necessary. 2021-09-25 14:46:45 +05:45
test_physics_2d.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_physics_3d.cpp Clarify RigidDynamicBody modes 2021-09-16 16:03:48 -07:00
test_physics_3d.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_random_number_generator.h Use comma over `<<` operator for all unit test logging 2021-01-08 14:15:43 +02:00
test_rect2.h Add Get Center Method for Rect2/Rect2i and AABB. 2021-09-21 21:14:17 +05:45
test_render.cpp Move code for looking_at to Basis 2021-08-01 12:49:02 -05:00
test_render.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_resource.h Add a test suite for Resource 2021-02-20 19:47:20 +01:00
test_shader_lang.cpp Added support for uniform arrays in shaders 2021-10-04 13:57:44 +03:00
test_shader_lang.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_string.h Allow indexing of String values in scripting languages 2021-09-17 16:24:56 -03:00
test_text_server.h Implement TextServer `strip_diacritics` function. 2021-10-28 10:12:57 +03:00
test_time.h Add Time singleton 2021-06-11 09:32:39 -04:00
test_tools.h Implement toast notifications in the editor 2021-10-14 13:30:54 +02:00
test_translation.h Add tests for Translations 2021-09-29 10:39:20 +03:00
test_utils.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_utils.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
test_validate_testing.h Add unit tests for Array.pop_at() 2021-08-28 20:13:32 +08:00
test_variant.h Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests) 2021-10-30 13:11:01 +02:00
test_vector.h Implement bsearch for Vector and Packed*Array 2021-09-30 23:57:26 +00:00
test_xml_parser.h Add support for numeric XML entities to XMLParser 2021-02-14 11:00:25 -06:00