Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
16 0 0 0 100% 0.427

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.venutolo.groovy.extension 16 0 0 0 100% 0.427

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.venutolo.groovy.extension

Class Tests Errors Failures Skipped Success Rate Time
GStringTrimAndCollapseWhitespaceExtensionSpec 4 0 0 0 100% 0
StringTrimAndCollapseWhitespaceExtensionSpec 2 0 0 0 100% 0.002
GStringJoinLinesExtensionSpec 6 0 0 0 100% 0.022
StringJoinLinesExtensionSpec 4 0 0 0 100% 0.403

Test Cases

[Summary] [Package List] [Test Cases]

GStringTrimAndCollapseWhitespaceExtensionSpec

Collapses inner whitespace 0
Trims leading and trailing whitespace 0
Does not modify instance 0
Does not modify embedded String 0

StringTrimAndCollapseWhitespaceExtensionSpec

Collapses inner whitespace 0
Trims leading and trailing whitespace 0

GStringJoinLinesExtensionSpec

Joins lines with no starting and ending newlines 0.018
Joins/trims lines with starting and ending newlines 0
Does not collapse inline whitespace 0
Trims leading or trailing whitespace without newline 0.001
Does not modify instance 0.001
Does not modify embedded String 0

StringJoinLinesExtensionSpec

Joins lines with no starting and ending newlines 0.147
Joins/trims lines with starting and ending newlines 0.001
Does not collapse inline whitespace 0
Trims leading or trailing whitespace without newline 0