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

18 lines
408 B
Go
Raw Normal View History

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