mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
Update controller_test.go
Former-commit-id: 2f2576255b988f29e8745bc62f5a14a848349bc5
This commit is contained in:
parent
986be58702
commit
9115745e4f
|
@ -409,6 +409,9 @@ func (c *testControllerRelPathFromFunc) GetSomethingByBy(string, int) {}
|
|||
func (c *testControllerRelPathFromFunc) GetSomethingNewBy(string, int) {} // two input arguments, one By which is the latest word.
|
||||
func (c *testControllerRelPathFromFunc) GetSomethingByElseThisBy(bool, int) {} // two input arguments
|
||||
|
||||
func (c *testControllerRelPathFromFunc) GetLocationX(){}
|
||||
func (c *testControllerRelPathFromFunc) GetLocationXBy(int){}
|
||||
|
||||
func TestControllerRelPathFromFunc(t *testing.T) {
|
||||
app := iris.New()
|
||||
New(app).Handle(new(testControllerRelPathFromFunc))
|
||||
|
|
Loading…
Reference in New Issue
Block a user