1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/cmd/detectExecuteScan_generated_test.go

17 lines
334 B
Go
Raw Normal View History

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")
}