To create a simple groovy version of the "expect" concept, all you need are the three Groovy classes below.
The main of IOSession shows how to use it:
OutputSession.groovy
InputSession.groovy
IOSession.groovy
Labels
To create a simple groovy version of the "expect" concept, all you need are the three Groovy classes below.
The main of IOSession shows how to use it: