gov.llnl.babel.backend.writers
Class PrettyWriterTest

java.lang.Object
  extended by gov.llnl.babel.backend.writers.PrettyWriterTest

public class PrettyWriterTest
extends java.lang.Object

Class PrettyWriterTest is a simple unit test for the pretty writer class. Several different coding styles are output to the standard output to test the formatting of the pretty writer.


Constructor Summary
PrettyWriterTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Method main is the entry point for the unit test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyWriterTest

public PrettyWriterTest()
Method Detail

main

public static void main(java.lang.String[] argv)
Method main is the entry point for the unit test. It ignores the command line arguments and outputs to the standard output a series of code snippets formatted using the pretty writer.