コード例 #1
0
 public void SetupCollection()
 {
     collection = new ClaimTypeElementCollection();
     collection.Add(CreateClaimType("test1", false));
     collection.Add(CreateClaimType("test2", false));
 }
コード例 #2
0
		public void SetupCollection ()
		{
			collection = new ClaimTypeElementCollection ();
			collection.Add (CreateClaimType ("test1", false));
			collection.Add (CreateClaimType ("test2", false));
		}
コード例 #3
0
 public void TearDownCollection()
 {
     collection = null;
 }
コード例 #4
0
		public void TearDownCollection ()
		{
			collection = null;
		}