(
CreateSessionRequest createSessionRequest)
| 222 | } |
| 223 | |
| 224 | @Override |
| 225 | public Either<WebDriverException, ActiveSession> apply( |
| 226 | CreateSessionRequest createSessionRequest) { |
| 227 | return Either.left(new SessionNotCreatedException("HelperFactory for testing")); |
| 228 | } |
| 229 | |
| 230 | @Override |
| 231 | public boolean test(Capabilities capabilities) { |
no test coverage detected