Community
Participate
Working Groups
The b3 junit test runner does not get all types of validation/syntax errors!
Note that there are tests that rely on exceptions being generated because there are syntax validations. These tests are really runtime evaluation tests, and if we want to continue testing using b3 source as input, there needs to be a parameter to the test runner to ignore syntax errors. testVarValScope.b3 tests that the runtime protects final and immutable values. Since some time back this is also statically checked by the validator to flag these problems in the editor.