Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Test.Test Class Reference

Runs some tests on multihead ingestion. More...

Static Public Member Functions

static string generate_date (Random rng)
 Generate a random date. More...
 
static string generate_datetime (Random rng)
 Generate a random datetime. More...
 
static string generate_decimal (Random rng)
 Generate a random decimal value (up to 15 digits of precision and up to four digits of scale). More...
 
static string generate_IPv4 (Random rng)
 Generate a random IPv4 address. More...
 
static string generate_time (Random rng)
 Generate a random time of the format HH:MM:SS[.mmm]. More...
 

Detailed Description

Runs some tests on multihead ingestion.

In order to run them, use the Visual Studio solution named 'gpudb-api-cs-with-tests'. Do NOT push either that soultion or this file to github!!!!!!!

Definition at line 36 of file Test.cs.

Member Function Documentation

static string Test.Test.generate_date ( Random  rng)
inlinestatic

Generate a random date.

Parameters
rngThe random number generator to use.
Returns
A string containing a valid random date.

Definition at line 989 of file Test.cs.

static string Test.Test.generate_datetime ( Random  rng)
inlinestatic

Generate a random datetime.

Parameters
rngThe random number generator to use.
Returns
A string containing a valid random date.

Definition at line 1005 of file Test.cs.

static string Test.Test.generate_decimal ( Random  rng)
inlinestatic

Generate a random decimal value (up to 15 digits of precision and up to four digits of scale).

Parameters
rngThe random number generator to use.
Returns
A string containing a random decimal value.

Definition at line 1060 of file Test.cs.

static string Test.Test.generate_IPv4 ( Random  rng)
inlinestatic

Generate a random IPv4 address.

Parameters
rngThe random number generator to use.
Returns
A string containing a random IPv4 address.

Definition at line 1077 of file Test.cs.

static string Test.Test.generate_time ( Random  rng)
inlinestatic

Generate a random time of the format HH:MM:SS[.mmm].

Parameters
rngThe random number generator to use.
Returns
A string containing a valid random time.

Definition at line 1094 of file Test.cs.


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