public class AuthenticationRule extends Object implements org.junit.rules.MethodRule
| Constructor and Description |
|---|
AuthenticationRule(String userName,
String userPassword,
boolean isAdvanced,
TestUtils util) |
AuthenticationRule(String userName,
String userPassword,
TestUtils util) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
Object target) |
void |
authenticate() |
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
Object target)
apply in interface org.junit.rules.MethodRulepublic void authenticate()
Copyright © 2004–2021 XWiki. All rights reserved.