gov.llnl.babel.backend.writers

Class 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.

Method Summary

static void
main(argv[] )
Method main is the entry point for the unit test.

Method Details

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.