
Public Member Functions | |
| void | Init (string providerAssembly, string providerClass) |
| Used to setup all the needed resources before the tests are run. | |
| void | Destroy () |
| Used to cleanup any resorces created by the test. | |
| void | CollectionTest () |
| Test to create a collection. | |
| void | CreateRecordTest () |
| Test case to create an object in the store. | |
| void | PerformanceTest () |
| Test case to test the performance of the provider. | |
| void | DeleteRecordTest () |
| Test case to delete an object in the store. | |
| void | QueryTest () |
| Test case to find objects that match the supported queries. | |
| void | GetRecordTest () |
| Test case to locate an object by id in the object store. | |
| void | ModifyRecordTest () |
| Test to modify an existing record. | |
| void | UnmanagedCall () |
| void Simias::Storage::Provider::Tests::Init | ( | string | providerAssembly, | |
| string | providerClass | |||
| ) | [inline] |
Used to setup all the needed resources before the tests are run.
| void Simias::Storage::Provider::Tests::Destroy | ( | ) | [inline] |
Used to cleanup any resorces created by the test.
| void Simias::Storage::Provider::Tests::CollectionTest | ( | ) | [inline] |
Test to create a collection.
| void Simias::Storage::Provider::Tests::CreateRecordTest | ( | ) | [inline] |
Test case to create an object in the store.
| void Simias::Storage::Provider::Tests::PerformanceTest | ( | ) | [inline] |
Test case to test the performance of the provider.
| void Simias::Storage::Provider::Tests::DeleteRecordTest | ( | ) | [inline] |
Test case to delete an object in the store.
| void Simias::Storage::Provider::Tests::QueryTest | ( | ) | [inline] |
Test case to find objects that match the supported queries.
| void Simias::Storage::Provider::Tests::GetRecordTest | ( | ) | [inline] |
Test case to locate an object by id in the object store.
| void Simias::Storage::Provider::Tests::ModifyRecordTest | ( | ) | [inline] |
Test to modify an existing record.
| void Simias::Storage::Provider::Tests::UnmanagedCall | ( | ) | [inline] |
1.5.6