예제 #1
0
 private TestDataContainer(Dictionary <Type, Dictionary <string, PropertyValueBuilder> > propertyDefaultsByType,
                           StructureMapWrapper structureMapWrapper)
 {
     _propertyDefaultsByType = propertyDefaultsByType;
     _structureMapWrapper    = structureMapWrapper;
 }
예제 #2
0
 /// <summary>
 /// Constructor to create a TestDataContainer.
 /// </summary>
 public TestDataContainer()
 {
     _propertyDefaultsByType = new Dictionary <Type, Dictionary <string, PropertyValueBuilder> >();
     _structureMapWrapper    = new StructureMapWrapper();
 }