| org.apache.harmony.luni.tests.java.io.CharArrayWriterTest
CharArrayWriterTest | public class CharArrayWriterTest extends junit.framework.TestCase (Code) | | |
setUp | protected void setUp()(Code) | | Sets up the fixture, for example, open a network connection. This method
is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, for example, close a network connection. This
method is called after a test is executed.
|
test_Constructor | public void test_Constructor()(Code) | | |
test_ConstructorI | public void test_ConstructorI()(Code) | | |
test_appendCharSequence | public void test_appendCharSequence()(Code) | | |
test_appendCharSequenceIntInt | public void test_appendCharSequenceIntInt()(Code) | | |
test_close | public void test_close()(Code) | | |
test_flush | public void test_flush()(Code) | | |
test_size | public void test_size()(Code) | | |
test_toString | public void test_toString()(Code) | | |
test_write$CII_2 | public void test_write$CII_2()(Code) | | |
test_writeLjava_lang_StringII | public void test_writeLjava_lang_StringII() throws IOException(Code) | | |
test_writeToLjava_io_Writer | public void test_writeToLjava_io_Writer() throws IOException(Code) | | |
|
|