Yair Shkedi
04/09/2024, 7:31 AM{
a: int //mandatory
b: int //optional
}
What is the best practice, to create 1 test that cover all the DTO or 2 tests, one for all the parameters, and the second with the mandatory only?
I am afraid from overhead, in case I have multiple optional, should I cover all the permutation??!!
Thanks in advanceMatt (pactflow.io / pact-js / pact-go)
Yair Shkedi
04/09/2024, 7:39 AMMatt (pactflow.io / pact-js / pact-go)