4 ms·
i use property based testing for the external api of my business domain service. yes, the test code is an “oracle”, knowing what the service _should_ be doing.
by osi 5y ago
i use property based testing for the external api of my business domain service.
yes, the test code is an “oracle”, knowing what the service _should_ be doing. it’s a parallel implementation of the logic, highly geared towards the use-case of testing.