newsbox/actions/profiles_test.go
Adriano Caloiaro 8ae801ae5f
Initial commit
2023-02-15 08:57:48 -08:00

29 lines
624 B
Go

package actions
func (as *ActionSuite) Test_ProfilesResource_List() {
as.Fail("Not Implemented!")
}
func (as *ActionSuite) Test_ProfilesResource_Show() {
as.Fail("Not Implemented!")
}
func (as *ActionSuite) Test_ProfilesResource_Create() {
as.Fail("Not Implemented!")
}
func (as *ActionSuite) Test_ProfilesResource_Update() {
as.Fail("Not Implemented!")
}
func (as *ActionSuite) Test_ProfilesResource_Destroy() {
as.Fail("Not Implemented!")
}
func (as *ActionSuite) Test_ProfilesResource_New() {
as.Fail("Not Implemented!")
}
func (as *ActionSuite) Test_ProfilesResource_Edit() {
as.Fail("Not Implemented!")
}