Closed Hywan closed 9 years ago
Success (6 tests, 177/177 methods, 0 void method, 0 skipped method, 325 assertions)!
\o/
Success (7 tests, 199/199 methods, 0 void method, 0 skipped method, 356 assertions)!
\o/
Success (8 tests, 207/207 methods, 0 void method, 0 skipped method, 378 assertions)!
\o/
I don't know how to test Hoa\Console\Processus
from a unit point of view. Functional testing would be fine but unit testing… hardcore. Any idea? /cc @jubianchi
@Hywan I'll try to have a look at Processus
and see if I can suggest something
Need to mock constant before completing this PR. See https://github.com/atoum/atoum/issues/511. I will try a first implementation in Hoa\Test
. Then, if not bad, I will port it to atoum.
Success (13 tests, 254/254 methods, 0 void method, 0 skipped method, 540 assertions)!
\o/
Now we have an
Output
interface, this is much easier to test theHoa\Console
library. So here we go. I am writing tests :-].Steps
Console
,Cursor
,GetOption
,Input
,Mouse
,Output
,Parser
,Processus
,Readline
:Readline
,Password
,Autocompleter
:Path
,Word
,Aggregator
,Tput
,Window
.