Tests unitarios - TreeSet

Start Time: 2025-05-31 13:39:23

Duration: 97.01 s

Summary: Total: 180, Pass: 180

tests.RedBlackTreeTest.RedBlackTreeTest Status
test_find_existing_element Pass
test_find_invalid_type Pass
test_find_missing_element Pass
test_higher Pass
test_insert_duplicate_element Pass
test_insert_invalid_types Pass
test_insert_multiple_elements Pass
test_insert_single_element Pass
test_items_after_multiple_inserts Pass
test_items_empty_and_nonempty Pass
test_lower Pass
test_remove_invalid_type Pass
test_remove_leaf_node Pass
test_remove_node_with_one_child Pass
test_remove_node_with_two_children Pass
test_remove_nonexistent_element Pass
test_smallest_largest_properties Pass
Total: 17, Pass: 17 -- Duration: 0 ms
tests.EmptyTreeSetTest.EmptyTreeSetTest Status
test_addAll Pass
test_addAll_different_type Pass
test_addAll_empty_collection Pass
test_addAll_large_collection Pass
test_addAll_short_collection Pass
test_add_different_type Pass
test_add_duplicate Pass
test_clear Pass
test_clear_empty Pass
test_clone Pass
test_contains_in_empty Pass
test_first Pass
test_is_empty Pass
test_last Pass
test_pollFirst_on_empty Pass
test_pollLast_on_empty Pass
test_remove_from_empty Pass
test_size_on_empty Pass
Total: 18, Pass: 18 -- Duration: 130 ms
tests.OneItemTreeSetTest.OneItemTreeSetTest Status
test_addAll Pass
test_addAll_different_type Pass
test_addAll_duplicate_collection Pass
test_addAll_empty_collection Pass
test_addAll_large_collection Pass
test_addAll_mixed_collection Pass
test_addAll_short_collection Pass
test_add_different_type Pass
test_add_duplicate Pass
test_ceiling Pass
test_clear Pass
test_clear_empty Pass
test_clone Pass
test_clone_empty Pass
test_contains Pass
test_descending_iterator Pass
test_first Pass
test_floor Pass
test_higher Pass
test_is_empty Pass
test_is_empty_empty Pass
test_iterator Pass
test_last Pass
test_lower Pass
test_poll_first Pass
test_poll_last Pass
test_remove Pass
test_remove_first Pass
test_remove_last Pass
test_remove_nonexistent Pass
test_size Pass
Total: 31, Pass: 31 -- Duration: 0 ms
tests.FewItemsTreeSetTest.FewItemsTreeSetTest Status
test_add Pass
test_addAll_different_type Pass
test_addAll_duplicate_collection Pass
test_addAll_empty_collection Pass
test_addAll_large_collection Pass
test_addAll_short_collection Pass
test_addAll_with_mixed_elements Pass
test_addAll_with_new_elements Pass
test_add_different_type Pass
test_add_duplicate Pass
test_ceiling Pass
test_clear Pass
test_clear_empty Pass
test_clone Pass
test_clone_empty Pass
test_contains Pass
test_first Pass
test_floor Pass
test_higher Pass
test_is_empty Pass
test_is_empty_empty Pass
test_last Pass
test_lower Pass
test_order_in_descending_iterator Pass
test_order_in_iterator Pass
test_poll_first Pass
test_poll_first_until_empty Pass
test_poll_last Pass
test_poll_last_until_empty Pass
test_remove_first Pass
test_remove_last Pass
test_remove_middle Pass
Total: 32, Pass: 32 -- Duration: 133 ms
tests.ComparatorTest.ComparatorTest Status
test_ceiling Pass
test_clear Pass
test_clear_empty Pass
test_clone Pass
test_clone_empty Pass
test_contains Pass
test_descending_iterator Pass
test_first Pass
test_floor Pass
test_higher Pass
test_iterator Pass
test_last Pass
test_lower Pass
test_poll_first_until_empty Pass
test_poll_last_until_empty Pass
test_remove_first Pass
test_remove_last Pass
test_remove_middle Pass
test_size Pass
Total: 19, Pass: 19 -- Duration: 22 ms
tests.ThousandItemsTreeSetTest.ThousandItemsTreeSetTest Status
test_add Pass
test_addAll_different_type Pass
test_addAll_duplicate_collection Pass
test_addAll_empty_collection Pass
test_addAll_mixed_collection Pass
test_addAll_short_collection Pass
test_add_all_large_collection Pass
test_add_different_type Pass
test_add_duplicate Pass
test_ceiling Pass
test_clear Pass
test_clear_empty Pass
test_clone Pass
test_clone_empty Pass
test_contains Pass
test_descending_iterator Pass
test_first Pass
test_floor Pass
test_higher Pass
test_is_empty Pass
test_is_empty_empty Pass
test_iterator Pass
test_last Pass
test_lower Pass
test_poll_first Pass
test_poll_first_until_empty Pass
test_poll_last Pass
test_poll_last_until_empty Pass
test_really_empty Pass
test_remove_all Pass
test_remove_middle Pass
test_size Pass
Total: 32, Pass: 32 -- Duration: 441 ms
tests.MillionItemsTreeSetTest.MillionItemsTreeSetTest Status
test_01_size Pass
test_02_contains Pass
test_03_remove_first Pass
test_04_remove_last Pass
test_05_remove_middle Pass
test_06_poll_first Pass
test_07_poll_last_until_empty Pass
test_08_clone Pass
test_09_addAll_empty_collection Pass
test_10_addAll_short_collection Pass
test_11_addAll_large_collection Pass
test_12_addAll_duplicate_collection Pass
test_13_add Pass
test_14_add_duplicate Pass
test_15_iterator Pass
test_16_descending_iterator Pass
test_17_ceiling_contained Pass
test_18_ceiling_bigger Pass
test_19_ceiling_smaller Pass
test_20_floor_contained Pass
test_21_floor_smaller Pass
test_22_higher Pass
test_23_higher_largest Pass
test_24_lower Pass
test_25_lower_smallest Pass
test_26_first Pass
test_27_last Pass
test_28_add_different_type Pass
test_29_addAll_different_type Pass
test_30_is_empty Pass
test_31_clear Pass
Total: 31, Pass: 31 -- Duration: 96.29 s