Skip to content

Commit f9e3367

Browse files
authored
New unit tests for String.Format and number-type.ToString() (#146)
***NO_CI***
1 parent a99c335 commit f9e3367

File tree

4 files changed

+503
-1
lines changed

4 files changed

+503
-1
lines changed

Tests/NFUnitTestArithmetic/NFUnitTestArithmetic.nfproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<RunSettingsFilePath>$(MSBuildProjectDirectory)\nano.runsettings</RunSettingsFilePath>
2828
</PropertyGroup>
2929
<ItemGroup>
30+
<Compile Include="UnitTestFormat.cs" />
3031
<Compile Include="UnitTestArithmeticTest1.cs" />
3132
<Compile Include="Properties\AssemblyInfo.cs" />
3233
<Compile Include="UnitTestArithmeticTest2.cs" />

0 commit comments

Comments
 (0)