Commit Graph

29 Commits

Author SHA1 Message Date
1624d78cb5 add parking structures generator 2025-04-16 16:31:56 -07:00
b6856a98a2 move ApiResponseError assertion function to separate file 2025-04-10 16:46:20 -07:00
0ce0c54ddd remove IPassioSystem entity 2025-04-08 16:09:15 -07:00
2741d229f9 rename entities.ts to ShuttleRepositoryEntities.ts 2025-04-08 16:07:48 -07:00
87dfd0dab1 rename build method to buildForTesting 2025-04-07 12:47:31 -07:00
d20711d53d update setup method to correctly create new system for testing every test 2025-04-07 12:26:18 -07:00
3d13bad11c update mock data generators 2025-04-07 12:14:12 -07:00
9c414be8ce fix test references after removal of addMockSystemToRepository 2025-04-07 12:07:32 -07:00
c32dcb9610 remove async label from test server construction of context 2025-04-06 14:40:08 -07:00
d95d112bf2 define findSystemById method 2025-04-06 14:38:02 -07:00
f31e010828 update method to set up test server context 2025-04-06 12:56:12 -07:00
940d172e87 rename ISystem to IPassioSystem 2025-04-06 10:50:51 -07:00
695fec1fce rename update method and update return types 2025-04-06 09:51:13 -07:00
3761f43909 update server context to only include the notification repository 2025-03-27 10:42:43 -07:00
bda46d6808 rename repository to server repository in server context 2025-03-27 10:38:02 -07:00
fab99db755 rename existing repository to shuttle repository 2025-03-27 09:32:29 -07:00
619ef9a27f update naming of classes and tests 2025-03-24 09:20:10 -07:00
c0b7d99e8e add orientation data for mock shuttles function 2025-03-17 13:18:34 -07:00
dccee459c3 add note on setupTestServerContext 2025-02-04 10:56:36 -08:00
b918bf7a67 update test helpers to consolidate ServerContext creation into one method 2025-02-04 10:56:00 -08:00
c79a3eac73 change method signatures for repository helpers to GetterSetterResponse interface 2025-02-04 10:51:41 -08:00
e1fd1714b9 move mock data generators into test helpers folder 2025-01-29 15:35:15 -08:00
d41a9ccc22 remove setUpTestServer function export 2025-01-29 15:28:32 -08:00
894fbc5a8d rename apollo helper to apolloTestServerHelpers 2025-01-29 15:27:59 -08:00
fbd0c76b70 extract test server context code into separate method 2025-01-29 15:07:02 -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
4b84527fa4 extract mock system add to repository setup helpers file 2025-01-28 15:33:38 -08:00
640eb76971 migrate test server setup to separate file 2025-01-23 15:20:34 -08:00