public class TextTableTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
WIDTH_REFERENCE |
private static int |
WIDTH_REFERENCE_LENGTH |
Constructor and Description |
---|
TextTableTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCenterAlignment() |
void |
testColumnWidthAdjustment() |
void |
testLeftAlignment() |
void |
testMarkdownCompliance() |
void |
testRightAlignment() |
private static final java.lang.String WIDTH_REFERENCE
private static final int WIDTH_REFERENCE_LENGTH
@Test public void testColumnWidthAdjustment()
@Test public void testLeftAlignment()
@Test public void testCenterAlignment()
@Test public void testRightAlignment()
@Test public void testMarkdownCompliance()