Beispiel #1
0
		/// <exception cref="System.Exception"></exception>
		public virtual void TestNonNativeAttributes()
		{
			TestClass tc = new TestClass
				();
			NeoDatis.Odb.Core.Layers.Layer2.Meta.ClassInfo classInfo = NeoDatis.Odb.OdbConfiguration
				.GetCoreProvider().GetClassIntrospector().Introspect(tc.GetType(), true).GetMainClassInfo
				();
			AssertEquals(0, classInfo.GetAllNonNativeAttributes().Count);
		}