18 Commits

Author SHA1 Message Date
2f8a1ef9b2 fix: review changes 2024-06-24 23:41:52 +05:30
049a31819e Add test url constant 2024-03-29 00:39:15 +01:00
2700ade751 Add more tests for codePaneVisibleStateProvider 2024-03-28 03:03:00 +01:00
51911e4b0a Remove request mocks
I am now sending actual requests as adviced by @ashitaprasad since the APIs are maintained by us
2024-03-28 02:22:51 +01:00
3fa3076790 Add some tests for codePaneVisibleStateProvider
I added some tests for the value of this provider by state injection.
Still working on tests for interaction, value persistence across
rebuilds and proper disposal of this provider.
2024-03-26 04:08:13 +01:00
8a8ded7d20 Update tests 2024-03-24 03:18:04 +05:30
d2aee57ef1 Remove test case for sentRequestIdStateProvider
I removed test case for this provider because this provider does not
exist in the repository anymore. With recent changes, it has been
removed.
2024-03-21 01:31:55 +01:00
de19fc4279 Test initial value of sentRequestIdStateProvider 2024-03-21 00:04:45 +01:00
df25a1b1b3 Add test case to verify proper disposal of selectedIdEditStateProvider 2024-03-17 06:05:29 +01:00
1513cfe3c1 Add test case for when selectedIdEditStateProvider is reset 2024-03-17 05:55:39 +01:00
f1ec852acb Add test case for selectedIdEditStateProvider after rename button is tapped 2024-03-17 05:39:54 +01:00
a057281a6f Test that selectedIdEditStateProvider has initial value of null 2024-03-12 04:07:09 +01:00
f71bf00dc3 Remove mockito 2024-03-12 03:57:51 +01:00
405decbd56 Test that navRailIndexStateProvider is properly disposed 2024-03-12 02:48:54 +01:00
a882d51022 Test that UI updates correctly when nav rail index changes 2024-03-12 02:38:54 +01:00
ba4bd77795 Test that nav rail index persist across widget rebuilds 2024-03-12 02:17:22 +01:00
b264a7e6a4 Ensure that navigation rail index update when icon button is pressed 2024-03-12 02:13:11 +01:00
4dad60d937 Test that correct pages are displayed for navRailIndexStateProvider value 2024-03-12 01:55:28 +01:00