@PowerMockIgnore(value={"javax.net.ssl.*","org.apache.commons.*"})
@PrepareForTest(value={SelenesePlugin.class,SeleniumPlugin.class,<error>,<error>})
public class SeleniumIDEPluginTest
extends java.lang.Object
| Constructor and Description |
|---|
SeleniumIDEPluginTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
test_executePlugin_shouldThrowPluginException_whenBrowserNotSpecified() |
void |
test_executePlugin_shouldThrowPluginException_whenSetXHTMLScriptWithoutType() |
void |
test_executePlugin_whenSetWrapper() |
void |
test_executePlugin_whenSetXHTMLScript() |
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void test_executePlugin_whenSetXHTMLScript()
throws java.lang.Exception
java.lang.Exceptionpublic void test_executePlugin_shouldThrowPluginException_whenSetXHTMLScriptWithoutType()
throws java.lang.Exception
java.lang.Exceptionpublic void test_executePlugin_shouldThrowPluginException_whenBrowserNotSpecified()
throws java.lang.Exception
java.lang.Exceptionpublic void test_executePlugin_whenSetWrapper()
throws java.lang.Exception
java.lang.Exception