|
|
fd4a92e34b
|
add shuttle tests
|
2025-01-29 00:01:36 -08:00 |
|
|
|
749afc5147
|
add tests for route resolver
|
2025-01-28 21:56:59 -08:00 |
|
|
|
b6356c64e8
|
add SystemResolvers.stop tests
|
2025-01-28 21:52:18 -08:00 |
|
|
|
88d02887e7
|
add tests to get stops, routes, and shuttles
|
2025-01-28 21:31:56 -08:00 |
|
|
|
b3cf13ec4e
|
add queries for resolvers
|
2025-01-28 20:52:51 -08:00 |
|
|
|
f391b66b7c
|
add test server and repository for system resolvers
|
2025-01-28 20:44:18 -08:00 |
|
|
|
50078adc31
|
add test cases for system resolvers
|
2025-01-28 20:40:58 -08:00 |
|
|
|
fe705ed8e3
|
add mock shuttle and mock eta methods
|
2025-01-28 20:35:18 -08:00 |
|
|
|
3fd8efdd8a
|
add addMockRouteToRepository and addMockStopToRepository methods
|
2025-01-28 20:31:06 -08:00 |
|
|
|
2d4f866308
|
add test cases for orderedStop resolver
|
2025-01-28 16:26:31 -08:00 |
|
|
|
2a56bfb3ef
|
add test cases for shuttles resolver
|
2025-01-28 16:21:54 -08:00 |
|
|
|
f2c1f605ae
|
add queries and execution methods
|
2025-01-28 16:17:20 -08:00 |
|
|
|
b09228fe5d
|
add test cases for route resolver tests
|
2025-01-28 15:56:25 -08:00 |
|
|
|
2b3d292b4d
|
move response fetch to common method and use single expectedEta object across both tests
|
2025-01-28 15:52:23 -08:00 |
|
|
|
9c35b03a5b
|
update test data for correctness
|
2025-01-28 15:47:06 -08:00 |
|
|
|
caf85a39ad
|
add test case for eta stop
|
2025-01-28 15:44:53 -08:00 |
|
|
|
f198af8b13
|
use addMockSystemToRepository method in other tests
|
2025-01-28 15:35:49 -08:00 |
|
|
|
4b84527fa4
|
extract mock system add to repository setup helpers file
|
2025-01-28 15:33:38 -08:00 |
|
|
|
d03a99ee06
|
add test cases for eta resolver tests
|
2025-01-28 15:30:54 -08:00 |
|
|
|
96846cbd88
|
add remaining test cases for ordered stop resolvers
|
2025-01-28 15:25:09 -08:00 |
|
|
|
95492bd319
|
remove testcases for null values (no effect on test coverage)
|
2025-01-28 15:08:44 -08:00 |
|
|
|
3aeaca6844
|
add test for associated route
|
2025-01-28 15:07:54 -08:00 |
|
|
|
9ca432c5b4
|
add similar test cases for previous stop
|
2025-01-28 15:00:04 -08:00 |
|
|
|
037beea5e3
|
make a similar method for previous stop query response
|
2025-01-28 14:57:35 -08:00 |
|
|
|
f0828e836c
|
move query string into the function scope
|
2025-01-28 14:56:23 -08:00 |
|
|
|
cf3f26e255
|
refactor querying call into a separate method
|
2025-01-28 14:54:35 -08:00 |
|
|
|
d423cdb95b
|
add test case for if next stop object does not exist
|
2025-01-28 14:52:10 -08:00 |
|
|
|
151281a17f
|
add test case for null next stop
|
2025-01-28 14:47:33 -08:00 |
|
|
|
e079c0283e
|
move ordered stops setup to method for reuse in previous stops test
|
2025-01-28 14:45:28 -08:00 |
|
|
|
0ed17cff6f
|
add test case for nextStop resolver for ordered stop
|
2025-01-28 14:42:01 -08:00 |
|
|
|
c4d3f6f4e9
|
add mock data to repository before each test run
|
2025-01-23 15:53:01 -08:00 |
|
|
|
c09195804a
|
add test cases
|
2025-01-23 15:49:43 -08:00 |
|
|
|
6e05ac5fad
|
add queries for ordered stop resolver tests
|
2025-01-23 15:46:38 -08:00 |
|
|
|
ae2c656d25
|
add test file for OrderedStopResolvers
|
2025-01-23 15:41:06 -08:00 |
|
|
|
65d05f3515
|
add remaining tests for StopResolvers
|
2025-01-23 15:37:43 -08:00 |
|
|
|
8deb9e38a0
|
add test cases and implementations for StopResolverTests
|
2025-01-23 15:33:42 -08:00 |
|
|
|
640eb76971
|
migrate test server setup to separate file
|
2025-01-23 15:20:34 -08:00 |
|
|
|
1abf808e9f
|
add route tests for ShuttleResolvers
|
2025-01-23 15:13:11 -08:00 |
|
|
|
17dfc18c3b
|
add tests for etas resolver
|
2025-01-23 14:52:51 -08:00 |
|
|
|
4cddacb464
|
add tests for eta resolver on shuttle resolvers object
|
2025-01-23 14:45:49 -08:00 |
|
|
|
c39834cf66
|
add remaining tests for QueryResolvers
|
2025-01-23 04:08:01 -08:00 |
|
|
|
3366a764f9
|
add test cases for system property of query object
|
2025-01-23 04:00:51 -08:00 |
|
|
|
c647da4931
|
add test for systems property of query resolver
|
2025-01-23 03:58:49 -08:00 |
|
|
|
57119d9fd9
|
add test setup for query resolvers
|
2025-01-23 03:45:50 -08:00 |
|