Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cfrancia/spectral
/ functions
Functions
231 in github.com/cfrancia/spectral
⨍
Functions
231
◇
Types & classes
21
Function
should_contain_assertion_description_in_panic
()
src/lib.rs:535
Function
should_contain_file_and_line_for_assertions_if_message_is_provided
()
src/lib.rs:556
Function
should_contain_file_and_line_for_descriptive_assertions_if_message_is_provided
()
src/lib.rs:571
Function
should_contain_file_and_line_in_panic_for_assertions
()
src/lib.rs:549
Function
should_contain_file_and_line_in_panic_for_descriptive_assertions
()
src/lib.rs:564
Function
should_contain_subject_name_in_panic_for_assertions
()
src/lib.rs:579
Function
should_contain_subject_name_in_panic_for_assertions_if_message_is_provided
()
src/lib.rs:586
Function
should_not_panic_if_float_exactly_matches
()
src/numeric.rs:215
Function
should_not_panic_if_float_is_close_to
()
src/numeric.rs:221
Function
should_not_panic_if_hashmap_contains_entry
()
src/hashmap.rs:309
Function
should_not_panic_if_hashmap_contains_entry_with_different_value_if_expected
()
src/hashmap.rs:345
Function
should_not_panic_if_hashmap_contains_key
()
src/hashmap.rs:242
Function
should_not_panic_if_hashmap_does_not_contain_entry_if_expected
()
src/hashmap.rs:337
Function
should_not_panic_if_hashmap_does_not_contain_key
()
src/hashmap.rs:253
Function
should_not_panic_if_hashmap_does_not_contain_key_when_expected
()
src/hashmap.rs:280
Function
should_not_panic_if_hashmap_length_matches_expected
()
src/hashmap.rs:197
Function
should_not_panic_if_hashmap_was_expected_to_be_empty_and_is
()
src/hashmap.rs:216
Function
should_not_panic_if_iterable_contains_all_expected_values
()
src/iter.rs:422
Function
should_not_panic_if_iterable_contains_value
()
src/iter.rs:401
Function
should_not_panic_if_iteratable_equals_expected_iterator
()
src/iter.rs:466
Function
should_not_panic_if_iterator_contains_all_expected_values
()
src/iter.rs:444
Function
should_not_panic_if_iterator_contains_value
()
src/iter.rs:492
Function
should_not_panic_if_iterator_does_not_contain_value_if_expected
()
src/iter.rs:505
Function
should_not_panic_if_iterator_equals_expected_iterator
()
src/iter.rs:518
Function
should_not_panic_if_iterator_matches_on_value
()
src/iter.rs:536
Function
should_not_panic_if_option_contains_expected_value
()
src/option.rs:134
Function
should_not_panic_if_option_is_empty
()
src/option.rs:154
Function
should_not_panic_if_option_is_expected_to_contain_value_and_does
()
src/option.rs:107
Function
should_not_panic_if_path_does_not_exist_when_expected
()
src/path.rs:213
Function
should_not_panic_if_path_exists
()
src/path.rs:195
Function
should_not_panic_if_path_has_correct_file_name
()
src/path.rs:255
Function
should_not_panic_if_path_represents_a_directory
()
src/path.rs:208
Function
should_not_panic_if_path_represents_a_file
()
src/path.rs:234
Function
should_not_panic_if_pathbuf_does_not_exist_when_expected
()
src/path.rs:295
Function
should_not_panic_if_pathbuf_exists
()
src/path.rs:277
Function
should_not_panic_if_pathbuf_has_correct_file_name
()
src/path.rs:337
Function
should_not_panic_if_pathbuf_represents_a_directory
()
src/path.rs:290
Function
should_not_panic_if_pathbuf_represents_a_file
()
src/path.rs:316
Function
should_not_panic_if_result_is_err_with_expected_value
()
src/result.rs:240
Function
should_not_panic_if_result_is_err_with_uncomparable_ok
()
src/result.rs:246
Function
should_not_panic_if_result_is_expected_to_be_error_and_is
()
src/result.rs:175
Function
should_not_panic_if_result_is_expected_to_be_ok_and_is
()
src/result.rs:156
Function
should_not_panic_if_result_is_ok_with_expected_value
()
src/result.rs:202
Function
should_not_panic_if_result_is_ok_with_uncomparable_ok
()
src/result.rs:208
Function
should_not_panic_if_str_contains_value
()
src/string.rs:193
Function
should_not_panic_if_str_ends_with_value
()
src/string.rs:180
Function
should_not_panic_if_str_is_empty
()
src/string.rs:206
Function
should_not_panic_if_str_starts_with_value
()
src/string.rs:166
Function
should_not_panic_if_string_contains_value
()
src/string.rs:262
Function
should_not_panic_if_string_ends_with_value
()
src/string.rs:249
Function
should_not_panic_if_string_is_empty
()
src/string.rs:275
Function
should_not_panic_if_string_starts_with_value
()
src/string.rs:235
Function
should_not_panic_if_value_is_expected_to_be_false_and_is
()
src/boolean.rs:55
Function
should_not_panic_if_value_is_expected_to_be_true_and_is
()
src/boolean.rs:44
Function
should_not_panic_if_value_is_greater_than_expected
()
src/numeric.rs:178
Function
should_not_panic_if_value_is_greater_than_or_equal_to_expected
()
src/numeric.rs:196
Function
should_not_panic_if_value_is_less_than_expected
()
src/numeric.rs:141
Function
should_not_panic_if_value_is_less_than_or_equal_to_than_expected
()
src/numeric.rs:159
Function
should_not_panic_if_value_matches
()
src/lib.rs:628
Function
should_not_panic_if_vec_contains_mapped_value
()
src/iter.rs:567
Function
should_not_panic_if_vec_contains_value
()
src/iter.rs:375
Function
should_not_panic_if_vec_does_not_contain_value_if_expected
()
src/iter.rs:388
Function
should_not_panic_if_vec_length_matches_expected
()
src/vec.rs:49
Function
should_not_panic_if_vec_was_expected_to_be_empty_and_is
()
src/vec.rs:62
Function
should_not_panic_on_equal_subjects
()
src/lib.rs:599
Function
should_not_panic_on_unequal_subjects_if_expected
()
src/lib.rs:617
Function
should_panic_if_float_is_infinity
()
src/numeric.rs:242
Function
should_panic_if_float_is_nan
()
src/numeric.rs:235
Function
should_panic_if_float_is_negative_infinity
()
src/numeric.rs:249
Function
should_panic_if_float_is_not_close_to
()
src/numeric.rs:228
Function
should_panic_if_hashmap_contains_entry_if_not_expected
()
src/hashmap.rs:356
Function
should_panic_if_hashmap_contains_entry_with_different_value
()
src/hashmap.rs:329
Function
should_panic_if_hashmap_contains_entry_without_key
()
src/hashmap.rs:319
Function
should_panic_if_hashmap_does_contain_key_when_not_expected
()
src/hashmap.rs:290
Function
should_panic_if_hashmap_length_does_not_match_expected
()
src/hashmap.rs:207
Function
should_panic_if_hashmap_was_expected_to_be_empty_and_is_not
()
src/hashmap.rs:224
Function
should_panic_if_iterable_does_not_contain_all_expected_values
()
src/iter.rs:434
Function
should_panic_if_iterable_does_not_contain_value
()
src/iter.rs:412
Function
should_panic_if_iteratable_does_not_equal_expected_iterator
()
src/iter.rs:476
Function
should_panic_if_iterator_does_contain_value_but_expected_not_to
()
src/iter.rs:512
Function
should_panic_if_iterator_does_not_contain_all_expected_values
()
src/iter.rs:452
Function
should_panic_if_iterator_does_not_contain_all_expected_values_exactly
()
src/iter.rs:460
Function
should_panic_if_iterator_does_not_contain_value
()
src/iter.rs:499
Function
should_panic_if_iterator_does_not_equal_expected_iterator
()
src/iter.rs:528
Function
should_panic_if_iterator_does_not_match_on_value
()
src/iter.rs:552
Function
should_panic_if_option_does_not_contain_expected_value
()
src/option.rs:141
Function
should_panic_if_option_is_expected_to_contain_value_and_does_not
()
src/option.rs:114
Function
should_panic_if_option_is_none_but_expected_value
()
src/option.rs:148
Function
should_panic_if_option_is_not_empty_but_was_expected_as_empty
()
src/option.rs:161
Function
should_panic_if_path_does_not_exist
()
src/path.rs:202
Function
should_panic_if_path_does_not_have_a_file_name
()
src/path.rs:271
Function
should_panic_if_path_does_not_have_correct_file_name
()
src/path.rs:263
Function
should_panic_if_path_does_not_represent_a_directory
()
src/path.rs:228
Function
should_panic_if_path_does_not_represent_a_file
()
src/path.rs:242
Function
should_panic_if_path_exists_when_not_expected
()
src/path.rs:221
Function
should_panic_if_pathbuf_does_not_exist
()
src/path.rs:284
Function
should_panic_if_pathbuf_does_not_have_a_file_name
()
src/path.rs:353
Function
should_panic_if_pathbuf_does_not_have_correct_file_name
()
src/path.rs:345
Function
should_panic_if_pathbuf_does_not_represent_a_directory
()
src/path.rs:310
Function
should_panic_if_pathbuf_does_not_represent_a_file
()
src/path.rs:324
← previous
next →
101–200 of 231, ranked by callers