public class TestAbstractPlugin extends Object
| Constructor and Description |
|---|
TestAbstractPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
compareToEqualWhenBothKeysNull() |
void |
compareToEqualWhenBothVersionsInvalid() |
void |
compareToEqualWhenKeyAndVersionEqual() |
void |
compareToSortsByKey() |
void |
compareToSortsByVersion() |
void |
compareToSortsInvalidVersionBeforeValidVersion() |
void |
compareToSortsMilestonesBeforeNumericVersions() |
void |
compareToSortsNullKeyBeforeNonNullKey() |
void |
compareToTreatsNullPluginInformationAsVersionZero() |
void |
enableTimesAreInitiallyNull() |
void |
fastAsynchronousEnableIsNotLost() |
void |
getNameDefaultsToKey() |
void |
getNameReturnsBlankIfI18nNameKeySpecified() |
void |
getNameReturnsSetName() |
void |
secondEnableClearsEnablingTime() |
void |
simpleEnableSetsBothEnableTimes() |
void |
slowAsynchronousEnableIsNotLost() |
void |
slowEnableSetsEnableTimesSeparately() |
public void compareToSortsByKey()
public void compareToSortsMilestonesBeforeNumericVersions()
public void compareToSortsByVersion()
public void compareToEqualWhenKeyAndVersionEqual()
public void compareToTreatsNullPluginInformationAsVersionZero()
public void compareToSortsInvalidVersionBeforeValidVersion()
throws Exception
Exceptionpublic void compareToEqualWhenBothVersionsInvalid()
throws Exception
Exceptionpublic void compareToSortsNullKeyBeforeNonNullKey()
public void compareToEqualWhenBothKeysNull()
public void getNameDefaultsToKey()
public void getNameReturnsSetName()
public void getNameReturnsBlankIfI18nNameKeySpecified()
public void fastAsynchronousEnableIsNotLost()
public void slowAsynchronousEnableIsNotLost()
throws Exception
Exceptionpublic void enableTimesAreInitiallyNull()
public void simpleEnableSetsBothEnableTimes()
throws InterruptedException
InterruptedExceptionpublic void slowEnableSetsEnableTimesSeparately()
throws InterruptedException
InterruptedExceptionpublic void secondEnableClearsEnablingTime()
throws InterruptedException
InterruptedExceptionCopyright © 2015 Atlassian. All rights reserved.