mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +02:00
Spelling: ... common (#3781)
* spelling: alignment * spelling: awareness * spelling: background * spelling: bottom * spelling: buttons * spelling: comparison * spelling: cortana * spelling: exiting * spelling: initialization * spelling: middle * spelling: properly * spelling: succeeded * spelling: unknown
This commit is contained in:
@@ -18,7 +18,7 @@ namespace UnitTests_PreviewHandlerCommon
|
||||
{ }
|
||||
|
||||
[TestMethod]
|
||||
public void FormHandlerControl_ShouldCreateHandle_OnIntialization()
|
||||
public void FormHandlerControl_ShouldCreateHandle_OnInitialization()
|
||||
{
|
||||
// Arrange and act
|
||||
using (var testFormHandlerControl = new TestFormControl())
|
||||
@@ -29,7 +29,7 @@ namespace UnitTests_PreviewHandlerCommon
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void FormHandlerControl_ShouldSetVisibleFalse_OnIntialization()
|
||||
public void FormHandlerControl_ShouldSetVisibleFalse_OnInitialization()
|
||||
{
|
||||
// Arrange and act
|
||||
using (var testFormHandlerControl = new TestFormControl())
|
||||
@@ -40,7 +40,7 @@ namespace UnitTests_PreviewHandlerCommon
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void FormHandlerControl_ShouldSetFormBorderStyle_OnIntialization()
|
||||
public void FormHandlerControl_ShouldSetFormBorderStyle_OnInitialization()
|
||||
{
|
||||
// Arrange and act
|
||||
using (var testFormHandlerControl = new TestFormControl())
|
||||
|
||||
Reference in New Issue
Block a user