I use JUnit 3.x TestRunner, which immediately runs all the tests before running them.
Is a test runner available that will create every test (or at least every test suite test) just before they run?I can use JUnit 4.x runners, but my tests are 3.x tests.
In JUnit 3, you will need to write your own TestSuite class, which delays the creation of test instances in the package.
You are probably mistaken.
unit test - . , , , . , , . , , .
EDIT: , , . , :)
Source: https://habr.com/ru/post/1713729/More articles:Data entry for many, many relationships in window forms - c #Architecture MVC - architectureAsp.net mvc hosting on IIS6 - asp.net-mvcIs there a way to access the private parts of another instance of the same class template? - c ++automatic timestamp generation - javaDo MySQL aggregate functions always return a single row? - databaseЭндиантность порядка байтов IBM PC? - endiannessHow to achieve data binding using a user control in WPF? - c #UIScrollView goes under the navigation and status bar - iphone-sdk-3.0stop scrolling viewviewcontroller table - objective-cAll Articles