Lines Matching refs:test

575 #[cfg(test)]
579 /// UT test for `LinkedList::pop_back`.
587 /// 3. Checks if the test results are correct.
588 #[test]
597 /// UT test for `LinkedList::iter_mut`.
605 /// 3. Checks if the test results are correct.
606 #[test]
618 /// UT test for `LinkedList::back`.
626 /// 3. Checks if the test results are correct.
628 #[test]
637 /// UT test for `LinkedList::back_mut`.
645 /// 3. Checks if the test results are correct.
646 #[test]
655 /// UT test for `LinkedList::back_node`.
663 /// 3. Checks if the test results are correct.
665 #[test]
674 /// UT test for `LinkedList::back_node_mut`.
682 /// 3. Checks if the test results are correct.
684 #[test]
693 /// UT test for `LinkedList::default`.
700 /// 2. Checks if the test results are correct.
701 #[test]
706 /// UT test for `LinkedList::eq`.
714 /// 3. Checks if the test results are correct.
715 #[test]
733 /// UT test for `LinkedList::clone`.
741 /// 3. Checks if the test results are correct.
742 #[test]
751 /// UT test for `LinkedList::fmt`.
759 /// 3. Checks if the test results are correct.
760 #[test]
768 /// UT test for `Cursor::index`.
776 /// 3. Checks if the test results are correct.
777 #[test]
789 /// UT test for `Cursor::move_next`.
797 /// 3. Checks if the test results are correct.
798 #[test]
817 /// UT test for `Cursor::move_prev`.
825 /// 3. Checks if the test results are correct.
827 #[test]
846 /// UT test for `Cursor::current_node`.
854 /// 3. Checks if the test results are correct.
855 #[test]
867 /// UT test for `CursorMut::index`.
875 /// 3. Checks if the test results are correct.
876 #[test]
888 /// UT test for `CursorMut::move_next`.
896 /// 3. Checks if the test results are correct.
897 #[test]
912 /// UT test for `CursorMut::move_prev`.
920 /// 3. Checks if the test results are correct.
922 #[test]
937 /// UT test for `CursorMut::current`.
945 /// 3. Checks if the test results are correct.
947 #[test]
959 /// UT test for `CursorMut::current`.
967 /// 3. Checks if the test results are correct.
968 #[test]