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

21 lines
413 B
Go
Raw Normal View History

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