Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
what is this error?
n file included from main.cpp:7:
./tests.cpp:9:30: error: call to non-static member function without an object argument
testequal(LongestConsec::longestConsec(arr, k), expected);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~
1 error generated.
why such a test does not pass?
DecryptExmapleTests
Expected: equal to "This kata is very interesting!"
Actual: "This kata is very interesting!
Yes, that's exactly what I wrote about.
Already, I found errors and "Attempt" passed. Thanks.
Do you mean that, when you press "Test" your solution works, but when you press "Attempt" your solution fails?
If so, that is possible - the "Test" part only contains a few fixed/specific tests; in the "Attempt" there are many random tests, including configurations that you may not have thought about/implemented correctly.
...what?
However, the tests pass no trial, is it possible?