Package com.example.dhaka_metro_rail
Class MinTimeUnitTest
java.lang.Object
com.example.dhaka_metro_rail.MinTimeUnitTest
Unit tests for the MinTime class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidTests the calculateShortestPathFromSource method of the MinTime class.voidTests the getRandomTime method of the MinTime class.
-
Field Details
-
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.
-