Tests - MultiTabPluginTest; ExternalCodeBrowserNavigationTest

This commit is contained in:
dragonmacher 2019-09-20 15:18:59 -04:00
parent 9cf7369b07
commit cbf4c9d34a
4 changed files with 38 additions and 28 deletions

View file

@ -15,8 +15,7 @@
*/
package docking.test;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.fail;
import static org.junit.Assert.*;
import java.awt.*;
import java.awt.datatransfer.*;
@ -2221,7 +2220,7 @@ public abstract class AbstractDockingTest extends AbstractGenericTest {
* @param name the file name suffix
* @throws Exception if there is any issue capturing the component
*/
public void capture(JComponent c, String name) throws Exception {
public void capture(Component c, String name) throws Exception {
// old way of grabbing images--still need this if you want to capture a window's
// decorations