mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 15:14:49 +00:00
test fail
This commit is contained in:
@@ -19,6 +19,7 @@ package com.jpexs.decompiler.flash.gui;
|
||||
import java.util.HashMap;
|
||||
import java.util.ResourceBundle;
|
||||
import javax.swing.JComboBox;
|
||||
import org.testng.Assert;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
@@ -32,4 +33,8 @@ public class AdvancedSettingsTest {
|
||||
ResourceBundle resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(AdvancedSettingsDialog.class));
|
||||
AdvancedSettingsDialog.getCategories(new HashMap<>(), new HashMap<>(), new JComboBox<>(), resourceBundle);
|
||||
}
|
||||
|
||||
public void testFail() {
|
||||
Assert.fail("Test");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user