Files
sap-jenkins-library/cmd/abapAddonAssemblyKitCheckCVs_generated_test.go
T

17 lines
367 B
Go
Raw Normal View History

2020-09-17 11:01:19 +02:00
package cmd
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestAbapAddonAssemblyKitCheckCVsCommand(t *testing.T) {
testCmd := AbapAddonAssemblyKitCheckCVsCommand()
// only high level testing performed - details are tested in step generation procedure
assert.Equal(t, "abapAddonAssemblyKitCheckCVs", testCmd.Use, "command name incorrect")
}