The following document contains the results of PMD's CPD 4.2.2.
| File | Line |
|---|---|
| com/unitedinternet/portal/selenium/utils/logging/LoggingCommandProcessorTest.java | 144 |
| com/unitedinternet/portal/selenium/utils/logging/WaitUseCases.java | 67 |
expect(mockCommandProcessor.getString(eq("getEval"), aryEq(new String[] {"navigator.userAgent"}))).andReturn(
(String) "testUserAgent");
expect(mockCommandProcessor.getString(eq("getEval"), aryEq(new String[] {"window.top.Selenium.coreVersion"}))).andReturn(
(String) "testCoreVersion");
expect(mockCommandProcessor.getString(eq("getEval"), aryEq(new String[] {"window.top.Selenium.coreRevision"})))
.andReturn((String) "testCoreRevision");
expect(mockCommandProcessor.getString(eq("getEval"), aryEq(new String[] {"window.top.Selenium.rcVersion"}))).andReturn(
(String) "testRcVersion");
expect(mockCommandProcessor.getString(eq("getEval"), aryEq(new String[] {"window.top.Selenium.rcRevision"}))).andReturn(
(String) "testRcRevision");
| |