mirror of
https://github.com/kataras/iris.git
synced 2025-03-21 19:46:25 +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) 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) GetSomethingByElseThisBy(bool, int) {} // two input arguments
|
||||||
|
|
||||||
|
func (c *testControllerRelPathFromFunc) GetLocationX(){}
|
||||||
|
func (c *testControllerRelPathFromFunc) GetLocationXBy(int){}
|
||||||
|
|
||||||
func TestControllerRelPathFromFunc(t *testing.T) {
|
func TestControllerRelPathFromFunc(t *testing.T) {
|
||||||
app := iris.New()
|
app := iris.New()
|
||||||
New(app).Handle(new(testControllerRelPathFromFunc))
|
New(app).Handle(new(testControllerRelPathFromFunc))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user