Package net.minecraftforge.test
Class TextTableTest
- java.lang.Object
-
- net.minecraftforge.test.TextTableTest
-
public class TextTableTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
WIDTH_REFERENCE
private static int
WIDTH_REFERENCE_LENGTH
-
Constructor Summary
Constructors Constructor Description TextTableTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCenterAlignment()
void
testColumnWidthAdjustment()
void
testLeftAlignment()
void
testMarkdownCompliance()
void
testRightAlignment()
-
-
-
Field Detail
-
WIDTH_REFERENCE
private static final java.lang.String WIDTH_REFERENCE
- See Also:
- Constant Field Values
-
WIDTH_REFERENCE_LENGTH
private static final int WIDTH_REFERENCE_LENGTH
-
-
Method Detail
-
testColumnWidthAdjustment
@Test public void testColumnWidthAdjustment()
-
testLeftAlignment
@Test public void testLeftAlignment()
-
testCenterAlignment
@Test public void testCenterAlignment()
-
testRightAlignment
@Test public void testRightAlignment()
-
testMarkdownCompliance
@Test public void testMarkdownCompliance()
-
-