github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/plugins/tools/ox/resource/templates/action_test.go.tmpl (about)

     1  package actions
     2  
     3  {{ range $a := .Actions }}
     4  func (as *ActionSuite) Test_{{$.Name.Resource}}Resource_{{ $a.Pascalize }}() {
     5    	as.Fail("Not Implemented!")
     6  }
     7  {{ end }}