Ad
  • Default User Avatar

    [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

  • Default User Avatar

    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....