Summary

Tests Errors Failures Success Rate Time
22 0 0 100.00% 0.78

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

Package List

Package Tests Errors Failures Success Rate Time
jline 22 0 0 100.00% 0.78

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

jline

Class Tests Errors Failures Success Rate Time
ConsoleReaderTest 10 0 0 100.00% 0.03
TestCompletion 2 0 0 100.00% 0.41
TestEditLine 9 0 0 100.00% 0.08
TestHistory 1 0 0 100.00% 0.25

Test Cases

ConsoleReaderTest

testDeleteAndBackspaceKeymappings 0.00
testReadline 0.00
testDeleteOnWindowsTerminal 0.00
testNumpadDeleteOnWindowsTerminal 0.00
testHomeKeyOnWindowsTerminal 0.00
testEndKeyOnWindowsTerminal 0.00
testPageUpOnWindowsTerminal 0.00
testPageDownOnWindowsTerminal 0.00
testEscapeOnWindowsTerminal 0.00
testInsertOnWindowsTerminal 0.00

TestCompletion

testSimpleCompletor 0.23
testArgumentCompletor 0.17

TestEditLine

testDeletePreviousWord 0.00
testMoveToEnd 0.02
testPreviousWord 0.00
testLineStart 0.00
testClearLine 0.00
testRight 0.01
testLeft 0.01
testBackspace 0.02
testBuffer 0.00

TestHistory

testSingleHistory 0.23