Files
sap-jenkins-library/cmd/detectExecuteScan_generated_test.go
T
2019-12-13 09:55:45 +00:00

17 lines
334 B
Go

package cmd
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestDetectExecuteScanCommand(t *testing.T) {
testCmd := DetectExecuteScanCommand()
// only high level testing performed - details are tested in step generation procudure
assert.Equal(t, "detectExecuteScan", testCmd.Use, "command name incorrect")
}