public void InitializeKeyDefinitions()
        {
            // Arrange

            // Act
            var dictionary = new KeyDefinitionDictionary();

            // Assert
            Assert.NotEmpty(dictionary.KeyDefinitions);
            Assert.Equal(530, dictionary.KeyDefinitions.Count);
        }
Ejemplo n.º 2
0
 public EZLayoutMaker()
 {
     Logger.TraceConstructor();
     _keyDefinitionDictionary = new KeyDefinitionDictionary();
 }