0

Can anyone tell me that why this method test is not running?

It is a SleepMethodtest https://code.sololearn.com/cVtxBccY6MQR/?ref=app

29th Aug 2017, 6:11 AM
Abhinav Kumar
Abhinav Kumar - avatar
3 ответов
+ 5
It's InterruptedException and some braces were missing, see https://code.sololearn.com/cMOu3zL1E8iE/?ref=app
29th Aug 2017, 6:45 AM
Tashi N
Tashi N - avatar
+ 2
Too many syntax errors, like space between function call 'sleep()' Read what it says in error messages when you run your program, it'll point out what you did wrong in which line number.
29th Aug 2017, 6:37 AM
Salekin
Salekin - avatar
0
thnx i have to check...
29th Aug 2017, 6:39 AM
Abhinav Kumar
Abhinav Kumar - avatar