name.angoca.db2sa.ui.impl.system
Class SystemOutputWriterTest

Package class diagram package SystemOutputWriterTest
java.lang.Object
  extended by name.angoca.db2sa.ui.impl.system.SystemOutputWriterTest

public final class SystemOutputWriterTest
extends Object

Tests the implementation of the writer with system output.

Control Version

Version:
1.0.0 2009-11-15
Author:
Andres Gomez Casanova (AngocA)

Constructor Summary
SystemOutputWriterTest()
          Default constructor.
 
Method Summary
 void testWriteLine()
          Tests to write a line.
 void testWriteLineNull()
          Tests write line null.
 void testWriteString()
          Tests to write a string.
 void testWriteStringNull()
          Tests write string null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemOutputWriterTest

public SystemOutputWriterTest()
Default constructor.

Method Detail

testWriteLine

public void testWriteLine()
                   throws OutputWriterException
Tests to write a line.

Throws:
OutputWriterException - Never.

testWriteLineNull

public void testWriteLineNull()
                       throws OutputWriterException
Tests write line null.

Throws:
OutputWriterException - Never.

testWriteString

public void testWriteString()
                     throws OutputWriterException
Tests to write a string.

Throws:
OutputWriterException - Never.

testWriteStringNull

public void testWriteStringNull()
                         throws OutputWriterException
Tests write string null.

Throws:
OutputWriterException - Never.


Andres Gomez Casanova (AngocA) 2009-2010 Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.