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