Exemplo n.º 1
0
        public void WhithDefaultSessionProperty()
        {
            MappedProperty mp = Factory.getVanillaTestObject();

            UXSessionProperty sessionProperty = Factory.getDefaultSessionPropertyObject();

            mp.DefaultSessionProperty = sessionProperty;

            Assert.IsTrue(mp.IsMapped);
        }
Exemplo n.º 2
0
        public static UXSessionProperty getDefaultSessionPropertyObject()
        {
            var toReturn = new UXSessionProperty();

            return(toReturn);
        }