Kinetica   C#   API  Version 7.2.3.1
Kinetica.Tests.IntegrationTests.BasicTests Class Reference

Basic integration tests for core API functionality. More...

Public Member Functions

void TestHasType ()
 
void TestHasTable ()
 
void TestCreateAndClearTable ()
 
void TestSchemaIsolation ()
 
void TestContextCreation ()
 

Detailed Description

Basic integration tests for core API functionality.

These tests mirror the Rust basic_tests.rs implementation.

Definition at line 14 of file BasicTests.cs.

Member Function Documentation

◆ TestContextCreation()

void Kinetica.Tests.IntegrationTests.BasicTests.TestContextCreation ( )
inline

Definition at line 136 of file BasicTests.cs.

◆ TestCreateAndClearTable()

void Kinetica.Tests.IntegrationTests.BasicTests.TestCreateAndClearTable ( )
inline

Definition at line 87 of file BasicTests.cs.

◆ TestHasTable()

void Kinetica.Tests.IntegrationTests.BasicTests.TestHasTable ( )
inline

Definition at line 50 of file BasicTests.cs.

◆ TestHasType()

void Kinetica.Tests.IntegrationTests.BasicTests.TestHasType ( )
inline

Definition at line 17 of file BasicTests.cs.

◆ TestSchemaIsolation()

void Kinetica.Tests.IntegrationTests.BasicTests.TestSchemaIsolation ( )
inline

Definition at line 126 of file BasicTests.cs.


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