「PHPUnit」を含む例文一覧(18)

  • PHPUnit 3.1.4 or newer.
    PHPUnit 3.1.4 以降 - PEAR
  • Tutorial-- A short tutorial about PHPUnit
    チュートリアル--PHPUnit 簡易チュートリアル - PEAR
  • For examples of PHPUnit tests, see the Auth package.
    PHPUnit のテストの例としては、Auth パッケージをご覧ください。 - PEAR
  • Unit test suitesmigrated from PHPUnit 1.x to 3.x
    ユニットテストを更新し、PHPUnit 1.x から 3.x に移行しました。 - PEAR
  • The preferred type of testing script system to use is PHPUnit or .phpt.
    テスト用スクリプトは、PHPUnit あるいは .phpt を用いることを推奨します。 - PEAR
  • PHPUnit::TestCase-- A TestCase defines the fixture to run multiple tests.
    PHPUnit::TestCase--TestCase: 複数のテストを実行するための試験装置の抽象化 - PEAR
  • Added unit tests with PHPUnit 1.x for API and bugs.
    PHPUnit 1.x によるユニットテストを追加し、API やバグのテストを行うようにしました。 - PEAR
  • To benefit from PHPUnit you should rethink the flow.
    PHPUnit を使って利益を得るためには、この流れを再考する必要があります。 - PEAR
  • PHPUnit is an excellent tool to detect errors in the implementation of your class.
    PHPUnit は、実装中に潜むバグを見つけるのに非常に有用なツールなのです。 - PEAR
  • TutorialTutorial-- A short tutorial about PHPUnit A short introduction to the test framework PHPUnit provides a simple framework for creating a test suite to automate testing of functions and classes.
    チュートリアルチュートリアル--PHPUnit 簡易チュートリアルテストフレームワークの紹介 PHPUnit は、関数やクラスを自動的にテストする"テストスイート" を作成するためのシンプルなフレームワークを提供します。 - PEAR
  • PHPUnit is inspired by JUnit which was created by Kent Beck and Erich Gamma as a tool for eXtreme Programming.
    PHPUnit は、JUnit からヒントを得ています。 JUnit は、Kent Beck と Erich Gamma が、eXtreme Programming (XP)用のツールとして作成したソフトウエアです。 - PEAR
  • Prominent PHP projects like Horde and PHPUnit distribute their software through PEAR-compatible channels.Channel discovery
    かの有名な Horde や PHPUnitといったプロジェクトも、PEAR 互換のチャネルでソフトウェアを配布しています。 チャネルの登録 - PEAR
  • Creating the test suite using PHPUnit needs only a few minutes and running the test suite only seconds.
    PHPUnit を使ってテストスイートを作成するには数分しかかからず、テストスイートの実行にも、数秒しかかかりません。 - PEAR
  • SummarySummary-- Summary Where to find more information You can find more information about this package at the following url PHPUnit wikiChapter 59.
    概要概要--概要より詳細な情報はどこ? このパッケージについての詳細な情報は、PHPUnit wikiを参照ください。 - PEAR
  • PHPUnit stands alone as a good tool for testing classes or a set of functions and will ease your development cycle and help you to avoid endless debug sessions. Work routine
    PHPUnitは、単体として、クラスや関数をテストする有効なツールであり、際限のないデバッグ作業を避けるのに有用です。 - PEAR
  • PHPUnit is a family of PEAR packages (PHPUnit2 for PHP 5, PHPUnit for PHP 4) that supports the development of object-oriented PHP applications using the concepts and methods of Agile Software Development, Extreme Programming, Test-Driven Development and Design-by-Contract Development by providing an elegant and robust framework for the creation, execution and analysis of Unit Tests.
    PHPUnit は PEAR パッケージの集まり (PHP 5 用には PHPUnit2、そして PHP 4 用には PHPUnit) で、オブジェクト指向でのPHP アプリケーションの開発を支援するものです。 アジャイルなソフトウェア開発、エクストリームプログラミング、テスト駆動開発、規約による設計 (Design-by-Contract)を用いた開発などのために、単体テストを作成・実行・解析するエレガントで堅牢なフレームワークを提供します。 - PEAR
  • More information can be found in the section describing how to write documentation Regression tests in .phpt or PHPUnit format All developers have experienced the frustration of bugs.
    ドキュメントの書き方についての章に、さらに情報があります。 .phpt もしくはPHPUnit形式による回帰テスト バグによるフラストレーションを経験していない開発者はいません。 - PEAR
  • While unit testing is one of the fundimental rules in XP, you don't have to switch to XP to benefit from PHPUnit.
    ユニットテストと呼ばれるこういったコンポーネント毎のテストは XP の基本原則のひとつですが、だからといってPHPUnit を利用するために XP を実行しないといけない訳ではありません。 - PEAR

例文データの著作権について