필터 지우기
필터 지우기

xml output for matlab.unittest results

조회 수: 2 (최근 30일)
Till Rahlf
Till Rahlf 2013년 12월 26일
편집: Swati Tiwari 2015년 9월 4일
Hi,
other xunit frameworks provide an xml file generation for the test results.
E.g. the cppunit has a XmlOutputter class.
Is there a matlab class, which generates an xml file for matlab.unittest results?
It would be great, if the generated xml file is readable by Jenkins software.
Thanks

답변 (2개)

Swati Tiwari
Swati Tiwari 2015년 9월 4일
편집: Swati Tiwari 2015년 9월 4일
In R2015b, MATLAB has included a plugin for the matlab.unittest.TestRunner which produces test results in the JUnit-style XML format which can be integrated into continuous integration systems like Jenkins.
Hope that helps!

Andy Campbell
Andy Campbell 2014년 4월 9일
편집: Andy Campbell 2014년 4월 9일
In R2014a, MATLAB has included a plugin for the matlab.unittest.TestRunner which produces a TAP stream. This TAP stream can be used with a CI plugin in order to enable integration with continuous integration systems like Jenkins or TeamCity.
Hope that helps!

카테고리

Help CenterFile Exchange에서 Run Unit Tests에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by