TestDebugPrintWARNINGDefaultWithUnsupportedVersion() — gin Function Reference
Architecture documentation for the TestDebugPrintWARNINGDefaultWithUnsupportedVersion() function in debug_test.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 6ba87d34_d177_81c0_82cc_21c4e9e8fddb["TestDebugPrintWARNINGDefaultWithUnsupportedVersion()"] 8ee5a2af_634d_2b9b_d50c_11685d28130a["captureOutput()"] 6ba87d34_d177_81c0_82cc_21c4e9e8fddb -->|calls| 8ee5a2af_634d_2b9b_d50c_11685d28130a style 6ba87d34_d177_81c0_82cc_21c4e9e8fddb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
debug_test.go lines 117–125
func TestDebugPrintWARNINGDefaultWithUnsupportedVersion(t *testing.T) {
runtimeVersion = "go1.23.12"
re := captureOutput(t, func() {
SetMode(DebugMode)
debugPrintWARNINGDefault()
SetMode(TestMode)
})
assert.Equal(t, "[GIN-debug] [WARNING] Now Gin requires Go 1.24+.\n\n[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.\n\n", re)
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does TestDebugPrintWARNINGDefaultWithUnsupportedVersion() do?
TestDebugPrintWARNINGDefaultWithUnsupportedVersion() is a function in the gin codebase.
What does TestDebugPrintWARNINGDefaultWithUnsupportedVersion() call?
TestDebugPrintWARNINGDefaultWithUnsupportedVersion() calls 1 function(s): captureOutput.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free