github.com/jaylevin/jenkins-library@v1.230.4/cmd/abapEnvironmentCreateSystem_generated_test.go (about)

     1  package cmd
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/assert"
     7  )
     8  
     9  func TestAbapEnvironmentCreateSystemCommand(t *testing.T) {
    10  	t.Parallel()
    11  
    12  	testCmd := AbapEnvironmentCreateSystemCommand()
    13  
    14  	// only high level testing performed - details are tested in step generation procedure
    15  	assert.Equal(t, "abapEnvironmentCreateSystem", testCmd.Use, "command name incorrect")
    16  
    17  }