com.atlassian.plugin.manager.store
Class TestLoadOnlyPluginPersistentStateStore

java.lang.Object
  extended by com.atlassian.plugin.manager.store.TestLoadOnlyPluginPersistentStateStore

public class TestLoadOnlyPluginPersistentStateStore
extends Object


Field Summary
 org.junit.rules.ExpectedException expectedException
           
 
Constructor Summary
TestLoadOnlyPluginPersistentStateStore()
           
 
Method Summary
 void defaultConstructedReadOnlyStoreHasEmptyState()
           
 void defaultConstructedReadOnlyStoreStateIsDefaulted()
           
 void readOnlyStoreGivenStateReturnsThatState()
           
 void saveAlwaysThrows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedException

public org.junit.rules.ExpectedException expectedException
Constructor Detail

TestLoadOnlyPluginPersistentStateStore

public TestLoadOnlyPluginPersistentStateStore()
Method Detail

defaultConstructedReadOnlyStoreHasEmptyState

public void defaultConstructedReadOnlyStoreHasEmptyState()

defaultConstructedReadOnlyStoreStateIsDefaulted

public void defaultConstructedReadOnlyStoreStateIsDefaulted()

saveAlwaysThrows

public void saveAlwaysThrows()

readOnlyStoreGivenStateReturnsThatState

public void readOnlyStoreGivenStateReturnsThatState()


Copyright © 2015 Atlassian. All rights reserved.