Lines Matching refs:be
10 about writing tests in Vim script. This can be used for testing Vim itself
20 Vim can be tested after building it, usually with "make test".
28 New tests should be added as new style tests. The test scripts are named
46 Can also be used as a |method|: >
60 Can also be used as a |method|: >
66 only be called directly to avoid any structure to exist
73 loop. Only to be used in tests.
81 Can also be used as a |method|: >
127 This is only meant to be used in tests, where catching the
128 error with try/catch cannot be used (because it skips over
134 Can also be used as a |method|: >
179 Only to be used for testing!
181 Can also be used as a |method|: >
186 Overrides certain parts of Vim's internal processing to be able
187 to run tests. Only to be used for testing Vim!
210 "starting" is to be used when a test should behave like
220 < Can also be used as a |method|: >
227 to be used for testing.
229 Can also be used as a |method|: >
235 {value}. {which} can be:
240 For the vertical scrollbars {value} can be 1 to the
242 {value} can be between 1 and the maximum line length, assuming
250 Can also be used as a |method|: >
255 Set the mouse position to be used for the next mouse action.
271 Can also be used as a |method|: >
297 Can also be used as a |method|: >
313 < Will result in a string to be added to |v:errors|:
316 Can also be used as a |method|, the base is passed as the
329 Can also be used as a |method|: >
335 This can be used to assert that a command throws an exception.
351 When {error} is a string it must be found literally in the
352 first reported error. Most often this will be the error code,
363 can be used to check that there is only one error.
373 the line number at which the error was reported. That can be
383 Can also be used as a |method|: >
395 Can also be used as a |method|: >
423 < Will result in a string to be added to |v:errors|:
426 Can also be used as a |method|: >
434 Can also be used as a |method|: >
443 Can also be used as a |method|: >
452 Can also be used as a |method|: >
460 Can also be used as a |method|: >
473 Can also be used as a |method|: >