Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg

This software is released under an open source BSD licence.

fj.test.reflect
Class Main

java.lang.Object
  extended by fj.test.reflect.Main

public final class Main
extends Object

Checks the properties of a class using a standard random generator, standard check parameters and the given categories. The class name and categories are passed as command line arguments.


Method Summary
static void main(String... args)
          Check the given class and categories.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String... args)
Check the given class and categories. At least one command line argument (the class name) must be passed or an error message results.

Parameters:
args - The class name as the first argument, then zero or more categories.

Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg

This software is released under an open source BSD licence.