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

10 lines
105 B
Go

package cli
import (
"testing"
)
func TestMockUi_implements(t *testing.T) {
var _ Ui = new(MockUi)
}