Exemple #1
0
        public void MyTestMethod()
        {
            //Arrange
            var type = typeof(IToLocalizedAccommodation);

            //Act
            var activeProperty = new ActiveProperty();

            //Assert
            Assert.IsInstanceOf(type, activeProperty);
        }
Exemple #2
0
 set => SetValue(ActiveProperty, value);