Exemplo n.º 1
0
        public void HelpConfiguration_Constructor_Properties_Initialized()
        {
            //------------Setup for test--------------------------

            //------------Execute Test---------------------------
            var helpConfiguration = new HelpConfiguration();

            //------------Assert Results-------------------------
            Assert.IsNotNull(helpConfiguration.IsCollapsed);
            Assert.IsInstanceOfType(helpConfiguration.IsCollapsed, typeof(ConcurrentDictionarySafe<Type, bool>));
        }
Exemplo n.º 2
0
 public UserConfigurationService(string filePath)
     : base(filePath)
 {
     Help = new HelpConfiguration();
 }
 public UserConfigurationService(string filePath)
     : base(filePath)
 {
     Help = new HelpConfiguration();
 }