Beispiel #1
0
 /// <exception cref="System.Exception"></exception>
 protected override void Store()
 {
     IdentityQueryForNotStoredTestCase.Item item = new IdentityQueryForNotStoredTestCase.Item
                                                       (null, "foo");
     Store(new IdentityQueryForNotStoredTestCase.Item(item, "bar"));
 }
		/// <exception cref="System.Exception"></exception>
		protected override void Store()
		{
			IdentityQueryForNotStoredTestCase.Item item = new IdentityQueryForNotStoredTestCase.Item
				(null, "foo");
			Store(new IdentityQueryForNotStoredTestCase.Item(item, "bar"));
		}
Beispiel #3
0
 public Item(IdentityQueryForNotStoredTestCase.Item child, string name)
 {
     _child = child;
     _name  = name;
 }
			public Item(IdentityQueryForNotStoredTestCase.Item child, string name)
			{
				_child = child;
				_name = name;
			}