Subject | English | Russian |
progr. | block of code tested along with dependencies | блок кода, тестируемый вместе с зависимостями (the block of code tested along with dependencies forms part of what can be called integration testing; англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
progr. | block of code tested without mocking dependencies | блок кода, тестируемый с зависимостями, не получившими имитированной реализации (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |