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 3a69914  Updated Test coverage guide (markdown)
3a69914 is described below

commit 3a699149fb3c4696fea5bf255300f10774e50a9f
Author: Xin Wang <[email protected]>
AuthorDate: Fri Apr 27 11:37:55 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 74b2f0f..18e9e05 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: [mockito](http://site.mockito.org/). Some 
tutorials:[mockito tutorial](http://www.baeldung.com/bdd-mockito),[mockito 
refcard])(https://dzone.com/refcardz/mockito)
+  * The mock framework in dubbo is: [mockito](http://site.mockito.org/). Some 
tutorials:[mockito tutorial](http://www.baeldung.com/bdd-mockito),[mockito 
refcard](https://dzone.com/refcardz/mockito)
   * 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%. The higher, the better.

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to