Class MinTimeUnitTest

java.lang.Object
com.example.dhaka_metro_rail.MinTimeUnitTest

public class MinTimeUnitTest extends Object
Unit tests for the MinTime class.
  • Field Details

    • minTime

      private MinTime minTime
  • Constructor Details

    • MinTimeUnitTest

      public MinTimeUnitTest()
  • Method Details

    • setUp

      public void setUp()
    • testCalculateShortestPathFromSource

      public void testCalculateShortestPathFromSource()
      Tests the calculateShortestPathFromSource method of the MinTime class.
    • testGetRandomTime

      public void testGetRandomTime()
      Tests the getRandomTime method of the MinTime class.