Documentation ¶
Overview ¶
Package integration contains some integration tests which are intended to serve as a way of checking that various top-level binaries work as intended, as well as providing a simple example of how to run and use the various servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunLogIntegration ¶
func RunLogIntegration(client trillian.TrillianLogClient, params TestParameters) error
RunLogIntegration runs a log integration test using the given client and test parameters.
func RunMapIntegration ¶
RunMapIntegration runs a map integration test using the given map ID and client.
Types ¶
type TestParameters ¶
type TestParameters struct {
// contains filtered or unexported fields
}
TestParameters bundles up all the settings for a test run
func DefaultTestParameters ¶
func DefaultTestParameters(treeID int64) TestParameters
DefaultTestParameters builds a TestParameters object for a normal test of the given log.
Click to show internal directories.
Click to hide internal directories.