Element componentDeprecated;
Element componentWithPublishes;
private IPOJOHelper helper;
public void setUp() {
helper = new IPOJOHelper(this);
component = helper.getMetadata(type);
componentDeprecated = helper.getMetadata(deprecated);
componentWithPublishes = helper.getMetadata(publishes);
assertNotNull("Check component", component);
assertNotNull("Check deprecated", componentDeprecated);