private static final String TEST_ITEM_KEY = "test-item-key";
private static final PropertysetItem testCompositeItem = new PropertysetItem();
@Before
public void setUp() throws Exception {
testItem = new CompositeItem();
testItem.addItemProperty(TEST_PROPERTY_ID, testProperty);
}