9 lines
158 B
Factor
9 lines
158 B
Factor
|
|
|
||
|
|
USING: ping tools.test ;
|
||
|
|
|
||
|
|
IN: ping.tests
|
||
|
|
|
||
|
|
[ t ] [ "localhost" alive? ] unit-test
|
||
|
|
[ t ] [ "127.0.0.1" alive? ] unit-test
|
||
|
|
[ f ] [ "0.0.0.0" alive? ] unit-test
|