コード例 #1
0
ファイル: ExperimentTest.java プロジェクト: jackcobb/CS3114
  /**
   * 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);
  }