Documentation
¶
Overview ¶
Package sharedtest contains test helpers that may be used in unit tests and/or benchmarks for multiple packages in go-sdk-common. It should not import any go-sdk-common packages except ldvalue.
Index ¶
Constants ¶
View Source
const ( SmallNumberOfCustomAttributes = 2 //nolint:revive MiddleNumberOfCustomAttributes = 10 //nolint:revive LargeNumberOfCustomAttributes = 50 )
Variables ¶
This section is empty.
Functions ¶
func MakeOldUserWithAllAttributesJSON ¶
func MakeOldUserWithAllAttributesJSON() []byte
func MakeOldUserWithFewAttributesJSON ¶
func MakeOldUserWithFewAttributesJSON() []byte
func MakeOldUserWithKeyOnlyJSON ¶
func MakeOldUserWithKeyOnlyJSON() []byte
Types ¶
type NameAndLDValue ¶
func MakeCustomAttributeNamesAndValues ¶
func MakeCustomAttributeNamesAndValues(count int) []NameAndLDValue
type UnmarshalingTestParams ¶
func MakeOldUserUnmarshalingTestParams ¶
func MakeOldUserUnmarshalingTestParams() []UnmarshalingTestParams
Click to show internal directories.
Click to hide internal directories.