| javax.swing.text.PlainView_SimpleTest
PlainView_SimpleTest | public class PlainView_SimpleTest extends TestCase (Code) | | Tests methods that don't require the proper view initialization.
This class uses very simple initialization. It is not valid to
call methods that depend on the "real" state of the view (assigned
to a text component).
|
setUp | protected void setUp() throws Exception(Code) | | Creates PlainDocument, PlainView on doc 's
default root, and rectangular shape.
|
testGetLineBuffer | public void testGetLineBuffer()(Code) | | |
testGetTabSize | public void testGetTabSize()(Code) | | |
testPlainView | public void testPlainView()(Code) | | |
testSetSize | public void testSetSize()(Code) | | |
|
|