9 references to _formatControl
System.Windows.Forms.Design.Tests (9)
System\Windows\Forms\Design\FormatControlTests.cs (9)
8public void Dispose() => _formatControl.Dispose(); 13_formatControl.Should().NotBeNull(); 14_formatControl.Should().BeOfType<FormatControl>(); 15_formatControl.Should().BeAssignableTo<Control>(); 16_formatControl.Dirty.Should().BeFalse(); 17_formatControl.FormatType.Should().BeEmpty(); 18_formatControl.NullValue.Should().BeNull(); 24_formatControl.Invoking(f => f.NullValueTextBoxEnabled = false).Should().NotThrow(); 41public void ResetFormattingInfo_ShouldNotThrow() => _formatControl.Invoking(f => f.ResetFormattingInfo()).Should().NotThrow();