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

Tests for table management endpoints. More...

Public Member Functions

void TestCreateTableBasic ()
 
void TestCreateTableWithOptions ()
 
void TestHasTableExists ()
 
void TestHasTableNotExists ()
 
void TestClearTable ()
 
void TestCreateMultipleTablesSameType ()
 

Detailed Description

Tests for table management endpoints.

These tests mirror the Rust table_management_tests.rs implementation.

Definition at line 14 of file TableManagementTests.cs.

Member Function Documentation

◆ TestClearTable()

void Kinetica.Tests.IntegrationTests.TableManagementTests.TestClearTable ( )
inline

Definition at line 79 of file TableManagementTests.cs.

◆ TestCreateMultipleTablesSameType()

void Kinetica.Tests.IntegrationTests.TableManagementTests.TestCreateMultipleTablesSameType ( )
inline

Definition at line 106 of file TableManagementTests.cs.

◆ TestCreateTableBasic()

void Kinetica.Tests.IntegrationTests.TableManagementTests.TestCreateTableBasic ( )
inline

Definition at line 17 of file TableManagementTests.cs.

◆ TestCreateTableWithOptions()

void Kinetica.Tests.IntegrationTests.TableManagementTests.TestCreateTableWithOptions ( )
inline

Definition at line 32 of file TableManagementTests.cs.

◆ TestHasTableExists()

void Kinetica.Tests.IntegrationTests.TableManagementTests.TestHasTableExists ( )
inline

Definition at line 51 of file TableManagementTests.cs.

◆ TestHasTableNotExists()

void Kinetica.Tests.IntegrationTests.TableManagementTests.TestHasTableNotExists ( )
inline

Definition at line 68 of file TableManagementTests.cs.


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