public void InitializeKeyDefinitions() { // Arrange // Act var dictionary = new KeyDefinitionDictionary(); // Assert Assert.NotEmpty(dictionary.KeyDefinitions); Assert.Equal(530, dictionary.KeyDefinitions.Count); }
public EZLayoutMaker() { Logger.TraceConstructor(); _keyDefinitionDictionary = new KeyDefinitionDictionary(); }