ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
test_pm_strASCII.F90 File Reference

Go to the source code of this file.

Modules

module  test_pm_strASCII
 This module contains tests of the module pm_strASCII.
 

Functions/Subroutines

logical(LK) function test_pm_strASCII::test_getLocSpace_1 ()
 
logical(LK) function test_pm_strASCII::test_isCharDigit_1 ()
 
logical(LK) function test_pm_strASCII::test_isStrDigitAll_1 ()
 
logical(LK) function test_pm_strASCII::test_isStrReal_1 ()
 
logical(LK) function test_pm_strASCII::test_isStrInteger_1 ()
 
logical(LK) function test_pm_strASCII::test_isStrNumber_1 ()
 
logical(LK) function test_pm_strASCII::test_isCharLower_1 ()
 
logical(LK) function test_pm_strASCII::test_isCharUpper_1 ()
 
logical(LK) function test_pm_strASCII::test_isStrLowerAll_1 ()
 
logical(LK) function test_pm_strASCII::test_isStrUpperAll_1 ()
 
logical(LK) function test_pm_strASCII::test_isStrAlphaNumAll_1 ()
 
logical(LK) function test_pm_strASCII::test_isStrAlpha_1 ()
 
logical(LK) function test_pm_strASCII::test_getStrLower_1 ()
 
logical(LK) function test_pm_strASCII::test_getStrUpper_1 ()
 
logical(LK) function test_pm_strASCII::test_setStrLower_1 ()
 
logical(LK) function test_pm_strASCII::test_setStrUpper_1 ()
 
logical(LK) function test_pm_strASCII::test_isStrComplex_1 ()
 
character(:, SK) function, allocatable test_pm_strASCII::getComplexStr (lp, rp, sep)
 This is a helper function for generating valid complex values in string format, used to verify the functionality of isStrComplex. More...
 
character(:, SK) function, allocatable test_pm_strASCII::getNonComplexStr ()
 This is a helper function for generating invalid complex values in string format, used to verify the functionality of isStrComplex. More...
 
character(:, SK) function, allocatable test_pm_strASCII::getRealStr ()
 This is a helper function for generating valid real values in string format, used to verify the functionality of isStrReal. More...
 
character(:, SK) function, allocatable test_pm_strASCII::getNonRealStr ()
 This is a helper function for generating invalid real values in string format, used to verify the functionality of isStrReal. More...
 
subroutine test_pm_strASCII::setData ()
 Define the global testing data. More...
 
subroutine test_pm_strASCII::setTest ()
 

Variables

type(test_type) test_pm_strASCII::test
 
type(strc), dimension(:), allocatable test_pm_strASCII::NonIntSet
 
type(strc), dimension(:), allocatable test_pm_strASCII::IntSet
 
type(strc), dimension(:), allocatable test_pm_strASCII::RealSet
 
type(strc), dimension(:), allocatable test_pm_strASCII::NonRealSet