[−][src]Crate racer_testutils
system test utilities for racer
Structs
TmpFile |
Wrapper of NamedTempfile |
Enums
TmpDir |
Wrapper of TempDir |
Functions
get_all_completions |
Return the completions for the given source. |
get_definition |
Return the definition for the given source. |
get_one_completion |
Return the first completion for the given source. |
get_only_completion |
Return the first completion for the given source, which must be the only one. |
get_pos_and_source |
get position where you want to test completion and source code |
tmpname |
name temp file |
with_test_project |
exec test with test project |