You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/06/21 07:09:40 UTC

[servicecomb-toolkit] 24/49: Merge pull request #6 from kakulisen/master

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git

commit 584b8de50bc480aa3d60c30bd1c7d475c1633774
Merge: f9e22e3 d48cd0b
Author: Mabin <bi...@huawei.com>
AuthorDate: Tue May 28 14:09:09 2019 +0800

    Merge pull request #6 from kakulisen/master
    
    add unit test code

 common/pom.xml                                     |   7 ++
 .../toolkit/common/TextCompareTest.java            | 116 +++++++++++++++++++++
 .../src/test/resources/compare/HelloEndPoint.yaml  |  75 +++++++++++++
 .../src/test/resources/compare/HelloEndPoint2.yaml |  75 +++++++++++++
 .../src/test/java/docgen/DocGeneratorTest.java     |  96 +++++++++++++++++
 .../src/test/resources/HelloEndPoint.yaml          |  38 +++++++
 toolkit-maven-plugin/pom.xml                       |  36 +++++++
 .../java/plugin/GenerateContractsDocMojoTest.java  |  53 ++++++++++
 .../java/plugin/GenerateContractsMojoTest.java     |  68 ++++++++++++
 .../projects/project-generateContracts/pom.xml     |  46 ++++++++
 .../projects/project-generateContractsDoc/pom.xml  |  46 ++++++++
 11 files changed, 656 insertions(+)