matlab.unittest.fixtures 네임스페이스
MATLAB 픽스처(Fixture) 인터페이스의 클래스 요약
설명
setup 코드 및 teardown 코드 생성을 용이하게 해주는 픽스처입니다. matlab.unittest.fixtures
네임스페이스는 다음 클래스로 구성되어 있습니다.
클래스
matlab.unittest.fixtures.CurrentFolderFixture | 현재 폴더를 변경하는 픽스처 |
matlab.unittest.fixtures.EnvironmentVariableFixture | Fixture for setting environment variable |
matlab.unittest.fixtures.Fixture | 테스트 픽스처에 대한 기본 인터페이스 |
matlab.unittest.fixtures.PathFixture | 폴더를 MATLAB 경로에 추가하는 픽스처 |
matlab.unittest.fixtures.ProjectFixture | Fixture for loading project |
matlab.unittest.fixtures.SuppressedWarningsFixture | 경고 표시를 차단하는 픽스처 |
matlab.unittest.fixtures.TemporaryFolderFixture | 임시 폴더를 만드는 픽스처 |
matlab.unittest.fixtures.WorkingFolderFixture | 임시 작업 폴더를 만들고 변경하기 위한 픽스처(Fixture) |
버전 내역
R2013a에 개발됨