component_constructor Module Procedure

module procedure component_constructor module function component_constructor(test) result(test_fixture)

Arguments

Type IntentOptional Attributes Name
class(test_t), intent(in) :: test

Return Value type(test_fixture_t)