CommandFinderTest

6

tests

0

failures

0

ignored

0.089s

duration

100%

successful

Tests

Test Duration Result
should detect command availability() 0.031s passed
should find wrapper when it exists in project directory() 0.002s passed
should get command version() 0.045s passed
should handle non-existent project directory() 0.003s passed
should handle verbose mode without exceptions() 0.004s passed
should return null when no wrapper and global command not available() 0.004s passed

Standard error

[CommandFinder] Project wrapper not found: nonexistent-wrapper.bat
[CommandFinder] Project wrapper not found: nonexistent-wrapper
[CommandFinder] Exception checking command 'nonexistent-global-command': Cannot run program "nonexistent-global-command": Exec failed, error: 2 (No such file or directory) 
[CommandFinder] Global command not found: nonexistent-global-command