You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2021/01/28 09:47:57 UTC

[uima-uimaj] branch main-v2 updated (44961ec -> 171b1a8)

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

rec pushed a change to branch main-v2
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from 44961ec  Merge pull request #95 from apache/No-jira-disable-spotbugs
     add 1cfbe0c  [UIMA-6308] Refactor unit tests
     add 82b5694  Merge branch 'main-v2' into UIMA-6308-Refactor-unit-tests
     new 171b1a8  Merge pull request #94 from apache/UIMA-6308-Refactor-unit-tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../impl/AnalysisEngineDescription_implTest.java   | 880 ++++++++++-----------
 .../metadata/impl/MetaDataObject_implTest.java     | 362 ++++-----
 .../impl/TypeSystemDescription_implTest.java       | 296 +++----
 .../PrintExceptionsWhenRunFromCommandLineRule.java |  41 +-
 4 files changed, 754 insertions(+), 825 deletions(-)
 copy uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/Shutdown.java => uimaj-test-util/src/main/java/org/apache/uima/test/junit_extension/PrintExceptionsWhenRunFromCommandLineRule.java (54%)


[uima-uimaj] 01/01: Merge pull request #94 from apache/UIMA-6308-Refactor-unit-tests

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main-v2
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 171b1a819907ce11772f8bcbe1997fd4cf88702a
Merge: 44961ec 82b5694
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Jan 28 10:47:47 2021 +0100

    Merge pull request #94 from apache/UIMA-6308-Refactor-unit-tests
    
    [UIMA-6308] Refactor unit tests

 .../impl/AnalysisEngineDescription_implTest.java   | 880 ++++++++++-----------
 .../metadata/impl/MetaDataObject_implTest.java     | 362 ++++-----
 .../impl/TypeSystemDescription_implTest.java       | 296 +++----
 .../PrintExceptionsWhenRunFromCommandLineRule.java |  46 ++
 4 files changed, 777 insertions(+), 807 deletions(-)