public void deploy(DeploymentUnit unit, TestComponentMetaData deployment) throws DeploymentException
{
// Add in the class scope
ScopeKey key = unit.getScope();
key.addScope(CommonLevels.CLASS, deployment.clazz);
// Populate the instance annotations
MutableMetaData mutable = unit.getMutableMetaData();
for (Annotation annotation : deployment.classAnnotations)
mutable.addAnnotation(annotation);