public abstract class PropertyStoreTestSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_PROPERTY_O_KSIMPLE |
protected FeatureStore |
defaultStore
Default InMemoryStore for test purposes.
|
static String |
DELETE_OK |
protected FF4j |
ff4j
Initialize
|
static String |
INVALID |
static String |
READ_OK_FIXED |
protected PropertyStore |
testedStore
Tested Store.
|
static String |
UPDATE_OK |
| Constructor and Description |
|---|
PropertyStoreTestSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyKOAlreadyExist()
TDD.
|
void |
addPropertyKONull()
TDD.
|
void |
addPropertyOKDate()
TDD.
|
void |
addPropertyOKLogLevel()
TDD.
|
void |
addPropertyOKsimple()
TDD.
|
void |
clear()
TDD.
|
void |
deleteKOdoesnotexist()
TDD.
|
void |
deleteKOempty()
TDD.
|
void |
deleteKOnull()
TDD.
|
void |
deleteOK()
TDD.
|
void |
existfalse()
TDD.
|
void |
existfilled() |
void |
existKOEmpty()
TDD.
|
void |
existKONull()
TDD.
|
protected abstract PropertyStore |
initPropertyStore()
Any store test will declare its store through this callback.
|
void |
listPropertyNames()
TDD.
|
void |
readAllProperties()
TDD.
|
void |
readKOempty()
TDD.
|
void |
readKOnotExist()
TDD.
|
void |
readKOnull()
TDD.
|
void |
readOK() |
void |
readOKFixed() |
void |
setUp() |
void |
updateKOdoesnotExist()
TDD.
|
void |
updateKOempty()
TDD.
|
void |
updateKOInvalidValue()
TDD.
|
void |
updateKOnull()
TDD.
|
void |
updateKONullBis()
TDD.
|
void |
updateKOPropertyNotFound()
TDD.
|
void |
updateOK()
TDD.
|
void |
updateOKProperties()
TDD.
|
void |
valueFixed() |
public static final String ADD_PROPERTY_O_KSIMPLE
public static final String READ_OK_FIXED
public static final String INVALID
public static final String UPDATE_OK
public static final String DELETE_OK
protected FF4j ff4j
protected PropertyStore testedStore
protected FeatureStore defaultStore
protected abstract PropertyStore initPropertyStore()
Exception - error during building feature storepublic void existKONull()
public void existKOEmpty()
public void existfalse()
public void addPropertyOKsimple()
public void addPropertyOKLogLevel()
public void addPropertyOKDate()
public void addPropertyKOAlreadyExist()
public void addPropertyKONull()
public void readOK()
public void readOKFixed()
public void readKOnull()
public void readKOempty()
public void readKOnotExist()
public void updateKOdoesnotExist()
public void updateKOnull()
public void updateKONullBis()
public void updateKOPropertyNotFound()
public void updateKOempty()
public void updateKOInvalidValue()
public void updateOK()
public void updateOKProperties()
public void deleteKOnull()
public void deleteKOempty()
public void deleteKOdoesnotexist()
public void deleteOK()
public void existfilled()
public void valueFixed()
public void listPropertyNames()
public void readAllProperties()
public void clear()
Copyright © 2013–2020 FF4J. All rights reserved.