You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/03/24 17:29:11 UTC

[netbeans] branch master updated (16c89bd -> 2f0df29)

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

skygo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 16c89bd  Merge pull request #2042 from svenreimers/issue/NETBEANS-4051
     new 880383b  Remove unnecessary case and simplify formatting
     new 051a5af  JUnitVersion shall not be stored as a static field
     new 153497c  Allow explicit selection of JUnit4 test generator
     new 2f0df29  Merge pull request #2038 from jtulach/SelectJUnit

The 3797 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:
 .../gsf/testrunner/ui/CommonTestsCfgOfCreate.java  |   2 +-
 ide/gsf.testrunner/manifest.mf                     |   2 +-
 .../org-netbeans-modules-gsf-testrunner.sig        |   2 -
 .../testrunner/TestCreatorProviderProcessor.java   |   3 +
 .../gsf/testrunner/api/TestCreatorProvider.java    |   4 +
 .../ui/JavaTestCreatorConfiguration.java           |   5 +-
 java/junit.ui/nbproject/project.xml                |   4 +-
 ....java => AbstractJUnitTestCreatorProvider.java} |  32 +-
 .../junit/ui/JUnit4TestCreatorProvider.java}       |  17 +-
 .../modules/junit/ui/JUnitTestCreatorProvider.java | 352 +--------------------
 java/junit/manifest.mf                             |   2 +-
 .../modules/junit/AbstractTestGenerator.java       |   1 +
 .../org/netbeans/modules/junit/DefaultPlugin.java  |  93 +++---
 .../modules/junit/JUnit3TestGenerator.java         |   1 +
 .../modules/junit/JUnit4TestGenerator.java         |   1 +
 .../modules/junit/JUnit5TestGenerator.java         |   1 +
 .../org/netbeans/modules/junit/TestCreator.java    |   1 +
 .../netbeans/modules/junit/api/JUnitSettings.java  |   1 -
 .../netbeans/modules/junit/api/JUnitTestUtil.java  |  16 +-
 .../org/netbeans/modules/junit/api/JUnitUtils.java |   2 +-
 .../modules/junit/{ => api}/JUnitVersion.java      |   7 +-
 .../ui/actions/TestNGTestCreatorProvider.java      |   2 +-
 22 files changed, 115 insertions(+), 436 deletions(-)
 copy java/junit.ui/src/org/netbeans/modules/junit/ui/{JUnitTestCreatorProvider.java => AbstractJUnitTestCreatorProvider.java} (94%)
 copy java/{junit/src/org/netbeans/modules/junit/JUnitVersion.java => junit.ui/src/org/netbeans/modules/junit/ui/JUnit4TestCreatorProvider.java} (61%)
 rename java/junit/src/org/netbeans/modules/junit/{ => api}/JUnitVersion.java (89%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists