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.
[Test]
public void Test8() {
Assertions.Invalid( "(})" );
}
My Test: Test7
✘ Expected: True
But was: False
at Assertions.Valid (System.String s) <0x400d3e60 + 0x0006e> in :0
at BraceTests.Test7 () <0x400dc960 + 0x0001a> in :0
input datat : (})
result : False (not valid)
fix this please
I have only one question... Why i see only one test case for development but when i run submit tests i don't see test cases witch don't passed.
I am really don't understand some cases whitch not described in requirements and in tast cases....