GRASP rci-qed
Functions/Subroutines
tests.f90 File Reference

Functions/Subroutines

program tomltest
 
subroutine test_contains (key)
 
subroutine test_contains_fail (key)
 
subroutine test_get_double (key, reference, rtol)
 
subroutine test_get_double_fail (key)
 
subroutine test_get_integer (key, reference)
 
subroutine test_get_integer_default (key, default, reference)
 
subroutine test_get_logical (key, reference)
 
subroutine test_get_logical_default (key, default, reference)
 
subroutine test_get_string (key, reference)
 

Function/Subroutine Documentation

◆ test_contains()

subroutine tomltest::test_contains ( character(len=*), intent(in)  key)
Here is the caller graph for this function:

◆ test_contains_fail()

subroutine tomltest::test_contains_fail ( character(len=*), intent(in)  key)
Here is the caller graph for this function:

◆ test_get_double()

subroutine tomltest::test_get_double ( character(len=*), intent(in)  key,
real(real64), intent(in)  reference,
real(real64), intent(in)  rtol 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_get_double_fail()

subroutine tomltest::test_get_double_fail ( character(len=*), intent(in)  key)
Here is the caller graph for this function:

◆ test_get_integer()

subroutine tomltest::test_get_integer ( character(len=*), intent(in)  key,
integer, intent(in)  reference 
)
Here is the caller graph for this function:

◆ test_get_integer_default()

subroutine tomltest::test_get_integer_default ( character(len=*), intent(in)  key,
integer, intent(in)  default,
integer, intent(in)  reference 
)
Here is the caller graph for this function:

◆ test_get_logical()

subroutine tomltest::test_get_logical ( character(len=*), intent(in)  key,
logical, intent(in)  reference 
)
Here is the caller graph for this function:

◆ test_get_logical_default()

subroutine tomltest::test_get_logical_default ( character(len=*), intent(in)  key,
logical, intent(in)  default,
logical, intent(in)  reference 
)
Here is the caller graph for this function:

◆ test_get_string()

subroutine tomltest::test_get_string ( character(len=*), intent(in)  key,
character(len=*), intent(in)  reference 
)
Here is the caller graph for this function:

◆ tomltest()

program tomltest ( )
Here is the call graph for this function: