Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f195760

Browse files
committed
completed chapter 10 test
1 parent ed1327c commit f195760

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

‎NETTY BY EXAMPLE/10.4 Summary.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
总结
2+
====
3+
4+
使用测试工具,如JUnit单元测试是一个非常有效的方式保证代码的正确性,提高其可维护性。在本章中,您了解了如何测试定制 ChannelHandler 来验证他们的工作。
5+
6+
在接下来的章节我们将专注于写 Netty "真实世界" 的应用程序。即使我们任何进一步的测试代码的例子,但希望你能记住我们的测试方法的探讨及其重要性。

‎SUMMARY.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ This is the summary of my book.
6969
* [总览](NETTY BY EXAMPLE/Overview.md)
7070
* [测试 ChannelHandler](NETTY BY EXAMPLE/Testing ChannelHandler.md)
7171
* [测试异常处理](NETTY BY EXAMPLE/Testing exception handling.md)
72+
* [总结](NETTY BY EXAMPLE/10.4 Summary.md)
7273
* [WebSocket](NETTY BY EXAMPLE/WebSockets.md)
7374
* [WebSocket 程序示例](NETTY BY EXAMPLE/The example WebSockets application.md)
7475
* [添加 WebSocket 支持](NETTY BY EXAMPLE/Adding WebSockets support.md)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /