Example #1
0
 public void SetUp()
 {
     factory             = new MockAssembledObjectFactory();
     context             = new MockBuilderContext();
     configurationSource = new DictionaryConfigurationSource();
     reflectionCache     = new ConfigurationReflectionCache();
 }
Example #2
0
 public void SetUp()
 {
     factory                        = new MockAssembledObjectFactory();
     context                        = new BuilderContext(null, null, null, null, null, null);
     configurationSource            = new DictionaryConfigurationSource();
     reflectionCache                = new ConfigurationReflectionCache();
     MockAssembler.ConstructorCalls = 0;
 }