Catel.Fody.Tests.ConfigurationFacts.CorrectlyReadsValues C# (CSharp) Méthode

CorrectlyReadsValues() private méthode

private CorrectlyReadsValues ( ) : void
Résultat void
        public void CorrectlyReadsValues()
        {
            var configuration = new Configuration(null);

            Assert.IsTrue(configuration.WeaveProperties);
            Assert.IsTrue(configuration.WeaveExposedProperties);
            Assert.IsTrue(configuration.WeaveArguments);
            Assert.IsTrue(configuration.WeaveLogging);
            Assert.IsFalse(configuration.GenerateXmlSchemas);
        }