TestReturnsZeroWhenEmptyString() public static method

public static TestReturnsZeroWhenEmptyString ( ) : void
return void
Esempio n. 1
0
 public static void Main(string[] args)
 {
     try
     {
         SimpleParserTests.TestReturnsZeroWhenEmptyString();
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
     }
 }