factor/extra/io/server/server-tests.factor

8 lines
258 B
Factor
Raw Normal View History

2008-03-01 17:00:45 -05:00
IN: io.server.tests
2008-05-13 21:04:57 -04:00
USING: tools.test io.server io.server.private kernel ;
2008-01-10 23:19:11 -05:00
2008-02-26 02:24:40 -05:00
{ 2 0 } [ [ ] server-loop ] must-infer-as
2008-05-13 19:24:46 -04:00
{ 2 0 } [ [ ] with-connection ] must-infer-as
2008-05-13 21:04:57 -04:00
{ 1 0 } [ [ ] swap datagram-loop ] must-infer-as
{ 2 0 } [ [ ] with-datagrams ] must-infer-as