Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the NullArgumentConstructorTestMethodGenerator class.
 /// </summary>
 /// <param name="nullArgumentMethodTestMethodSourceCodeGenerator">Source code generator.</param>
 public NullArgumentConstructorTestMethodGenerator(INullArgumentConstructorTestMethodSourceCodeGenerator nullArgumentConstructorTestMethodSourceCodeGenerator)
 {
     Check.NotNull(nullArgumentConstructorTestMethodSourceCodeGenerator, "nullArgumentConstructorTestMethodSourceCodeGenerator");
     this.sourceCodeGenerator = nullArgumentConstructorTestMethodSourceCodeGenerator;
 }
 /// <summary>
 /// Initializes a new instance of the NullArgumentConstructorTestMethodGenerator class.
 /// </summary>
 /// <param name="nullArgumentMethodTestMethodSourceCodeGenerator">Source code generator.</param>
 public NullArgumentConstructorTestMethodGenerator(INullArgumentConstructorTestMethodSourceCodeGenerator nullArgumentConstructorTestMethodSourceCodeGenerator)
 {
     Check.NotNull(nullArgumentConstructorTestMethodSourceCodeGenerator, "nullArgumentConstructorTestMethodSourceCodeGenerator");
     this.sourceCodeGenerator = nullArgumentConstructorTestMethodSourceCodeGenerator;
 }