mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
spelling: calculator
This commit is contained in:
parent
d87fb62a00
commit
83c29eb1e3
2 changed files with 3 additions and 3 deletions
|
@ -124,7 +124,7 @@ Steps:
|
|||
m. “( )" Parenthesis
|
||||
|
||||
|
||||
**All Calulators Test: Verify memory functions**
|
||||
**All Calculators Test: Verify memory functions**
|
||||
Steps:
|
||||
1. Launch the "Calculator" app.
|
||||
2. Navigate to "Standard" Calculator.
|
||||
|
|
|
@ -79,7 +79,7 @@ namespace CalculatorUnitTests
|
|||
}
|
||||
}
|
||||
|
||||
// Create 3 separate instances of Calulator in different modes
|
||||
// Create 3 separate instances of Calculator in different modes
|
||||
TEST_METHOD(InitializeMultipleModeInstancesTest)
|
||||
{
|
||||
std::vector<StandardCalculatorViewModel^> viewModels(3);
|
||||
|
@ -584,7 +584,7 @@ namespace CalculatorUnitTests
|
|||
}
|
||||
}
|
||||
|
||||
// Perform calculations on 3 separate instances of Calcuator and verify that their Memory List items are maintained separately
|
||||
// Perform calculations on 3 separate instances of Calculator and verify that their Memory List items are maintained separately
|
||||
TEST_METHOD(MultipleModesMemoryAddItemTest)
|
||||
{
|
||||
std::vector<StandardCalculatorViewModel^> viewModels(3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue