Class Overview
Lightweight base class mainly containing annotations common for all tests.
DO NOT put any utility methods here. Use page objects framework for that. In fact, do not put anything here
without permission :P
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
protected
static
final
Logger
logger
protected
static
PageBinder
pageBinder
public
TestRule
webTestRule
Public Constructors
public
BaseJiraWebTest
()