Ejemplo n.º 1
0
 public void SetPasswordTest([PexAssumeUnderTest] BusinessPlayer target, string password)
 {
     target.SetPassword(password);
     // TODO: add assertions to method BusinessPlayerTest.SetPasswordTest(BusinessPlayer, String)
 }