English | Russian |
database unit test | модульный тест базы данных (A unit test that validates whether a certain aspect of your database is working as you expect) |
parameterized unit test | параметризованный модульный тест (vlad-and-slav) |
unit test | тестирование модулей |
unit test | модульный тест (A test that confirms the functionality and peformance of specific modules and behaviors of code. Often a subset of unit tests are also used as check-in test to discover bugs before a build) |