Comment typos
This commit is contained in:
parent
96482654bc
commit
d6145ea5a9
@ -284,7 +284,7 @@ namespace TestHazelnupp
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests that everything a void can be converted to an empty list
|
// Tests that a void can be converted to an empty list
|
||||||
TEST_METHOD(Weird_Load_Conversions_VoidToEmptyList)
|
TEST_METHOD(Weird_Load_Conversions_VoidToEmptyList)
|
||||||
{
|
{
|
||||||
// Setup
|
// Setup
|
||||||
@ -313,7 +313,7 @@ namespace TestHazelnupp
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests that constraints can cleared invidivually
|
// Tests that constraints can be cleared invidivually
|
||||||
TEST_METHOD(Can_Clear_Constraints_Individually)
|
TEST_METHOD(Can_Clear_Constraints_Individually)
|
||||||
{
|
{
|
||||||
// Setup
|
// Setup
|
||||||
@ -351,7 +351,7 @@ namespace TestHazelnupp
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests that constraints can cleared invidivually
|
// Tests that constraints can be cleared invidivually
|
||||||
TEST_METHOD(Can_Clear_All_Constraints)
|
TEST_METHOD(Can_Clear_All_Constraints)
|
||||||
{
|
{
|
||||||
// Setup
|
// Setup
|
||||||
@ -408,7 +408,7 @@ namespace TestHazelnupp
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests that the GetConstraint returns the correct constraint information
|
// Tests that the GetConstraint method returns the correct constraint information
|
||||||
TEST_METHOD(Get_Constraint)
|
TEST_METHOD(Get_Constraint)
|
||||||
{
|
{
|
||||||
// Setup
|
// Setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user