Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/olekukonko/tablewriter
/ functions
Functions
889 in github.com/olekukonko/tablewriter
⨍
Functions
889
◇
Types & classes
130
Function
TestBasicTableUnicodeRounded
(t *testing.T)
tests/basic_test.go:164
Function
TestBatchGlobalWidthScaling
(t *testing.T)
tests/feature_test.go:56
Function
TestBatchPerColumnWidths
(t *testing.T)
tests/feature_test.go:14
Function
TestBatchWidthsWithHorizontalMerge
(t *testing.T)
tests/feature_test.go:100
Function
TestBorders
(t *testing.T)
tests/streamer_test.go:269
Function
TestBug252
(t *testing.T)
tests/bug_test.go:41
Function
TestBug254
(t *testing.T)
tests/bug_test.go:193
Function
TestBug260
(t *testing.T)
tests/bug_test.go:242
Function
TestBug267
(t *testing.T)
tests/bug_test.go:337
Function
TestBug271
(t *testing.T)
tests/bug_test.go:394
Function
TestBug289
(t *testing.T)
tests/bug_test.go:438
Function
TestBugRenditionDebugLeak
TestBugRenditionDebugLeak verifies that Blueprint.Rendition() does not emit debug output when WithDebug(false) is applied via Options(). Previously, w
tests/bug_test.go:556
Function
TestBug_ForceNarrow_MultiChar
(t *testing.T)
pkg/twwidth/width_test.go:435
Function
TestBuildPaddingLineContents
TestBuildPaddingLineContents tests the buildPaddingLineContents function with various configurations. It verifies padding line construction with diffe
tablewriter_test.go:20
Function
TestCalculateContentMaxWidth
TestCalculateContentMaxWidth tests the calculateContentMaxWidth function in batch and streaming modes. It verifies width calculations with various con
tablewriter_test.go:54
Function
TestCallStringer
TestCallStringer tests the convertToStringer function with caching enabled and disabled. It verifies stringer invocation and cache behavior for custom
tablewriter_test.go:93
Function
TestCallStringerConcurrent
TestCallStringerConcurrent tests the convertToStringer function under concurrent access. It verifies thread-safety of the stringer cache with multiple
tablewriter_test.go:129
Function
TestCallbacks
TestCallbacks tests the CellCallbacks functionality with the hybrid configuration approach. It verifies callbacks are triggered during rendering using
tablewriter_test.go:156
Function
TestCodeIndentation
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
Function
TestColorizedBasicTable
(t *testing.T)
tests/colorized_test.go:13
Function
TestColorizedCustomColors
(t *testing.T)
tests/colorized_test.go:57
Function
TestColorizedHorizontalMerge
(t *testing.T)
tests/colorized_test.go:147
Function
TestColorizedLongValues
(t *testing.T)
tests/colorized_test.go:113
Function
TestColorizedNoBorders
(t *testing.T)
tests/colorized_test.go:35
Function
TestCompatMode
(t *testing.T)
tests/feature_test.go:196
Function
TestConcurrentSetEastAsian
(t *testing.T)
pkg/twwidth/width_test.go:309
Function
TestConfigAutoHideDefault
(t *testing.T)
tests/extra_test.go:198
Function
TestControl
(t *testing.T)
tests/extra_test.go:520
Function
TestConvertToString
TestConvertToString tests the convertToString function with various input types. It verifies correct string conversion for nil, strings, SQL null type
tablewriter_test.go:252
Function
TestCoverageGaps
Add this to cache_test.go
pkg/twcache/lru_test.go:222
Function
TestCoverageWidth
(t *testing.T)
pkg/twwidth/width_test.go:350
Function
TestDefaultConfigMerging
(t *testing.T)
tests/blueprint_test.go:10
Function
TestDetectEastAsian_Logic
(t *testing.T)
pkg/twwidth/ea_test.go:8
Function
TestDisplay
(t *testing.T)
pkg/twwidth/width_test.go:155
Function
TestDisplayWidth
(t *testing.T)
pkg/twwarp/wrap_test.go:69
Function
TestEmojiTable
(t *testing.T)
tests/extra_test.go:334
Function
TestEnsureStreamWidthsCalculated
TestEnsureStreamWidthsCalculated tests the ensureStreamWidthsCalculated function. It verifies stream width initialization in streaming mode with vario
tablewriter_test.go:276
Function
TestFilter
(t *testing.T)
pkg/twwidth/width_test.go:66
Function
TestFilterMasking
(t *testing.T)
tests/extra_test.go:12
Function
TestHTMLBasicTable
TestHTMLBasicTable verifies that a basic HTML table with headers and rows is rendered correctly.
tests/html_test.go:13
Function
TestHTMLCSSClasses
TestHTMLCSSClasses tests HTML table rendering with custom CSS classes for table, sections, and rows.
tests/html_test.go:357
Function
TestHTMLCombinedMerge
TestHTMLCombinedMerge verifies HTML table rendering with both horizontal and vertical cell merges.
tests/html_test.go:246
Function
TestHTMLEmptyTable
TestHTMLEmptyTable verifies HTML rendering for empty tables and tables with only headers.
tests/html_test.go:321
Function
TestHTMLEscaping
TestHTMLEscaping verifies HTML content escaping behavior with and without EscapeContent enabled.
tests/html_test.go:81
Function
TestHTMLHierarchicalMerge
TestHTMLHierarchicalMerge tests HTML table rendering with hierarchical cell merges.
tests/html_test.go:282
Function
TestHTMLHorizontalMerge
TestHTMLHorizontalMerge verifies HTML table rendering with horizontal cell merges in headers, rows, and footers.
tests/html_test.go:174
Function
TestHTMLMultiLine
TestHTMLMultiLine tests HTML table rendering with multiline cell content, noting that newlines create separate rows.
tests/html_test.go:131
Function
TestHTMLStructureStrict
TestHTMLStructureStrict verifies the exact HTML structure of a table without whitespace or formatting variations.
tests/html_test.go:394
Function
TestHTMLVerticalMerge
TestHTMLVerticalMerge tests HTML table rendering with vertical cell merges based on repeated values.
tests/html_test.go:209
Function
TestHTMLWithFooterAndAlignment
TestHTMLWithFooterAndAlignment tests an HTML table with a footer and custom column alignments.
tests/html_test.go:39
Function
TestHorizontalMerge
(t *testing.T)
tests/merge_test.go:52
Function
TestHorizontalMergeAlignFooter
(t *testing.T)
tests/merge_test.go:195
Function
TestHorizontalMergeEachLine
(t *testing.T)
tests/merge_test.go:97
Function
TestHorizontalMergeEachLineCenter
(t *testing.T)
tests/merge_test.go:149
Function
TestInitRespectsEnvironment
(t *testing.T)
pkg/twwidth/width_test.go:37
Function
TestLRU
(t *testing.T)
pkg/twcache/lru_test.go:9
Function
TestLinesCounter
TestLinesCounter verifies the functionality of the WithLineCounter and WithCounters options.
tests/feature_test.go:275
Function
TestLongHeaders
(t *testing.T)
tests/basic_test.go:344
Function
TestLongValues
(t *testing.T)
tests/basic_test.go:409
Function
TestMain
(m *testing.M)
pkg/twwidth/width_test.go:29
Function
TestMarkdownAlignment
(t *testing.T)
tests/markdown_test.go:33
Function
TestMarkdownAlignmentNone
(t *testing.T)
tests/markdown_test.go:268
Function
TestMarkdownBasicTable
(t *testing.T)
tests/markdown_test.go:12
Function
TestMarkdownCustomPadding
(t *testing.T)
tests/markdown_test.go:168
Function
TestMarkdownEmptyTable
(t *testing.T)
tests/markdown_test.go:230
Function
TestMarkdownHorizontalMerge
(t *testing.T)
tests/markdown_test.go:200
Function
TestMarkdownLongHeaders
(t *testing.T)
tests/markdown_test.go:107
Function
TestMarkdownLongValues
(t *testing.T)
tests/markdown_test.go:136
Function
TestMarkdownNoBorders
(t *testing.T)
tests/markdown_test.go:59
Function
TestMarkdownUnicode
(t *testing.T)
tests/markdown_test.go:86
Function
TestMarkdownWithFooter
(t *testing.T)
tests/markdown_test.go:241
Function
TestMasterClass
(t *testing.T)
tests/extra_test.go:106
Function
TestMergeBoth
(t *testing.T)
tests/merge_test.go:287
Function
TestMergeCellConfig
TestMergeCellConfig comprehensively tests the mergeCellConfig function.
tablewriter_test.go:329
Function
TestMergeHierarchical
(t *testing.T)
tests/merge_test.go:372
Function
TestMergeHierarchicalByColumnIndex
TestMergeHierarchicalByColumnIndex verifies that hierarchical merging correctly respects the column index filter.
tests/merge_test.go:778
Function
TestMergeHierarchicalCombined
(t *testing.T)
tests/merge_test.go:658
Function
TestMergeHierarchicalUnicode
(t *testing.T)
tests/merge_test.go:416
Function
TestMergeVerticalByColumnIndex
TestMergeVerticalByColumnIndex verifies that vertical merging only applies to the columns specified by the new API.
tests/merge_test.go:718
Function
TestMergeWithMultipleLines
(t *testing.T)
tests/merge_test.go:510
Function
TestMergeWithPadding
(t *testing.T)
tests/merge_test.go:460
Function
TestOceanTableDefault
(t *testing.T)
tests/ocean_test.go:12
Function
TestOceanTableStreaming_HorizontalMerge
(t *testing.T)
tests/ocean_test.go:353
Function
TestOceanTableStreaming_MultiLineCells
(t *testing.T)
tests/ocean_test.go:271
Function
TestOceanTableStreaming_NoHeader
(t *testing.T)
tests/ocean_test.go:84
Function
TestOceanTableStreaming_OnlyHeader
(t *testing.T)
tests/ocean_test.go:318
Function
TestOceanTableStreaming_Simple
(t *testing.T)
tests/ocean_test.go:35
Function
TestOceanTableStreaming_VaryingWidthsFromConfig
(t *testing.T)
tests/ocean_test.go:215
Function
TestOceanTableStreaming_WithFooter
(t *testing.T)
tests/ocean_test.go:157
Function
TestPadding
(t *testing.T)
tests/extra_test.go:579
Function
TestSVGBasicTable
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
Function
TestSVGColumnAlignmentOverride
TestSVGColumnAlignmentOverride tests SVG with column alignment overrides. Parameter t is the testing context. No return value;
tests/svg_test.go:355
Function
TestSVGEmptyTable
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
Function
TestSVGHierarchicalMerge
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
Function
TestSVGHorizontalMerge
TestSVGHorizontalMerge tests SVG with horizontal merging. Parameter t is the testing context. No return value;
tests/svg_test.go:377
Function
TestSVGMultiLineContent
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
Function
TestSVGPaddingAndFont
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
Function
TestSVGVerticalMerge
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
Function
TestSVGWithFooterAndAlignment
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
Function
TestSeparator
(t *testing.T)
tests/basic_test.go:210
← previous
next →
601–700 of 889, ranked by callers