Our ParserClasses parseSelector: Methods aren't tested. I tried deleting everything that was not covered by tests and now the tests still run but if you want to edit methods or scenarios it throws an error.
ToDo: What has to be done?
Write Tests for those methods.
Probably a UI test.
Problem: What is wrong?
Our ParserClasses
parseSelector:
Methods aren't tested. I tried deleting everything that was not covered by tests and now the tests still run but if you want to edit methods or scenarios it throws an error.ToDo: What has to be done?
Write Tests for those methods. Probably a UI test.
Explanation: Why? What value does it have?
Checks if our framework is actually functional.