# Functions
No description provided by the author
Build the Table Data, based on TestDataPointName, to be used when the popup table is shown to the user to pick from.
GetTestDataModelPtr Returns a pointer to the full TestDataModel.
ImportEmbeddedSimpleCsvTestDataFile Imports an embedded csv-file with relative path and name in 'fileNameAndRelativePath' and having a data divider of type 'divider' The first row must consist of column headers.
# Constants
Error/warning texts for control of Group Name.
Error/warning texts for control of Group Name.
Error/warning texts for control of Group Name.
Error/warning texts for control of Group Name.
Error/warning texts for control of Group Name.
# Variables
TestDataModel The Full TestDataModel.
# Structs
Structure for the Group.
Message sent back when a Group is Created or is Edited.
TestDataAreaStruct TestData for one Area within one Domain.
TestDataColumnMetaDataStruct Holds the information about a column regarding if data should be visible when selecting for data, and some other stuff.
TestDataDomainModelStruct DataData for one Domain.
TestDataForGroupObjectStruct Is used to keep variables per instance of 'testDataForGroupObject' Used for keep track of Group-TestData per TestCase or per TestSuite.
TestDataFromSimpleTestDataAreaStruct Struct for holding TestData for one TestDataArea within a TestDataDomain.
TestDataModelStruct The structure holding all TestData.
No description provided by the author
TestDataPointValueStruct Holding all information about one TestDataValue.
# Type aliases
TestDataAreaNameType The Name for a specific TestData-area within the Domain.
TestDataAreaUuidType The UUID for a specific TestData-area within the Domain.
TestDataColumnAndRowUuidType The hash ColumnUuid 'concat' RowUuid: SHA256(TestDataColumnUuidType 'concat' TestDataPointRowUuidType).
TestDataColumnDataNameType The DataName used for Placeholder and other data manipulations connected to a specific column in the TestDataSet.
TestDataColumnUINameType The Name used in UI connected to a specific column in the TestDataSet.
TestDataColumnUuidType Identifies a Column that goes across TestDataPoints/TestDataRows.
TestDataDomainNameType The Name of the Domain that owns the TestData.
TestDataDomainOrAreaNameType The Name for a specific TestData-domain or TestData-area.
TestDataDomainOrAreaUuidType The UUID for a specific TestData-domain or TestData-area.
TestDataDomainTemplateNameType The Name, of the Domain, used in templates.
TestDataDomainUuidType The UUID of the Domain that owns the TestData.
TestDataFileSha256HashType The File hash for one TestArea.
The type for Group name.
The type for the map that holds the connection between TestDataÅpintName and all the RowUUids connectoed to it.
TestDataPointRowUuidType Identifies one TestDataPoint/TestDataRow.
TestDataPointRowValuesSummaryType All values for a TestDataRow is concatenated into single value as a summary.
TestDataValueNameDescriptionType The Description of how the name for a TestDataPoint is constructed.
TestDataValueNameType The name for a TestDataPoint.
TestDataValueType The value for specific TestDataPoint-value.