예제 #1
0
  /**
   * test method used to generate output for data about fifo. The assert is just to make webcat
   * happy about the test having at least one assert. I'm using the tests to collect data about
   * runtime and path size.
   */
  public void testFIFISol() {
    tester.testFIFO();

    assertNotNull(tester);
  }