File: command_mock_test.go

package info (click to toggle)
golang-github-mitchellh-cli 0.0~git20160203.0.5c87c51-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 131
  • sloc: makefile: 5
file content (9 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
package cli

import (
	"testing"
)

func TestMockCommand_implements(t *testing.T) {
	var _ Command = new(MockCommand)
}