이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
matlab.unittest.plugins 패키지
MATLAB 플러그인 인터페이스의 클래스 요약
설명
플러그인은 TestRunner
객체를 사용자 지정합니다. matlab.unittest.plugins
패키지는 다음과 같이 사용자 지정된 MATLAB® 플러그인으로 구성됩니다.
클래스
인터페이스 관련 기본 플러그인
matlab.unittest.plugins.OutputStream | Interface that determines where to send text output (renamed from
matlab.unittest.plugins.OutputStream ) |
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 TestRunner |
플러그인 구현
진단 및 진행률 정보
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 in XML format |
보고
matlab.unittest.plugins.CodeCoveragePlugin | Plugin that provides access to code coverage information |
matlab.unittest.plugins.TestReportPlugin | Plugin that produces a test result report |
출력 스트림
matlab.unittest.plugins.ToFile | Output stream to write text to file (renamed from
matlab.unittest.plugins.ToFile ) |
matlab.unittest.plugins.ToStandardOutput | Output stream to write text to screen (renamed from
matlab.unittest.plugins.ToStandardOutput ) |
matlab.unittest.plugins.ToUniqueFile | Output stream to write text to unique file (renamed from
matlab.unittest.plugins.ToUniqueFile ) |
버전 내역
R2013a에 개발됨