Home / Function/ TestRenderIndentedJSONPanics() — gin Function Reference

TestRenderIndentedJSONPanics() — gin Function Reference

Architecture documentation for the TestRenderIndentedJSONPanics() function in render_test.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  1d68f989_5881_0af9_ab50_a1ab3938fae2["TestRenderIndentedJSONPanics()"]
  067a4839_481a_7bd8_fc59_5c8c3313879c["render_test.go"]
  1d68f989_5881_0af9_ab50_a1ab3938fae2 -->|defined in| 067a4839_481a_7bd8_fc59_5c8c3313879c
  style 1d68f989_5881_0af9_ab50_a1ab3938fae2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

render/render_test.go lines 68–75

func TestRenderIndentedJSONPanics(t *testing.T) {
	w := httptest.NewRecorder()
	data := make(chan int)

	// json: unsupported type: chan int
	err := (IndentedJSON{data}).Render(w)
	require.Error(t, err)
}

Subdomains

Frequently Asked Questions

What does TestRenderIndentedJSONPanics() do?
TestRenderIndentedJSONPanics() is a function in the gin codebase, defined in render/render_test.go.
Where is TestRenderIndentedJSONPanics() defined?
TestRenderIndentedJSONPanics() is defined in render/render_test.go at line 68.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free