Do you know how can simulate a getInt? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 5
I'd recommend to learn JUnit 5, especially parameterized tests.
28th Feb 2020, 8:27 PM
Tashi N
Tashi N - avatar