package forge;
import org.testng.annotations.Test;
/**
* Created by IntelliJ IDEA.
* User: dhudson
*/
@Test(timeOut = 1000, enabled = false)
public class GuiQuestOptionsTest {
/**
*
*
*/
@Test(timeOut = 1000, enabled = false)
public void GuiQuestOptionsTest1() {
new Gui_QuestOptions();
}
}