Download List

프로젝트 설명

Test::Cmd provides a framework for portable, automated testing of executable commands and scripts (in any language, not just Perl), especially those that interact with the file system. In addition to running tests and evaluating conditions, the Test::Cmd module manages and cleans up temporary workspace directories, and provides methods for creating files and directories from in-line data (here-documents).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-09-07 12:48
1.05

테스트 : : cmd : 만든 : 공통 모듈 및 하위 클래스 래퍼 일반적인 예외 처리가 추가되었습니다. 테스트를 사용하는 노골적인 예입니다 : : Cmd를 테스트와 함께 : : 하네스, 테스트 : : 단위, 그리고 자신에 대한 설명서를 추가했다. 절대 경로의 경우 최종 처리를위한 몇 가지 사소한 수정 루틴이 추가되었습니다.
Tags: Major feature enhancements
Test::Cmd::Common module and a wrapper subclass was added to handle common exceptions. Explicit examples of using Test::Cmd with Test::Harness, Test::Unit, and on its own were added to the documentation. Minor fixes to some routines for handling absolute-path end cases were added.

2001-06-17 03:10
1.04

그래서 그것의 자회사 실행이나 스크립트 언어와 같은 해석에없는 스크립트를 실행하는 데 사용될 수있는가 수정되었습니다 테스트중인 () 메소드를 실행합니다.
Tags: Minor bugfixes
The run() method has been fixed so that it can be
used to execute a subsidiary executable or script
that's not in the same interpreted language as the
script being tested.

2001-06-12 12:10
1.03

버그에 대한 수정 사항이있는 경우에만 프로그램이 지정한 통역 () 메서드를 실행할 지정할 수 있도록 허용하고 버그가 방해 workdir () 작업 디렉토리에 상대 경로로 지정의 절대 경로 이름을 반환했다.
Tags: Minor bugfixes
Fixes for a bug that only allowed an interpreter to be specified for the run() method if a program was specified, and for a bug that prevented workdir() from returning the absolute path name of a working directory specified as a relative path.

2001-05-31 00:55
1.02

새로운 diff_exact ()와 diff_regex () 메소드가 반환은 diff (1) - 파일의 내용을 때 무엇을 기대하는 출력이 일치하지 않는 경우처럼, Perl은 5.003로 하위 호환성에 대한 수정과 일치하지 않습니다 $ tmpdir 규격에 대한 어떤 Cwd : : cwd () 반환 (심볼릭 링크를 클릭하거나 실종 WIN32 드라이브 문자)를 예정.
Tags: Minor feature enhancements
New diff_exact() and diff_regex() methods that return diff(1)-like output when file contents don't match what's expected, and fixes for backwards compatibility with Perl 5.003 and for $TMPDIR specifications that don't match what Cwd::cwd() returns (due to symbolic links or missing WIN32 drive letters).

2001-01-30 15:14
1.01

별도의 방법을 정확하게 텍스트 또는 정규 표현식에 대한 결과가 일치하도록 만들어졌습니다. 경기 방법은 그래서 지금은, 어떤 사용자 수에 등록된 서브루틴을 호출 바뀌었습니다 - 공급이나 기본 경기 방식. 기본적으로, 이전 버전과의 호환성을위한 정규 표현식과 일치합니다.
Separate methods were created to match results against exact text or regular expressions. The match method was changed so that it now calls a registered subroutine, which can be user-supplied or one of the underlying match methods. The default, for backwards compatibility, is the regular expression match.

Project Resources