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

Tests for get_records endpoint. More...

Public Member Functions

void TestGetRecordsAll ()
 
void TestGetRecordsPagination ()
 
void TestGetRecordsWithFilter ()
 
void TestGetRecordsWithSorting ()
 
void TestGetRecordsLimitZero ()
 
void TestGetRecordsFromEmptyTable ()
 
void TestGetRecordsOffsetBeyondEnd ()
 

Detailed Description

Tests for get_records endpoint.

These tests mirror the Rust get_records_tests.rs implementation.

Definition at line 14 of file GetRecordsTests.cs.

Member Function Documentation

◆ TestGetRecordsAll()

void Kinetica.Tests.IntegrationTests.GetRecordsTests.TestGetRecordsAll ( )
inline

Definition at line 33 of file GetRecordsTests.cs.

◆ TestGetRecordsFromEmptyTable()

void Kinetica.Tests.IntegrationTests.GetRecordsTests.TestGetRecordsFromEmptyTable ( )
inline

Definition at line 107 of file GetRecordsTests.cs.

◆ TestGetRecordsLimitZero()

void Kinetica.Tests.IntegrationTests.GetRecordsTests.TestGetRecordsLimitZero ( )
inline

Definition at line 94 of file GetRecordsTests.cs.

◆ TestGetRecordsOffsetBeyondEnd()

void Kinetica.Tests.IntegrationTests.GetRecordsTests.TestGetRecordsOffsetBeyondEnd ( )
inline

Definition at line 120 of file GetRecordsTests.cs.

◆ TestGetRecordsPagination()

void Kinetica.Tests.IntegrationTests.GetRecordsTests.TestGetRecordsPagination ( )
inline

Definition at line 45 of file GetRecordsTests.cs.

◆ TestGetRecordsWithFilter()

void Kinetica.Tests.IntegrationTests.GetRecordsTests.TestGetRecordsWithFilter ( )
inline

Definition at line 68 of file GetRecordsTests.cs.

◆ TestGetRecordsWithSorting()

void Kinetica.Tests.IntegrationTests.GetRecordsTests.TestGetRecordsWithSorting ( )
inline

Definition at line 80 of file GetRecordsTests.cs.


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