Some programming languages directly support unit testing.
直接単体テストをサポートしているプログラミング言語もある。
Because it can be used repeatedly, a test harness automates the unit testing.
テストハーネスは繰り返し使用できるため、単体テストを自動化します。
This is reserved for unit testing.
It's easy to make it testable in unit testing.
Additionally, unit testing by definition only tests the functionality of the units themselves.
さらに、単体テストは、その定義からユニットのみの機能自体をテストする。
The same is true for unit testing.
同じことは、単体テストにも当てはまる。
To obtain the intended benefits from unit testing, rigorous discipline is needed throughout the software development process.
単体テストで意図通りの効果を得るためには、厳格な規律がソフトウェア開発プロセス全体で必要となる。
We also implemented unit testing to detect any early bugs in order to deliver error-free final product.
また、エラーのない製品を提供するために、初期テストでバグを検出する単体テストも実装しました。
The basic building blocks of unit testing are test cases - single scenarios that must be set up and checked for correctness.
単体テストの基礎となる構築要素は、テストケース - セットアップと正しさのチェックを行う、独立したシナリオ - です。
Another good example of using mocks and stubs in unit testing is faking database calls.
単体テストにおけるデータベースの呼び出しにも、モックとスタブを活用できます。
Test harnesses, or automatic test frameworks, are also important in unit testing.
テストハーネス、つまり自動テストのフレームワークも、単体テストでは重要です。
The reactive and functional structure of the pattern makes replay and unit testing a breeze.
このパターンのリアクティブで関数的な構造はリプレイや単体テストにも影響を与えます。
A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
素晴らしい制御の逆転コンテナ、記述的なマイグレーションシステム、しっかりと統合されたユニットテストサポートは、あなたの取り組むどんなアプリケーションを構築するにも必要なツールを提供しています。