All Talks

Fuzzing Class Interfaces for Generating and Running Tests with libFuzzer

https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/fuzzing_class_interfaces_for_generating_and_running_tests_with_libfuzzer/fuzzing_class_interfaces_for_generating_and_running_tests_with_libfuzzer__barnabás_bágyi__cppcon_2020.pdf

Although various frameworks support the writing of unit tests, creating a well designed effective unit test suite is still a non-trivial manual work. In this presentation we show how fuzzing can be used to automatically generate and run …

You might be interested in: