Report for lv.id.jc.correcter.printer.TextPrinterSpec


Summary:

Created on Thu Jan 20 19:43:22 EET 2022 by jegors
Executed features Passed Failures Errors Skipped Success rate Time
1 1 0 0 0 100.0% 0.013 seconds

Features:

should print text view of data Return
Given:
@Subject
def printer = new TextPrinter()
And:
def data = text.bytes
Expect:
printer.apply(data) == expected
And:
expected = "text view: $text"
Examples:
text expected
Test text view: Test OK
Eat more of these french buns! text view: Eat more of these french buns! OK
text view: OK
3/3 passed