Hello I have some problems with the random tests. language is c#.
Im passing the basic tests but at the random tests (attempt) I got following message:
tests/Fixture.cs(122,15): warning CS0219: The variable 'passed' is assigned but its value is never used
Log:
This is just a warning. It doesn't stop you from passing the kata, but your code is likely wrong.
OP solved it, closing
It's hard to have test cases because it depends on random values.
just skip the test code step and try the attempt option directly
Hello I have some problems with the random tests. language is c#.
Im passing the basic tests but at the random tests (attempt) I got following message:
tests/Fixture.cs(122,15): warning CS0219: The variable 'passed' is assigned but its value is never used
Log:
Added random Tests.
Added sample solution
Added sample Test.
Sorry this is my first one. Im just working on the random tests and the solution. I didn't realize that the kata is online
Is this homework?
No sample tests.
Author has not created an actual solution.
No random tests. Consider this this documentation.
Fixed.
Fixed.
Fixed.
Loading more items...