Skip to content
Snippets Groups Projects
Commit 8ca7695d authored by Brutzman, Don's avatar Brutzman, Don
Browse files

main method to notify location of unit test (which is located outside of the jar distribution)

parent 3e33228f
No related branches found
No related tags found
No related merge requests found
......@@ -1890,4 +1890,12 @@ public class PduFactory
return pdus;
}
/**
* If invoked, notify location of unit test (which is located outside of the jar distribution).
* @param args none supported
*/
public static void main(String[] args)
{
System.out.println ("*** see edu.nps.moves.dis7.test.AllPduRoundTripTest for unit test");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment