OpenPetra
Free Administration Software for Non-Profits
Ict.Common.Data.Testing.TTestCommonData Class Reference

This is a testing program for Ict.Common.Data.dll. More...

Public Member Functions

void Init ()
 Init the test. More...
 
void TearDown ()
 clean up after the test More...
 
void UpdateRecord ()
 update an existing record. testing the modificationID timestamp More...
 
void SpeedTestLoadIntoTypedTable ()
 investigating the speed of loading a table. in the end, in my specific case, it was a DataView that slowed down the load, and also the merge More...
 

Detailed Description

This is a testing program for Ict.Common.Data.dll.

Member Function Documentation

◆ Init()

void Ict.Common.Data.Testing.TTestCommonData.Init ( )
inline

Init the test.

◆ SpeedTestLoadIntoTypedTable()

void Ict.Common.Data.Testing.TTestCommonData.SpeedTestLoadIntoTypedTable ( )
inline

investigating the speed of loading a table. in the end, in my specific case, it was a DataView that slowed down the load, and also the merge

◆ TearDown()

void Ict.Common.Data.Testing.TTestCommonData.TearDown ( )
inline

clean up after the test

◆ UpdateRecord()

void Ict.Common.Data.Testing.TTestCommonData.UpdateRecord ( )
inline

update an existing record. testing the modificationID timestamp


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