test_fixture_t Interface

public interface test_fixture_t

Functions

private module function component_constructor(test) result(test_fixture)

Construct a test_fixture_t object from its components

Arguments

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

Return Value type(test_fixture_t)