Exemplo n.º 1
0
 public void GenerateMethod_throws_argument_null_exception()
 {
     // Act
     maturityReport.Generate(null);
 }