Skip to content

Commit

Permalink
add a plain junit5 test to show junit5 tests are now possible
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur authored and jukzi committed Oct 8, 2024
1 parent 0d7e5c5 commit 260fa25
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

import org.eclipse.jdt.core.JavaCore;

import org.eclipse.jdt.internal.common.VisitorTest;

import org.eclipse.jdt.ui.tests.browsing.PackagesViewContentProviderTests;
import org.eclipse.jdt.ui.tests.browsing.PackagesViewContentProviderTests2;
import org.eclipse.jdt.ui.tests.browsing.PackagesViewDeltaTests;
Expand Down Expand Up @@ -53,6 +55,7 @@
*/
@Suite
@SelectClasses({
VisitorTest.class,
CoreTests.class,
CoreTestSuite.class,
QuickFixTestSuite.class,
Expand Down

0 comments on commit 260fa25

Please sign in to comment.