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