Merge "XUnitDotNetTestType xUnit publisher support"

This commit is contained in:
Jenkins 2016-05-16 14:21:34 +00:00 committed by Gerrit Code Review
commit 9eea428062

View File

@ -1201,9 +1201,9 @@ def xunit(parser, xml_parent, data):
configured framework. (default 3000)
:arg list types: Frameworks to configure, and options. Supports the
following: ``aunit``, ``boosttest``, ``checktype``, ``cpptest``,
``cppunit``, ``ctest``, ``embunit``, ``fpcunit``, ``gtest``, ``junit``,
``mstest``, ``nunit``, ``phpunit``, ``tusar``, ``unittest``,
and ``valgrind``.
``cppunit``, ``ctest``, ``dotnettest``, ``embunit``, ``fpcunit``,
``gtest``, ``junit``, ``mstest``, ``nunit``, ``phpunit``, ``tusar``,
``unittest``, and ``valgrind``.
The 'custom' type is not supported.
@ -1237,6 +1237,7 @@ def xunit(parser, xml_parent, data):
'cpptest': 'CppTestJunitHudsonTestType',
'cppunit': 'CppUnitJunitHudsonTestType',
'ctest': 'CTestType',
'dotnettest': 'XUnitDotNetTestType', # since plugin v1.93
'embunit': 'EmbUnitType', # since plugin v1.84
'fpcunit': 'FPCUnitJunitHudsonTestType',
'gtest': 'GoogleTestType',