Package com.graphs

Class GraphTester

java.lang.Object
com.graphs.GraphTester

class GraphTester extends Object
Main class for testing Graph class using GraphRunner implementation.

For unit tests go to:

 src/test/java/.. 
 
Since:
1.0
Version:
JDK 1.7
Author:
Ɓukasz Malara
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final String
    This field holds the name of an environment variable that its value is used to determine whether run basic test or additionally run an exception test.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ALLOW

      private static final String ALLOW
      This field holds the name of an environment variable that its value is used to determine whether run basic test or additionally run an exception test.
      Since:
      1.0
      See Also:
  • Constructor Details

    • GraphTester

      GraphTester()
  • Method Details

    • main

      public static void main(String[] args)