0
Can anyone tell me that why this method test is not running?
It is a SleepMethodtest https://code.sololearn.com/cVtxBccY6MQR/?ref=app
3 Answers
+ 5
It's InterruptedException and some braces were missing, see
https://code.sololearn.com/cMOu3zL1E8iE/?ref=app
+ 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.
0
thnx i have to check...