| Article: |
Using JUnit With Eclipse IDE | |
| Subject: | I can't create testcase without a class for testing. | |
| Date: | 2004-04-14 10:10:30 | |
| From: | jekewa | |
|
Response to: I can't create testcase without a class for testing.
|
||
|
That works, but goes against the idea of TDD. Should be the case that you would create the test class first, and it would fail because the class to be tested doesn't exist. This would then drive you to create the class. Small compromise to create the empty class first, but arguably still goes against TDD.
|
||
Showing messages 1 through 1 of 1.
-
I can't create testcase without a class for testing.
2007-03-10 02:10:08 ArchanaS [View]



i am very new to junit and i dont understand hw the test case ll create the instance of the class which is not present