github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/resource/templates/standard/actions/resource-name_test.go.tmpl (about)

     1  package actions
     2  
     3  import (
     4    "testing"
     5  
     6    "github.com/stretchr/testify/require"
     7  )
     8  {{ range $a := .actions }}
     9  func (as *ActionSuite) Test_{{$.opts.Name.Resource}}Resource_{{ $a.Pascalize }}() {
    10    as.Fail("Not Implemented!")
    11  }
    12  {{ end }}