
|
If you were logged in you would be able to see more operations.
|
|
|
| Compatibility: |
may break builds or test process
|
|
because Assert.reference is optional (as sometimes it is needed to be), if the reference is bad then assertions about reference values appear to pass, when in reality they are not being checked,
solution: add a referenceRequired:boolean attribute that signals whether or not the reference is actually mandatory or not.
|
|
Description
|
because Assert.reference is optional (as sometimes it is needed to be), if the reference is bad then assertions about reference values appear to pass, when in reality they are not being checked,
solution: add a referenceRequired:boolean attribute that signals whether or not the reference is actually mandatory or not. |
Show » |
|