Do you know how can simulate a getInt? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Do you know how can simulate a getInt?

I have i=UserInput.getInt(); but I need create automated test, and I need simulator without changing original code

7th Jun 2019, 11:01 PM
Yurishama Yurishi
Yurishama Yurishi - avatar
1 ответ
+ 5
I'd recommend to learn JUnit 5, especially parameterized tests.
28th Feb 2020, 8:27 PM
Tashi N
Tashi N - avatar