powerslim
Version:
An implementation of FitNesse Slim in PowerShell
28 lines (20 loc) • 496 B
Plain Text
|scenario|check pid|PID|
|check|eval|$PID|@PID|
|check|eval|$PID|@PID|
!* Calling the scenario '''check pid''' in decision table style. The '''Remote''' context from setup is preserved
|check pid|
|PID|
|$RemotePID|
|check pid|
|PID|
|$RemotePID|
*!
|script|
|$LocalPid=|eval|$PID|
!* Calling the scenario '''check pid''' in decision table style. The '''Local''' context used
|check pid|
|PID|
|$LocalPid|
*!
|script|
|check|eval|$RemotePID -eq $LocalPid|False|