Beispiel #1
0
        public void Setup()
        {
            var entity = new MulticastObject();

            entity.SetProperty(PropertyInfo, "test");
            Entity = entity.ActLike <IUnmappedProduct>();
            PropertyInfo.GetAccessors().Last().Invoke(PropertyInfo, new object[] { Entity, "test", null });
        }
Beispiel #2
0
 public override void TheTest()
 {
     PrimaryEntity   = Context.Load <IUnmappedProduct>(new Iri("temp:test"));
     SecondaryEntity = Context.Load <IUnmappedProduct>(new Iri("another:test"));
 }