Test context that manages schema and cleanup for integration tests.
More...
Inherits IDisposable.
|
| static string | url |
| | Get connection configuration from environment variables. More...
|
| |
Test context that manages schema and cleanup for integration tests.
This mirrors the Rust TestContext implementation.
Definition at line 11 of file TestContext.cs.
◆ TestContext()
| Kinetica.Tests.Common.TestContext.TestContext |
( |
string |
testName | ) |
|
|
inline |
Create a new test context with an isolated schema.
- Parameters
-
| testName | Name of the test (used for schema naming) |
Definition at line 34 of file TestContext.cs.
◆ Cleanup()
| void Kinetica.Tests.Common.TestContext.Cleanup |
( |
| ) |
|
|
inline |
◆ Dispose()
| void Kinetica.Tests.Common.TestContext.Dispose |
( |
| ) |
|
|
inline |
◆ QualifiedTable()
| string Kinetica.Tests.Common.TestContext.QualifiedTable |
( |
string |
tableName | ) |
|
|
inline |
Get a qualified table name (schema.table).
Definition at line 74 of file TestContext.cs.
◆ url
| string Kinetica.Tests.Common.TestContext.url |
|
static |
Get connection configuration from environment variables.
Definition at line 21 of file TestContext.cs.
◆ Kinetica
◆ SchemaName
| string Kinetica.Tests.Common.TestContext.SchemaName |
|
get |
The documentation for this class was generated from the following file: