|
Re: design issue: msg#00182java.junit.user
--- In junit@xxxx, Boris Garbuzov <boris_garbuzov@xxxx> wrote: > Can somebody suggest on some issue of JUnit API usage > or test case design? Sorry for a long appendix code. > The essence is that I want to start some application > once in VM session and run all my test methods > afterwards. I could not find sufficient place to put > my initial call > ClientMain.main (null); You can wrap your whole suite in a TestSetup subclass that calls ClientMain.main(null); or you can figure out how to write small-scale tests. I write smaller scale tests whenever possible, and if I think about it hard enough, it's always possible. Kent
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | design issue, Boris Garbuzov |
|---|---|
| Next by Date: | Re: design issue, J. B. Rainsberger |
| Previous by Thread: | design issue, Boris Garbuzov |
| Next by Thread: | Re: Re: design issue, Boris Garbuzov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |