Skip to main content

For various types of unit tests, the presence of mock data or a preparation query is necessary, as otherwise they are executed on the data currently present in the end product, which may change and lead to unreliable unit test results. This applies at least to all update and delete handlers and triggers.
Can a validation be created for this?

NewOpen