コード例 #1
0
ファイル: Tests.cs プロジェクト: serra/spring-net-examples
 private void AssertPrototype(XmlApplicationContext ctx, string id)
 {
     Assert.IsFalse(ctx.IsSingleton(id), "Object with id '{0}' should be of prototype scope.", id);
 }