com.atlassian.jira.pageobjects.config.junit4.rule
Class CreateUserRule

java.lang.Object
  extended by org.junit.rules.TestWatcher
      extended by com.atlassian.jira.pageobjects.config.junit4.rule.CreateUserRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class CreateUserRule
extends org.junit.rules.TestWatcher

Creates new user via JIRA REST API.

See Also:
CreateUser

Constructor Summary
CreateUserRule()
           
 
Method Summary
protected  void finished(org.junit.runner.Description description)
           
protected  void starting(org.junit.runner.Description description)
           
 
Methods inherited from class org.junit.rules.TestWatcher
apply, failed, succeeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateUserRule

public CreateUserRule()
Method Detail

starting

protected void starting(org.junit.runner.Description description)
Overrides:
starting in class org.junit.rules.TestWatcher

finished

protected void finished(org.junit.runner.Description description)
Overrides:
finished in class org.junit.rules.TestWatcher


Copyright © 2002-2014 Atlassian. All Rights Reserved.