1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/cmd/pipelineCreateScanSummary_generated_test.go

18 lines
372 B
Go
Raw Normal View History

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