public void SetupCollection()
 {
     collection = new ClaimTypeElementCollection();
     collection.Add(CreateClaimType("test1", false));
     collection.Add(CreateClaimType("test2", false));
 }
		public void SetupCollection ()
		{
			collection = new ClaimTypeElementCollection ();
			collection.Add (CreateClaimType ("test1", false));
			collection.Add (CreateClaimType ("test2", false));
		}
 public void TearDownCollection()
 {
     collection = null;
 }
		public void TearDownCollection ()
		{
			collection = null;
		}