Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In JUnit3TestLegacySupport:

  1. Investigate replacement of beforeTest/afterTest and beforeTestsStarted/afterTestsStopped methods and if needed replace them by annotations - it is noticed in IGNITE-11413.
  2. Replace tearDown, setUp by beforeTest, afterTest methods where it is necessary.
  3. Actualize JUnit3TestLegacySupport: remove deprecated annotation, rename class and specify documentation.Investigate replacement of beforeTest/afterTest and beforeTestsStarted/afterTestsStopped methods and if needed replace them by annotations - it is noticed in IGNITE-11413.

Futhermore, GridAbstractTest and GridCommonAbstractTest refactoring necessity should be investigated. Check ability to turn some instance methods to static methods. It was mentioned in the conversation on dev-list.

...