Documentation
¶
Overview ¶
Package test include external test apps, helper functions, and test data.
Index ¶
- func NewSchemar(t *testing.T) (schemar schemar.Schemar, cleanup func())
- func TestQualifiedTable(t *testing.T, qual dax.TableQualifier, name dax.TableName, partitionN int, ...) *dax.QualifiedTable
- func TestQualifiedTableWithID(t *testing.T, qual dax.TableQualifier, id string, name dax.TableName, ...) *dax.QualifiedTable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestQualifiedTable ¶
func TestQualifiedTable(t *testing.T, qual dax.TableQualifier, name dax.TableName, partitionN int, keyed bool) *dax.QualifiedTable
TestQualifiedTable is a test helper function for creating a table based on a general configuration. This function creates a Table with a random TableID. If you need to specify the TableID yourself, use the TestQualifiedTableWithID function.
func TestQualifiedTableWithID ¶
func TestQualifiedTableWithID(t *testing.T, qual dax.TableQualifier, id string, name dax.TableName, partitionN int, keyed bool) *dax.QualifiedTable
TestQualifiedTableWithID is a test helper function for creating a table based on a general configuration, and having the specified TableID.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.