Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
test_fixture_t
Interface
7 statements
Source File
julienne_test_fixture_m.f90
julienne_test_fixture_m
test_fixture_t
Contents
Functions
component_constructor
public interface test_fixture_t
Functions
private module function component_constructor(test) result(test_fixture)
Implementation →
Construct a test_fixture_t object from its components
Arguments
Type
Intent
Optional
Attributes
Name
class(
test_t
),
intent(in)
::
test
Return Value
type(
test_fixture_t
)