Executed features | Passed | Failures | Errors | Skipped | Success rate | Time |
---|---|---|---|---|---|---|
1 | 1 | 0 | 0 | 0 | 100.0% | 0.006 seconds |
should print binary view of data
Return
|
|||||||||
Given:
|
def printer = new BinPrinter() |
||||||||
Expect:
|
printer.apply(data) == binView |
||||||||
And:
|
binView = 'bin view: 01010100 01100101 01110011 01110100' |
||||||||
Examples:
|
|
1/1 passed
|