MCPcopy Create free account

hub / github.com/olekukonko/tablewriter / functions

Functions889 in github.com/olekukonko/tablewriter

FunctionTestBasicTableUnicodeRounded
(t *testing.T)
tests/basic_test.go:164
FunctionTestBatchGlobalWidthScaling
(t *testing.T)
tests/feature_test.go:56
FunctionTestBatchPerColumnWidths
(t *testing.T)
tests/feature_test.go:14
FunctionTestBatchWidthsWithHorizontalMerge
(t *testing.T)
tests/feature_test.go:100
FunctionTestBorders
(t *testing.T)
tests/streamer_test.go:269
FunctionTestBug252
(t *testing.T)
tests/bug_test.go:41
FunctionTestBug254
(t *testing.T)
tests/bug_test.go:193
FunctionTestBug260
(t *testing.T)
tests/bug_test.go:242
FunctionTestBug267
(t *testing.T)
tests/bug_test.go:337
FunctionTestBug271
(t *testing.T)
tests/bug_test.go:394
FunctionTestBug289
(t *testing.T)
tests/bug_test.go:438
FunctionTestBugRenditionDebugLeak
TestBugRenditionDebugLeak verifies that Blueprint.Rendition() does not emit debug output when WithDebug(false) is applied via Options(). Previously, w
tests/bug_test.go:556
FunctionTestBug_ForceNarrow_MultiChar
(t *testing.T)
pkg/twwidth/width_test.go:435
FunctionTestBuildPaddingLineContents
TestBuildPaddingLineContents tests the buildPaddingLineContents function with various configurations. It verifies padding line construction with diffe
tablewriter_test.go:20
FunctionTestCalculateContentMaxWidth
TestCalculateContentMaxWidth tests the calculateContentMaxWidth function in batch and streaming modes. It verifies width calculations with various con
tablewriter_test.go:54
FunctionTestCallStringer
TestCallStringer tests the convertToStringer function with caching enabled and disabled. It verifies stringer invocation and cache behavior for custom
tablewriter_test.go:93
FunctionTestCallStringerConcurrent
TestCallStringerConcurrent tests the convertToStringer function under concurrent access. It verifies thread-safety of the stringer cache with multiple
tablewriter_test.go:129
FunctionTestCallbacks
TestCallbacks tests the CellCallbacks functionality with the hybrid configuration approach. It verifies callbacks are triggered during rendering using
tablewriter_test.go:156
FunctionTestCodeIndentation
TestCodeIndentation replicates the logic from the reported bug.go ensuring that with TrimTab off, code blocks preserve their tab structure.
tests/feature_test.go:520
FunctionTestColorizedBasicTable
(t *testing.T)
tests/colorized_test.go:13
FunctionTestColorizedCustomColors
(t *testing.T)
tests/colorized_test.go:57
FunctionTestColorizedHorizontalMerge
(t *testing.T)
tests/colorized_test.go:147
FunctionTestColorizedLongValues
(t *testing.T)
tests/colorized_test.go:113
FunctionTestColorizedNoBorders
(t *testing.T)
tests/colorized_test.go:35
FunctionTestCompatMode
(t *testing.T)
tests/feature_test.go:196
FunctionTestConcurrentSetEastAsian
(t *testing.T)
pkg/twwidth/width_test.go:309
FunctionTestConfigAutoHideDefault
(t *testing.T)
tests/extra_test.go:198
FunctionTestControl
(t *testing.T)
tests/extra_test.go:520
FunctionTestConvertToString
TestConvertToString tests the convertToString function with various input types. It verifies correct string conversion for nil, strings, SQL null type
tablewriter_test.go:252
FunctionTestCoverageGaps
Add this to cache_test.go
pkg/twcache/lru_test.go:222
FunctionTestCoverageWidth
(t *testing.T)
pkg/twwidth/width_test.go:350
FunctionTestDefaultConfigMerging
(t *testing.T)
tests/blueprint_test.go:10
FunctionTestDetectEastAsian_Logic
(t *testing.T)
pkg/twwidth/ea_test.go:8
FunctionTestDisplay
(t *testing.T)
pkg/twwidth/width_test.go:155
FunctionTestDisplayWidth
(t *testing.T)
pkg/twwarp/wrap_test.go:69
FunctionTestEmojiTable
(t *testing.T)
tests/extra_test.go:334
FunctionTestEnsureStreamWidthsCalculated
TestEnsureStreamWidthsCalculated tests the ensureStreamWidthsCalculated function. It verifies stream width initialization in streaming mode with vario
tablewriter_test.go:276
FunctionTestFilter
(t *testing.T)
pkg/twwidth/width_test.go:66
FunctionTestFilterMasking
(t *testing.T)
tests/extra_test.go:12
FunctionTestHTMLBasicTable
TestHTMLBasicTable verifies that a basic HTML table with headers and rows is rendered correctly.
tests/html_test.go:13
FunctionTestHTMLCSSClasses
TestHTMLCSSClasses tests HTML table rendering with custom CSS classes for table, sections, and rows.
tests/html_test.go:357
FunctionTestHTMLCombinedMerge
TestHTMLCombinedMerge verifies HTML table rendering with both horizontal and vertical cell merges.
tests/html_test.go:246
FunctionTestHTMLEmptyTable
TestHTMLEmptyTable verifies HTML rendering for empty tables and tables with only headers.
tests/html_test.go:321
FunctionTestHTMLEscaping
TestHTMLEscaping verifies HTML content escaping behavior with and without EscapeContent enabled.
tests/html_test.go:81
FunctionTestHTMLHierarchicalMerge
TestHTMLHierarchicalMerge tests HTML table rendering with hierarchical cell merges.
tests/html_test.go:282
FunctionTestHTMLHorizontalMerge
TestHTMLHorizontalMerge verifies HTML table rendering with horizontal cell merges in headers, rows, and footers.
tests/html_test.go:174
FunctionTestHTMLMultiLine
TestHTMLMultiLine tests HTML table rendering with multiline cell content, noting that newlines create separate rows.
tests/html_test.go:131
FunctionTestHTMLStructureStrict
TestHTMLStructureStrict verifies the exact HTML structure of a table without whitespace or formatting variations.
tests/html_test.go:394
FunctionTestHTMLVerticalMerge
TestHTMLVerticalMerge tests HTML table rendering with vertical cell merges based on repeated values.
tests/html_test.go:209
FunctionTestHTMLWithFooterAndAlignment
TestHTMLWithFooterAndAlignment tests an HTML table with a footer and custom column alignments.
tests/html_test.go:39
FunctionTestHorizontalMerge
(t *testing.T)
tests/merge_test.go:52
FunctionTestHorizontalMergeAlignFooter
(t *testing.T)
tests/merge_test.go:195
FunctionTestHorizontalMergeEachLine
(t *testing.T)
tests/merge_test.go:97
FunctionTestHorizontalMergeEachLineCenter
(t *testing.T)
tests/merge_test.go:149
FunctionTestInitRespectsEnvironment
(t *testing.T)
pkg/twwidth/width_test.go:37
FunctionTestLRU
(t *testing.T)
pkg/twcache/lru_test.go:9
FunctionTestLinesCounter
TestLinesCounter verifies the functionality of the WithLineCounter and WithCounters options.
tests/feature_test.go:275
FunctionTestLongHeaders
(t *testing.T)
tests/basic_test.go:344
FunctionTestLongValues
(t *testing.T)
tests/basic_test.go:409
FunctionTestMain
(m *testing.M)
pkg/twwidth/width_test.go:29
FunctionTestMarkdownAlignment
(t *testing.T)
tests/markdown_test.go:33
FunctionTestMarkdownAlignmentNone
(t *testing.T)
tests/markdown_test.go:268
FunctionTestMarkdownBasicTable
(t *testing.T)
tests/markdown_test.go:12
FunctionTestMarkdownCustomPadding
(t *testing.T)
tests/markdown_test.go:168
FunctionTestMarkdownEmptyTable
(t *testing.T)
tests/markdown_test.go:230
FunctionTestMarkdownHorizontalMerge
(t *testing.T)
tests/markdown_test.go:200
FunctionTestMarkdownLongHeaders
(t *testing.T)
tests/markdown_test.go:107
FunctionTestMarkdownLongValues
(t *testing.T)
tests/markdown_test.go:136
FunctionTestMarkdownNoBorders
(t *testing.T)
tests/markdown_test.go:59
FunctionTestMarkdownUnicode
(t *testing.T)
tests/markdown_test.go:86
FunctionTestMarkdownWithFooter
(t *testing.T)
tests/markdown_test.go:241
FunctionTestMasterClass
(t *testing.T)
tests/extra_test.go:106
FunctionTestMergeBoth
(t *testing.T)
tests/merge_test.go:287
FunctionTestMergeCellConfig
TestMergeCellConfig comprehensively tests the mergeCellConfig function.
tablewriter_test.go:329
FunctionTestMergeHierarchical
(t *testing.T)
tests/merge_test.go:372
FunctionTestMergeHierarchicalByColumnIndex
TestMergeHierarchicalByColumnIndex verifies that hierarchical merging correctly respects the column index filter.
tests/merge_test.go:778
FunctionTestMergeHierarchicalCombined
(t *testing.T)
tests/merge_test.go:658
FunctionTestMergeHierarchicalUnicode
(t *testing.T)
tests/merge_test.go:416
FunctionTestMergeVerticalByColumnIndex
TestMergeVerticalByColumnIndex verifies that vertical merging only applies to the columns specified by the new API.
tests/merge_test.go:718
FunctionTestMergeWithMultipleLines
(t *testing.T)
tests/merge_test.go:510
FunctionTestMergeWithPadding
(t *testing.T)
tests/merge_test.go:460
FunctionTestOceanTableDefault
(t *testing.T)
tests/ocean_test.go:12
FunctionTestOceanTableStreaming_HorizontalMerge
(t *testing.T)
tests/ocean_test.go:353
FunctionTestOceanTableStreaming_MultiLineCells
(t *testing.T)
tests/ocean_test.go:271
FunctionTestOceanTableStreaming_NoHeader
(t *testing.T)
tests/ocean_test.go:84
FunctionTestOceanTableStreaming_OnlyHeader
(t *testing.T)
tests/ocean_test.go:318
FunctionTestOceanTableStreaming_Simple
(t *testing.T)
tests/ocean_test.go:35
FunctionTestOceanTableStreaming_VaryingWidthsFromConfig
(t *testing.T)
tests/ocean_test.go:215
FunctionTestOceanTableStreaming_WithFooter
(t *testing.T)
tests/ocean_test.go:157
FunctionTestPadding
(t *testing.T)
tests/extra_test.go:579
FunctionTestSVGBasicTable
TestSVGBasicTable tests rendering a basic SVG table. Parameter t is the testing context. No return value; logs debug info on failure.
tests/svg_test.go:203
FunctionTestSVGColumnAlignmentOverride
TestSVGColumnAlignmentOverride tests SVG with column alignment overrides. Parameter t is the testing context. No return value;
tests/svg_test.go:355
FunctionTestSVGEmptyTable
TestSVGEmptyTable tests rendering empty and header-only SVG tables. Parameter t is the testing context. No return value; logs debug info on failure.
tests/svg_test.go:221
FunctionTestSVGHierarchicalMerge
TestSVGHierarchicalMerge tests SVG rendering with hierarchical merging. Parameter t is the testing context. No return value; logs debug info on failur
tests/svg_test.go:244
FunctionTestSVGHorizontalMerge
TestSVGHorizontalMerge tests SVG with horizontal merging. Parameter t is the testing context. No return value;
tests/svg_test.go:377
FunctionTestSVGMultiLineContent
TestSVGMultiLineContent tests SVG rendering with multi-line content. Parameter t is the testing context. No return value; logs debug info on failure.
tests/svg_test.go:268
FunctionTestSVGPaddingAndFont
TestSVGPaddingAndFont tests SVG rendering with custom padding and font. Parameter t is the testing context. No return value; logs debug info on failur
tests/svg_test.go:284
FunctionTestSVGVerticalMerge
TestSVGVerticalMerge tests SVG rendering with vertical merging. Parameter t is the testing context. No return value; logs debug info on failure.
tests/svg_test.go:302
FunctionTestSVGWithFooterAndAlignment
TestSVGWithFooterAndAlignment tests SVG with footer and alignments. Parameter t is the testing context. No return value; skips test as experimental.
tests/svg_test.go:324
FunctionTestSeparator
(t *testing.T)
tests/basic_test.go:210
← previousnext →601–700 of 889, ranked by callers