Commit graph

123 commits

Author SHA1 Message Date
02ac524dd3 PR#57 Remove unnecessary TestCoroutineScheduler creation 2022-02-07 11:14:20 +02:00
88b122e0b7 PR#57 Explain how DatabaseInitialization is overwritten 2022-02-07 11:05:02 +02:00
18852e1dc3 PR#57 Describe TestFixtures in more detail and give an alternative 2022-02-07 11:00:10 +02:00
9d3f72d1fa PR#57 Fix codeAnalysis errors 2022-02-07 10:54:40 +02:00
Alex Gabor
b6ff7abdd9 Proof read robolectric instruction set 2022-02-04 15:32:27 +02:00
f7f168ad75
Merge pull request #55 from fknives/issue#13-finish-robolectric-documentation
Issue#13 finish robolectric documentation
2022-01-29 00:49:13 +02:00
833636ac69 Issue#13 Fix more codeAnalysis errors 2022-01-29 00:39:04 +02:00
070f282103 Issue#13 Fix typos 2022-01-29 00:35:04 +02:00
c952f4f34d Issue#13 Fix codeAnalysis errors 2022-01-29 00:33:59 +02:00
03e413fba6 Issue#13 Add CodeKata for Robolectric Tests 2022-01-29 00:30:35 +02:00
c38e608c8c Issue#13 Finish Robolectric SharedPreferences test description 2022-01-28 22:37:33 +02:00
d29207be12
Merge pull request #52 from fknives/review-viewmodel
Proof read viewmodel instruction set
2022-01-28 13:57:27 +02:00
e4f7d04918
Merge pull request #54 from fknives/fix_state_was_shared_between_integration_tests
Fix Flaky Integration Tests
2022-01-28 13:56:50 +02:00
60248b01f8 Fix flaky Integration Tests 2022-01-28 13:49:09 +02:00
1310356207
Merge pull request #53 from fknives/review-core-integration
Proof read core integration instruction set
2022-01-28 13:06:33 +02:00
d1f9359764
Merge pull request #51 from fknives/review-network
Proof read networking instruction set
2022-01-28 12:42:14 +02:00
Alex Gabor
bdc34c1de5 Proof read core integration instruction set 2022-01-28 10:40:49 +02:00
Alex Gabor
89a57b581f Proof read viewmodel instruction set 2022-01-28 09:53:40 +02:00
Alex Gabor
4504a667fc Proof read networking instruction set 2022-01-28 09:13:20 +02:00
792ef012e1
Merge pull request #50 from fknives/issue#49-core-integration-tests
Issue#49 core integration tests
2022-01-28 00:46:28 +02:00
222774bc6f Fix GitHub integration with tests 2022-01-28 00:38:03 +02:00
85faee64ea Fix code analysis errors 2022-01-28 00:33:48 +02:00
24cffc5057 Issue#49 Add Integration Test instruction set for Core 2022-01-28 00:27:21 +02:00
9a63cdba38 Fix file location 2022-01-27 22:46:46 +02:00
3f4d22528c Issue#8 Take use of TestFixtures to keep MockWebServer TLS setup in the network module, while still being able to use it in Android Tests 2022-01-27 22:46:03 +02:00
555ad6d05f Issue#49 Add core-network integration tests 2022-01-27 21:19:47 +02:00
a69fdce26c Issue#49 Add first integration test to core 2022-01-27 15:56:32 +02:00
c4c2ea7c26 Issue#13 Add separate task for robolectric tests 2022-01-27 03:21:55 +02:00
f248ab1081 Issue#13 Fix codeAnalysis errors 2022-01-27 02:10:03 +02:00
5d89e62356 Issue#13 Remove unnecessary configurations and use TestDispatcher on both side
Additionally added workaround for progressbar testing
2022-01-27 02:08:15 +02:00
b9644512d5 Issue#13 Remove reference to SpecificConfiguration 2022-01-27 00:43:08 +02:00
5a08525e42 Issue#13 Simplify rule sets to minimal and appy them in order 2022-01-27 00:41:18 +02:00
d8b9fadcbc Issue#13 Remove unnecessary Rules 2022-01-26 23:41:50 +02:00
b278466095 Issue#13 Simplify swapping of URL and certificate for tests 2022-01-26 23:34:58 +02:00
9bdcaddb0c Issue#13 Use any available port for mockwebserver in core tests 2022-01-26 22:35:27 +02:00
8d33f77cec Issue#13 Remove BaseUrlProvider 2022-01-26 22:33:40 +02:00
163bb8cd10 Issue#13 First part of the Robolectric Documentation 2022-01-26 20:29:29 +02:00
65f42bcbff
Merge pull request #47 from fknives/issue#39-workaround-for-slow-splash-test
Issue#39 Added workaround for slow SplashActivity tests.
2022-01-26 01:41:31 +02:00
a9a2858242 Issue#39 Added workaround for slow SplashActivity tests.
Referenced the issues 676 reported on Android-Test. aka seems to be an issue with finishing activity and ActivityScenario.moteToState(DESTROYED).
2022-01-26 01:31:01 +02:00
96e2f492c9
Merge pull request #46 from fknives/issue#39-fix-with-activityscenario-close
Issue#39 Fix most test's running time via using close on ActivityScenario.
2022-01-26 00:47:57 +02:00
1223bfdc9a Issue#39 Fix most test's running time via using close on ActivityScenario. 2022-01-26 00:22:00 +02:00
e2bf4b3bce
Merge pull request #45 from fknives/issue#12-viewmode-tests
Issue#12 Finish ViewModel instruction set
2022-01-25 21:25:37 +02:00
d339592390 Issue#12 Finish ViewModel instruction set 2022-01-25 21:09:56 +02:00
89c741a6bb
Merge pull request #44 from fknives/issue#10-review-and-update-network-test-description
Issue#10 Add additional Test for missing field and exact copy of how the CodeKataSessionExpirationTest should look
2022-01-24 22:06:47 +02:00
e2f26b0271 Issue#10 Add additional Test for missing field and exact copy of how the CodeKataSessionExpirationTest should look 2022-01-24 22:00:36 +02:00
2f26467558
Merge pull request #43 from fknives/issue#30-adjust-mockwebserver-readability
Issue#30 adjust mockwebserver readability
2022-01-24 20:59:52 +02:00
7739b10101 Issue#30 Add additional Test for missing field and exact copy of how the CodeKataSessionExpirationTest should look 2022-01-24 20:44:55 +02:00
7544c6b784 Issue#30 Add additional Test for missing field and exact copy of how the CodeKataLoginRemoteSourceTest should look 2022-01-24 20:31:50 +02:00
49d1fb822f Opt in into experimental features for android modules as well 2022-01-24 20:17:13 +02:00
ed4f15010a Issue#30 Add named arguments everywhere where mockserver is used in app module 2022-01-24 19:48:29 +02:00