BuildIt.Tests.UtilitiesTest.AppendCommaIfNeeded871 C# (CSharp) Method

AppendCommaIfNeeded871() private method

private AppendCommaIfNeeded871 ( ) : void
return void
public void AppendCommaIfNeeded871()
{
    StringBuilder stringBuilder;
    stringBuilder = this.AppendCommaIfNeeded((StringBuilder)null);
    Assert.IsNull((object)stringBuilder);
}
UtilitiesTest