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 ac6c208 Updated Test coverage guide (markdown)
ac6c208 is described below
commit ac6c208d5f005c6a0376b49ead286b01d60910c9
Author: Xin Wang <[email protected]>
AuthorDate: Thu Apr 26 14:54:30 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 48f76f2..7672f14 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/) and
[easymock](http://easymock.org/).
+ * The mock framework in dubbo is: [mockito](http://site.mockito.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
[email protected].