New JUnit Test (using a template) -- how?
Greetings!
I am an IDEA n00b, but not a Java n00b ;).
Couldn't figure out how to create a "New JUnit Test ..." which contains a skeleton of the test code with the necessary JUnit classes/interfaces imported.
Is there a way or we are supposed to create a new "Class" and develop it as a JUnit test?
Thanks,
Kedar
Please sign in to leave a comment.
Hello Kedar,
I suppose it should be IDEA forum, not ReSharper :)
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
KM> Greetings!
KM>
KM> I am an IDEA n00b, but not a Java n00b ;).
KM>
KM> Couldn't figure out how to create a "New JUnit Test ..." which
KM> contains a skeleton of the test code with the necessary JUnit
KM> classes/interfaces imported.
KM>
KM> Is there a way or we are supposed to create a new "Class" and
KM> develop it as a JUnit test?
KM>
KM> Thanks,
KM> Kedar