Unit tests enable changes and that makes our testing safe.
Unit-Tests ermöglichen Änderungen, und das macht unsere Tests sicher.
Unit tests should be used wherever software is professionally developed.
Unit-Tests sollten überall dort eingesetzt werden, wo professionell Software entwickelt wird.
Unit tests are executed as part of every compile run.
Unit tests are simple, stable and provide a major code coverage when having a right setup.
Komponententests sind einfach, stabil und bieten eine große Codeabdeckung, wenn man ein geeignetes Setup hat.
Unit tests are usually developed by people who write the classes being tested.
Unittests werden in der Regel vom gleichen Programmierer erstellt, der auch die zu testende Klasse geschrieben hat.
Unit tests try to test the component under test (the test subject) in isolation.
Unittests sind dazu da, eine Komponente (das Testsubjekt) isoliert zu testen.
Unit tests are used to check individual function blocks independently of other components.
Unit-Tests werden dazu verwendet einzelne Funktionsblöcke unabhängig von anderen Komponenten zu überprüfen.
Unit tests do not interact with the environment or with external systems of the codebase.
Unit-Tests interagieren nicht mit dem Environment oder mit externen Systemen der Codebasis.
Unit tests, fixtures, and other test apparatus.
Komponententests, Vorrichtungen und andere Testgeräte.
Unit tests get more complicated when the code uses a timer that's not running on a worker thread.
Komponententests werden noch komplizierter, wenn der Code einen Timer verwendet, der nicht in einem Arbeitsthread ausgeführt wird.
Unit tests for all included modules and applications
Unit-Tests für alle enthaltenen Module und Anwendungen
Unit tests are playing a paramount role in projects having high demand with respect to quality and reliability and, as compared to others, they offer the highest cost efficiency.
Unit-Tests spielen in Projekten mit hohen Anforderung an Qualität und Verlässlichkeit ein zentrale Rolle und bieten im Vergleich die höchste Kosteneffizienz.
Unit tests examine isolated source code units of a system, e.g. single classes or packages.
Unit-Tests konzentrieren sich auf Sourcecode-Einheiten (Units) eines Systems, z.B. einzelne Klassen oder Packages.