Login
Remember
Register
Ask a Question
With the latest JUnit framework, each test class you write should be a sub-class of TestCase class.
0
votes
asked
Feb 13, 2020
in
JAVA
by
rahuljain1
edited
Dec 3, 2020
by
Sandeepthukran
With the latest JUnit framework, each test class you write should be a sub-class of TestCase class.
1. False
2. True
#junit-framework
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 13, 2020
by
SakshiSharma
selected
Dec 3, 2020
by
Sandeepthukran
Best answer
True
...