@@ -190,7 +190,7 @@ public void GenerateTests() =>
190190 StagnationThresholdPercentage = 0.75 ,
191191 CoolingRate = 0.95 ,
192192 AllowMultipleInvalidInputs = false ,
193- OutputGenerator = new NUnitTestCaseAttributeOutputGenerator ( )
193+ OutputGenerator = new NUnitTestCaseSourceOutputGenerator ( )
194194 } ;
195195 } )
196196 . Generate ( ) ;
@@ -368,7 +368,7 @@ public void SubmitForm_WithValidation(
368368 [ TestCase ( "Ann" , "a@e.io" , "+3598888" , "Aa1@abcd" , 100 , "31-12-2020" , "https://example.com" , true , "France" , new [ ] { "English" , "French" } , "" ) ]
369369 [ TestCase ( "Ann" , "a@e.io" , "+3598888" , "Secure1!" , 25 , "01-01-1920" , "https://very-long-url.com/with/path" , true , "Germany" , new [ ] { "German" } , "" ) ]
370370 [ TestCase ( "AAAAAAAAAAAAAAAAAAAA" , "a@e.io" , "+359888888888" , "Aa1@abcd" , 18 , "01-01-1990" , "https://very-long-url.com/with/path" , true , "United States" , new [ ] { "German" } , "" ) ]
371- [ Ignore ]
371+ [ Ignore ( "" ) ]
372372 public void SuccessMessageDisplayed_WhenSubmitFormWithValidParameters (
373373 string fullName , string email , string phone , string password , int age ,
374374 string birthdate , string website , bool ? terms , string country , string [ ] languages , string expectedError )
0 commit comments