
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
22/Aug/07 01:13 PM
|
|
Unit-testing MINA applications requires a bogus implementation of IoSession and many other classes. Providing pre-made mock objects will help users test their applications.
|
|
Description
|
Unit-testing MINA applications requires a bogus implementation of IoSession and many other classes. Providing pre-made mock objects will help users test their applications. |
Show » |
|
* org.apache.mina.common.DummySession
* org.apache.mina.filter.codec.ProtocolCodecSession (extends DummySession)
Please refer to JavaDoc for more information.