Analyze() public method

public Analyze ( string fileName ) : void
fileName string
return void
Ejemplo n.º 1
0
 public void Analyze_EmptyFile_ThrowsException()
 {
     LogAnalyzer la = new LogAnalyzer();
     la.Analyze("myemptyfile.txt");
     //rest of test
 }