mirror of
https://github.com/acaloiaro/newsbox
synced 2026-07-21 18:29:15 +00:00
29 lines
624 B
Go
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!")
|
|
}
|