This is an automated email from the ASF dual-hosted git repository.

wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 72c10a3  Updated Test coverage guide (markdown)
72c10a3 is described below

commit 72c10a3c06cd495d253a4c9882e4a97d61233267
Author: Xin Wang <lovep...@hotmail.com>
AuthorDate: Wed Apr 25 14:32:20 2018 +0800

    Updated Test coverage guide (markdown)
---
 Test-coverage-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Test-coverage-guide.md b/Test-coverage-guide.md
index e73aec2..48f76f2 100644
--- a/Test-coverage-guide.md
+++ b/Test-coverage-guide.md
@@ -7,7 +7,7 @@
   * Attention to boundary condition test
   * Test code should also be designed without writing useless code.
   * When you find a `method` that is hard to write unit test, if you can be 
sure the `method` is "smelly code", then  refactor it with the committer.
-  * The mock framework in dubbo is: [jmockit](http://jmockit.github.io/).
+  * The mock framework in dubbo is: [jmockit](http://jmockit.github.io/) and 
[easymock](http://easymock.org/).
   * TDD(optional):When you start a new issue, you can try to write test case 
at first 
 ### 3.The specified value of the test coverage
   * In the stage, the test coverage specified value of delta changed codes is 
:>=60%

-- 
To stop receiving notification emails like this one, please contact
wang...@apache.org.

Reply via email to