public class

IntegrationTestPersonalInformationRepairTask

extends AbstractConfluenceSingleContextSpringPersistenceTest
java.lang.Object
   ↳ AbstractTransactionalDataSourceSpringContextTests
     ↳ com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
       ↳ com.atlassian.integrationtest.confluence.upgrade.IntegrationTestPersonalInformationRepairTask

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Public Constructors
IntegrationTestPersonalInformationRepairTask()
Public Methods
void testPersonInfosAreCreatedForContributorsThatExist()
Test method for run().
void testPersonInfosAreCreatedForContributorsThatHaveBeenRemoved()
We expect a personal info to be created for a user who has contributed content but no longer exists on the repository
Protected Methods
void onSetUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
From class java.lang.Object

Public Constructors

public IntegrationTestPersonalInformationRepairTask ()

Public Methods

public void testPersonInfosAreCreatedForContributorsThatExist ()

Test method for run().

Throws
Exception

public void testPersonInfosAreCreatedForContributorsThatHaveBeenRemoved ()

We expect a personal info to be created for a user who has contributed content but no longer exists on the repository

Throws
Exception

Protected Methods

protected void onSetUp ()

Throws
Exception