mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			187 B
		
	
	
	
		
			Cheetah
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			187 B
		
	
	
	
		
			Cheetah
		
	
	
	
		
			Vendored
		
	
	
	
| {{.Comment}}
 | |
| func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
 | |
| 	if h, ok := t.(tHelper); ok { h.Helper() }
 | |
| 	if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }
 | |
| 	t.FailNow()
 | |
| }
 |