Documentation ¶
Overview ¶
Copyright 2019 Gravitational, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
const Timeout = 500 * time.Millisecond
Timeout specifies the maximum amount of time to wait for an expectation in time-based tests
Variables ¶
This section is empty.
Functions ¶
func NewEvent ¶
func NewEvent(msg string) dispatcher.Event
NewEvent creates a new event with the given message
func NewResponse ¶
func NewResponse(msg string) *installpb.ProgressResponse
NewResponse creates a new response with the given message
func ValidateResponse ¶
func ValidateResponse(c *C, dispatcher dispatcher.EventDispatcher, msg string)
ValidateResponse validates that the dispatcher contains a response with the given message
Types ¶
This section is empty.