});
CONSTRUCTOR_BUILDERS.put(ProductionMetric.class, new IConstructorBuilder() {
public IDDMSComponent build() throws IOException, InvalidDDMSException {
String subject = readString("the subject [testSubject]");
String coverage = readString("the coverage [testCoverage]");
return (new ProductionMetric(subject, coverage, buildSecurityAttributes("productionMetric")));
}
});
CONSTRUCTOR_BUILDERS.put(NonStateActor.class, new IConstructorBuilder() {
public IDDMSComponent build() throws IOException, InvalidDDMSException {
String value = readString("the value [testValue]");