Bug 581255 - Update test plugins to JUnit 5

Updated all tests to JUnit 5 and Tycho to 3.0.1

Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>

Change-Id: I432a7ea19cbe5b9f4e7e773258a982b86ff35c6f
279 files changed
tree: 66800bb8865a6a087050191a63229bfb85e48489
  1. .mvn/
  2. api-baseline/
  3. dev_config/
  4. org.eclipse.nebula.widgets.nattable.core/
  5. org.eclipse.nebula.widgets.nattable.core.feature/
  6. org.eclipse.nebula.widgets.nattable.core.source.feature/
  7. org.eclipse.nebula.widgets.nattable.core.test/
  8. org.eclipse.nebula.widgets.nattable.dataset/
  9. org.eclipse.nebula.widgets.nattable.dataset.test/
  10. org.eclipse.nebula.widgets.nattable.examples/
  11. org.eclipse.nebula.widgets.nattable.examples.e4/
  12. org.eclipse.nebula.widgets.nattable.examples.e4.feature/
  13. org.eclipse.nebula.widgets.nattable.examples.e4.product/
  14. org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature/
  15. org.eclipse.nebula.widgets.nattable.extension.e4/
  16. org.eclipse.nebula.widgets.nattable.extension.e4.feature/
  17. org.eclipse.nebula.widgets.nattable.extension.e4.source.feature/
  18. org.eclipse.nebula.widgets.nattable.extension.glazedlists/
  19. org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/
  20. org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature/
  21. org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/
  22. org.eclipse.nebula.widgets.nattable.extension.nebula/
  23. org.eclipse.nebula.widgets.nattable.extension.nebula.feature/
  24. org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature/
  25. org.eclipse.nebula.widgets.nattable.extension.poi/
  26. org.eclipse.nebula.widgets.nattable.extension.poi.feature/
  27. org.eclipse.nebula.widgets.nattable.extension.poi.source.feature/
  28. org.eclipse.nebula.widgets.nattable.test.performance/
  29. org.eclipse.nebula.widgets.nattable.updatesite/
  30. target-platform/
  31. .gitattributes
  32. .gitignore
  33. CODE_OF_CONDUCT.md
  34. CONTRIBUTING.md
  35. HOW_TO_RELEASE.md
  36. LICENSE.md
  37. NOTICE.md
  38. pom.xml
  39. README.md
  40. SECURITY.md
README.md

Nebula NatTable - high performance SWT data grid

NatTable is a powerful and flexible SWT table/grid widget that is built to handle very large data sets, real-time updates, dynamic styling, and more.

NatTable is a subproject of the Nebula Project the home of further supplemental custom widgets for SWT.

Getting Started

Tutorial

To get started with NatTable it is recommended to read through the NatTable Getting Started Tutorial we published at vogella Tutorials. It explains the basic concepts, how to install NatTable to the IDE or how to add it to a Target Definition, and it contains some basic exercises.

NatTable Examples Application

One of the best ways to get familiar with NatTable is to have a look at example code. There are several options to have a look at the NatTable Examples code:

Additional information