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