Description
We should finally investigate what to do with fuzzer in unit tests.
- First of all, how can it be used in
No configuration mode?
- May be for non-Spring classes (that do not inject mocks)
- May be for the items, that cannot be injected from Spring (e.g. collections passed to constructors)?
-
Investigate is it useful to generate unit tests with Fuzzing with Spring configuration applied
Substitute interfaces with implementations.
Seems that at least non-Spring classes (that do not inject mocks) Fuzzer may be useful in the mode with configuration too.
Investigate other cases to use Fuzzing with configuration.
-
There is a connected question how do we test some Utils class in Spring projects now, that injects nothing
- with engine?
- with fuzzer?
Description
We should finally investigate what to do with fuzzer in unit tests.
No configurationmode?Investigate is it useful to generate unit tests with Fuzzing with Spring configuration applied
Substitute interfaces with implementations.
Seems that at least non-Spring classes (that do not inject mocks) Fuzzer may be useful in the mode with configuration too.
Investigate other cases to use Fuzzing with configuration.
There is a connected question how do we test some Utils class in Spring projects now, that injects nothing