Bug 576949 - Add org.assertj.core.api.Assertions to JDT favorites

Change-Id: I0d44bcace0f4608a954a4c743faab2d20db945b2
Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.ui/+/191795
Tested-by: JDT Bot <jdt-bot@eclipse.org>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
diff --git a/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java b/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java
index c892e7d..f09a27c 100644
--- a/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java
+++ b/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2017 IBM Corporation and others.
+ * Copyright (c) 2000, 2022 IBM Corporation and others.
  *
  * This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License 2.0
@@ -217,6 +217,7 @@
 		favoritesToAdd.add("org.junit.jupiter.api.DynamicTest.*"); //$NON-NLS-1$
 		favoritesToAdd.add("org.mockito.ArgumentMatchers.*"); //$NON-NLS-1$
 		favoritesToAdd.add("org.mockito.Mockito.*"); //$NON-NLS-1$
+		favoritesToAdd.add("org.assertj.core.api.Assertions.*"); //$NON-NLS-1$
 
 		// default value
 		Set<String> defaultFavorites= new LinkedHashSet<>();