javarequirementstracer.systemtest
Class NoSpring

java.lang.Object
  extended by javarequirementstracer.systemtest.NoSpring

public final class NoSpring
extends Object

Very special 'test class': all it needs to do is to exist, to allow Maven to launch the goals "trace" and "aggregate". The test succeeds if Maven doesn't break. Hence it can only be tested by running Maven (eg. mvn install).

Author:
Ruud de Jong

Method Summary
static void main(String[] args)
          Main method.
 
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)
Main method.

Parameters:
args - Are ignored.


Copyright © 2010. All Rights Reserved.