matlab.unittest.plugins 네임스페이스
MATLAB 플러그인 인터페이스의 클래스 요약
설명
플러그인은 TestRunner
객체를 사용자 지정합니다. matlab.unittest.plugins
네임스페이스는 다음 클래스로 구성되어 있습니다.
클래스
인터페이스 관련 기본 플러그인
matlab.unittest.plugins.Parallelizable | Interface for plugins that support running tests in parallel |
matlab.unittest.plugins.QualifyingPlugin | Interface for plugins that perform system-wide qualifications |
matlab.unittest.plugins.TestRunnerPlugin | Plugin interface for extending test runner |
플러그인 구현
진단 및 진행률 정보
matlab.unittest.plugins.DiagnosticsOutputPlugin | Plugin to direct diagnostics to output stream |
matlab.unittest.plugins.DiagnosticsRecordingPlugin | Plugin to record diagnostics on test results |
matlab.unittest.plugins.LoggingPlugin | Plugin to report diagnostic messages |
matlab.unittest.plugins.TestRunProgressPlugin | Plugin that reports test run progress |
디버그 및 가설 검정
matlab.unittest.plugins.DiagnosticsValidationPlugin | Plugin to help validate diagnostic code |
matlab.unittest.plugins.FailOnWarningsPlugin | Plugin to fail tests that issue warnings |
matlab.unittest.plugins.StopOnFailuresPlugin | Plugin to debug test failures |
출력 형식 및 지속적 통합
matlab.unittest.plugins.TAPPlugin | Plugin that produces Test Anything Protocol stream |
matlab.unittest.plugins.XMLPlugin | Plugin that writes test results to XML file |
리포팅
matlab.unittest.plugins.CodeCoveragePlugin | Plugin that provides access to code coverage information |
matlab.unittest.plugins.TestReportPlugin | Plugin that generates a test report |
버전 내역
R2013a에 개발됨