powerslim
Version:
An implementation of FitNesse Slim in PowerShell
26 lines (21 loc) • 513 B
Plain Text
|(dir $path).Length|
|path|result?|
|c:\|>0|
|c:\vlasenko|Cannot find path 'C:\vlasenko' because it does not exist.|
|"$arg1 $arg2"|
|arg1|arg2|result?|
|Hello|World|Hello World|
|Saint|Petersburg|Saint Petersburg|
'''Only result is supported'''
|"Hello $arg"|
|arg|result2?|
|World|Not Implemented|
|Canada|Not Implemented|
!* Symbols in decision table
|"$arg1 $arg2"|
|arg1 |arg2 |result?|
|Hello|World| $V= |
|script|
|check|eval|"Hello World"|$V|
|check|eval|"$V"|Hello World|
*!