Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] change in junit plugin

What about change the way junit test cases are created?
the problem is that it creates one test for each method of the chosen
class and the methods are empty. When the tests are executed, even for
not implemented yet methods it gives success. It could be insert a :

<code>throw new Exception ("Test not implemented yet ");</code>

This way the tests not implemented will be visible to the tests results.



--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
| Emerson Cargnin          |
| Analista de Sistemas Sr. |
| Tel : (051) 3358-4959    |
| SICREDI Serviços         |
| Porto Alegre - Brasil    |
|xxxxxxxxxxxxxxxxxxxxxxxxxx|




Back to the top