zunit-zsh.zunit/tests/assertions
2017-07-12 12:49:19 +01:00
..
different_to.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
does_not_match.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
equals.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
exists.zunit Allow optional space in shebang 2017-07-12 12:49:19 +01:00
in.zunit Fix handling of arrays in assertions 2017-01-27 09:40:15 +00:00
is_dir.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
is_empty.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
is_executable.zunit Add is_writable and is_executable assertion methods 2017-02-22 22:10:59 +00:00
is_file.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
is_greater_than.zunit Add new integer assertion methods 2017-07-10 19:12:14 +01:00
is_key_in.zunit Add tests for is_key_in and is_not_key_in assertion methods 2017-02-22 22:10:58 +00:00
is_less_than.zunit Add new integer assertion methods 2017-07-10 19:12:14 +01:00
is_link.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
is_negative.zunit Add new integer assertion methods 2017-07-10 19:12:14 +01:00
is_not_empty.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
is_not_key_in.zunit Add tests for is_key_in and is_not_key_in assertion methods 2017-02-22 22:10:58 +00:00
is_not_substring_of.zsh Rename substring tests for consistency 2017-07-10 19:12:14 +01:00
is_not_value_in.zunit Add is_value_in and is_not_value_in assertion methods 2017-02-22 22:10:59 +00:00
is_positive.zunit Add new integer assertion methods 2017-07-10 19:12:14 +01:00
is_readable.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
is_substring_of.zsh Rename substring tests for consistency 2017-07-10 19:12:14 +01:00
is_value_in.zunit Add is_value_in and is_not_value_in assertion methods 2017-02-22 22:10:59 +00:00
is_writable.zunit Add is_writable and is_executable assertion methods 2017-02-22 22:10:59 +00:00
matches.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
not_equal_to.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00
not_in.zunit Remove use of (@z) array flag, which is unsupported in ZSH 5.0 2016-12-21 20:51:20 +00:00
same_as.zunit Separate assertion tests into their own files 2016-12-21 20:01:54 +00:00