First, you create a unit test for a product item class.
It also adds unit test coverage for the current eviction protection logic.
また、現在の排除防止ロジックの単体テストのカバレッジも追加しています。
Each unit test that accepts arguments defines its own argument format.
引数を受け入れる単体テストはそれぞれ、固有の引数形式を定義しています。
Set up parameters for the unit test framework.
単体テスト フレームワーク用のパラメータを設定します。
Building a powerful unit test framework is essential especially for collaborative development.
特に共同開発を行うためには、強力な単体テストフレームワークの構築は必須です。
There are several ways to test or run a unit test.
単体テストをテストまたは実行する方法は、複数あります。
You can define test groups to selectively run unit test upon.
テスト・グループを定義して単体テストを選択的に実行できます。
The developer writes a unit test that exposes either a software requirement or a defect.
開発者は、ソフトウェア要件、または欠陥を暴露する単体テストを書く。
Taking advantage of the built-in reporting capabilities of unit test frameworks is a good start.
単体テストフレームワークの組み込みのレポート機能を利用することは、良いスタートです。
A unit test provides a strict, written contract that the piece of code must satisfy.
単体テストはコードの一部が満たさなければならない厳格な、明記された契約を規定する。
Each unit test can be seen as a design element specifying classes, methods, and observable behaviour.
各単体テストは、クラス、メソッド、および観測可能な動作を指定する設計要素として見ることができる。
In some frameworks many advanced unit test features are missing or must be hand-coded.
一部のフレームワークでは、多くの先進的な単体テスト機能が欠落しており、手でコーディングする必要がある。
The next step after creating your unit test classes is to create test suites.
単体テストクラス作成後の次の手順は、テストスイートの作成です。