BuildIt.Tests.UtilitiesTest.AppendCommaIfNeeded871 C# (CSharp) 메소드

AppendCommaIfNeeded871() 개인적인 메소드

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