OpenVPN 3 Core Library
|
Specialization of the Arbitrary template for TunBuilderCapture::Route. More...
#include <test_generators.hpp>
Static Public Member Functions | |
static auto | arbitrary () -> Gen< openvpn::TunBuilderCapture::Route > |
Generates an arbitrary instance of TunBuilderCapture::Route. | |
Specialization of the Arbitrary template for TunBuilderCapture::Route.
Provides a mechanism to generate arbitrary instances of TunBuilderCapture::Route using a predefined generator. This is useful for testing purposes.
Definition at line 462 of file test_generators.hpp.
|
inlinestatic |
Generates an arbitrary instance of TunBuilderCapture::Route.
This method always returns a generator that produces a default-constructed TunBuilderCapture::Route.
Definition at line 470 of file test_generators.hpp.