在 StructureMap 中有一种方法可以测试您的配置是否有效,调用 StructureMap.ObjectFactory:
在 Unity 中是否有类似的功能?
[Test]
public void Test_StructureMap_Configuration_IsValid()
{
LocalConfiguration.ConfigureStructureMap();
ObjectFactory.AssertConfigurationIsValid();
}
在 StructureMap 中有一种方法可以测试您的配置是否有效,调用 StructureMap.ObjectFactory:
在 Unity 中是否有类似的功能?
[Test]
public void Test_StructureMap_Configuration_IsValid()
{
LocalConfiguration.ConfigureStructureMap();
ObjectFactory.AssertConfigurationIsValid();
}