зеркало из https://github.com/Azure/spec-sla-bot.git
30 строки
666 B
Go
30 строки
666 B
Go
package actions
|
|
|
|
func (as *ActionSuite) Test_EmailAssigneesResource_List() {
|
|
as.Fail("Not Implemented!")
|
|
}
|
|
|
|
func (as *ActionSuite) Test_EmailAssigneesResource_Show() {
|
|
as.Fail("Not Implemented!")
|
|
}
|
|
|
|
func (as *ActionSuite) Test_EmailAssigneesResource_New() {
|
|
as.Fail("Not Implemented!")
|
|
}
|
|
|
|
func (as *ActionSuite) Test_EmailAssigneesResource_Create() {
|
|
as.Fail("Not Implemented!")
|
|
}
|
|
|
|
func (as *ActionSuite) Test_EmailAssigneesResource_Edit() {
|
|
as.Fail("Not Implemented!")
|
|
}
|
|
|
|
func (as *ActionSuite) Test_EmailAssigneesResource_Update() {
|
|
as.Fail("Not Implemented!")
|
|
}
|
|
|
|
func (as *ActionSuite) Test_EmailAssigneesResource_Destroy() {
|
|
as.Fail("Not Implemented!")
|
|
}
|