Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

matlab.unittest.plugins 패키지

MATLAB 플러그인 인터페이스의 클래스 요약

설명

플러그인은 TestRunner 객체를 사용자 지정합니다. matlab.unittest.plugins 패키지는 다음과 같이 사용자 지정된 MATLAB® 플러그인으로 구성됩니다.

클래스

인터페이스 관련 기본 플러그인

matlab.unittest.plugins.OutputStreamInterface that determines where to send text output (renamed from matlab.unittest.plugins.OutputStream)
matlab.unittest.plugins.ParallelizableInterface for plugins that support running tests in parallel
matlab.unittest.plugins.QualifyingPluginInterface for plugins that perform system-wide qualifications
matlab.unittest.plugins.TestRunnerPluginPlugin interface for extending TestRunner

플러그인 구현

진단 및 진행률 정보

matlab.unittest.plugins.DiagnosticsOutputPluginPlugin to direct diagnostics to output stream
matlab.unittest.plugins.DiagnosticsRecordingPluginPlugin to record diagnostics on test results
matlab.unittest.plugins.LoggingPluginPlugin to report diagnostic messages
matlab.unittest.plugins.TestRunProgressPluginPlugin that reports test run progress

디버그 및 가설 검정

matlab.unittest.plugins.DiagnosticsValidationPluginPlugin to help validate diagnostic code
matlab.unittest.plugins.FailOnWarningsPluginPlugin to fail tests that issue warnings
matlab.unittest.plugins.StopOnFailuresPluginPlugin to debug test failures

출력 형식 및 지속적 통합

matlab.unittest.plugins.TAPPluginPlugin that produces Test Anything Protocol stream
matlab.unittest.plugins.XMLPluginPlugin that writes test results in XML format

보고

matlab.unittest.plugins.CodeCoveragePluginPlugin that provides access to code coverage information
matlab.unittest.plugins.TestReportPluginPlugin that produces a test result report

출력 스트림

matlab.unittest.plugins.ToFileOutput stream to write text to file (renamed from matlab.unittest.plugins.ToFile)
matlab.unittest.plugins.ToStandardOutputOutput stream to write text to screen (renamed from matlab.unittest.plugins.ToStandardOutput)
matlab.unittest.plugins.ToUniqueFileOutput stream to write text to unique file (renamed from matlab.unittest.plugins.ToUniqueFile)

버전 내역

R2013a에 개발됨