gov.llnl.babel.backend.writers
Class PrettyWriterTest
java.lang.Objectgov.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.
static void | main(argv[] )- Method
main is the entry point for the unit test.
|
main
public static void main(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.