route/vendor/github.com/mitchellh/cli/ui_mock_test.go

10 lines
105 B
Go
Raw Normal View History

2017-12-02 23:34:35 +00:00
package cli
import (
"testing"
)
func TestMockUi_implements(t *testing.T) {
var _ Ui = new(MockUi)
}