HYPE
All Classes Namespaces Files Functions Variables Pages
Private Data Type Components | List of all members
model_test_routines::testcasetype Type Reference

Private Data Type Components

logical tested = .FALSE.
 
logical passed
 
integer kind_of_test
 
integer tolerance
 
real minvalue
 
real maxvalue
 
character(len=32) name
 

Detailed Description

Type for holding data about test cases with test information and error messages.

Data Type Components Description

◆ kind_of_test

integer model_test_routines::testcasetype::kind_of_test
private

kind of test variable; parameter, input, forcing, generic

◆ maxvalue

real model_test_routines::testcasetype::maxvalue
private

maximum value of the tested input variable

◆ minvalue

real model_test_routines::testcasetype::minvalue
private

minimum value of the tested input variable

◆ name

character(len=32) model_test_routines::testcasetype::name
private

name of the tested variable/te

◆ passed

logical model_test_routines::testcasetype::passed
private

result of test

◆ tested

logical model_test_routines::testcasetype::tested = .FALSE.
private

test performed

◆ tolerance

integer model_test_routines::testcasetype::tolerance
private

parameter for specific tolerance


The documentation for this type was generated from the following file: