Skip to content

Commit 05c5f5e

Browse files
CoryCharltonjosesimoes
authored andcommitted
Rework Unit Tests and Test Framework (#213)
***NO_CI***
1 parent 4e0f337 commit 05c5f5e

File tree

63 files changed

+7296
-7521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+7296
-7521
lines changed

Tests/NFUnitTestArithmetic/UnitTestArithmeticTest1.cs

Lines changed: 79 additions & 79 deletions
Large diffs are not rendered by default.

Tests/NFUnitTestArithmetic/UnitTestArithmeticTest2.cs

Lines changed: 100 additions & 100 deletions
Large diffs are not rendered by default.

Tests/NFUnitTestArithmetic/UnitTestExpressionTests.cs

Lines changed: 431 additions & 431 deletions
Large diffs are not rendered by default.

Tests/NFUnitTestArithmetic/UnitTestFormat.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ public void WriteOutput()
593593
OutputHelper.Write(GetColumnInfo((ColumnType)i).ColumnHeader.PadLeft(GetColumnInfo((ColumnType)i).LargestLength + 1)); // +1 for an extra space between columns
594594
}
595595
}
596-
OutputHelper.WriteLine(""); // complete the line
597596

598597
// now write out the row data
599598
for (int i = 0; i < m_rows.Count; i++)
@@ -616,11 +615,8 @@ public void WriteOutput()
616615
OutputHelper.Write(rd.ColumnData[j].PadLeft(GetColumnInfo((ColumnType)j).LargestLength + 1)); // +1 for an extra space between columns
617616
}
618617
}
619-
OutputHelper.WriteLine(""); // complete the line
620618
}
621-
622619
}
623-
624620
}
625621
#endregion
626622
}

0 commit comments

Comments
 (0)