Commit graph

217 commits

Author SHA1 Message Date
2c01fbba20 Issue#67 Extract IdlingResources helpers into a separate module 2022-07-12 11:08:26 +03:00
756c74e174 Issue#67 Extract OkHttp IdlingResources into a separate module 2022-07-12 11:08:26 +03:00
bbe077dde8 Issue#67 Extract MainThread synchronization into a separate module 2022-07-12 11:08:26 +03:00
1c0153db75 Issue#67 Extract ActivityScenario.safeClose into separate module 2022-07-12 11:08:26 +03:00
689aee9702 Issue#67 Extract runOnUIAwaitOnCurrent into separate module 2022-07-12 11:08:26 +03:00
4932b4b2e0 Issue#67 Extract MigrationTestHelper into separate module 2022-07-12 11:08:26 +03:00
f35fe810e0 Move dependencies into a single file so it's easier to copy 2022-07-12 11:08:26 +03:00
d7f0ca8ccf Issue#67 Move Project specific Test Tasks out of testoptions.gradle 2022-07-12 11:08:26 +03:00
bd82a8bb51
Merge pull request #96 from fknives/issue#94-gramatical-errors
Issue#94 grammatical errors
2022-07-12 11:07:16 +03:00
d8a061565e Issue#94 Grammatical issues: SharedTest 2022-07-12 10:07:34 +03:00
559440884d Issue#94 Grammatical issues: Robolectric 2022-07-12 10:00:44 +03:00
13b27ac9d3 Issue#94 Grammatical issues: Core.Again 2022-07-12 09:57:54 +03:00
28e7638e7a Issue#94 Grammatical issues: ViewModel 2022-07-12 09:56:04 +03:00
613cf22f1f Issue#94 Grammatical issues: Networking 2022-07-12 09:54:21 +03:00
8391f389ae Issue#94 Grammatical issues: Core Testing 2022-07-12 09:51:51 +03:00
8cd3ddce66
Merge pull request #93 from fknives/issue#92-rule-chain
Issue#92 Add notes about the Koin.reset + NetworkMocking rule
2022-07-01 11:11:43 +03:00
a935c235b9 Issue#92 Add notes about the Koin.reset + NetworkMocking rule
Previously this was not mentioned, thus the RuleChain wasn't complete and the tests didn't finish.
2022-06-30 16:35:27 +03:00
91ff86aa5b
Merge pull request #91 from fknives/#89-#90-fix-description-issues-in-shared-tests
#89 #90 fix description issues in shared tests
2022-06-30 16:10:51 +03:00
e39529b9e0 Issue#89 Note how users can try out Record Espresso Test tool
Point out that current Compose projects cannot do this.
Note to the reader a branch on which they can freely start experimenting with Espresso Test Recording.
2022-06-30 15:48:15 +03:00
24bef1ba3e Issue#90 Update documentation of TestDatabaseInitialization 2022-06-30 15:42:08 +03:00
d87d37a163 Issue#90 Fix Issue with the order of commands for Koin Re-initialization 2022-06-30 15:41:54 +03:00
659eaff77e
Merge pull request #85 from fknives/issue#84-listadapter-synchronization
Issue#84 Ensure BackgroundThread work is synced for DiffUtil
2022-05-18 14:38:32 +03:00
27f1276cc1 Issue#84 Ensure BackgroundThread work is synced for DiffUtil 2022-05-17 15:19:49 +03:00
Zsolt Boldizsár
b8a044ac3d
Merge pull request #81 from fknives/improve-code-kata-instructions
Improve code kata instructions
2022-05-03 17:10:02 +03:00
Zsolt Boldizsár
3e8253cddc
Add minor improvements and fix some typos in the CodeKata instructions 2022-05-03 16:28:46 +03:00
5999ef475e
Merge pull request #79 from fknives/differentiate-compose-launcher
Differentiate compose launcher
2022-04-20 17:09:53 +03:00
6b657391ba Update images by using Android Studio tool 2022-04-20 16:42:32 +03:00
Alex Gabor
46389aea77 Add taskAffinity 2022-04-20 16:39:01 +03:00
e6c82af3d7 Differentiate compose launcher
Added a quickly created rough icon.
Modified label for the Compose Version Launcher
2022-04-20 16:19:08 +03:00
041c721cc0
Merge pull request #77 from fknives/fix-compose-back-navigation
Fix back navigation in Compose implementation
2022-04-14 18:44:49 +03:00
21bbad33f0 Fix detekt didn't match studio setup for max line length 2022-04-14 18:08:35 +03:00
40e486ff7e Fix back navigation in Compose implementation
Back navigation was kept, so could navigate back to Splash, or Logged in state from Logged out.
2022-04-14 18:00:50 +03:00
ce4e9eca09 Update Robolectric Config to run test on both API 28 and API 22 2022-04-13 20:19:25 +03:00
f9a24b164a
Merge pull request #75 from fknives/issue#74-emulator-on-ci
Issue#74 Attempt to integrate testing on emulator
2022-04-13 20:18:29 +03:00
757da9da55 Fix detekt report path on CI 2022-04-13 20:06:19 +03:00
78e88b5418 Fix Resource loading above API 25 on SplashScreen Compose 2022-04-13 20:06:06 +03:00
bdc3f1560f Issue#74 Attempt to integrate testing on emulator
Using [AndroidEmulator Runner Action](https://github.com/ReactiveCircus/android-emulator-runner)
2022-04-13 19:49:00 +03:00
e05d2feb0c
Merge pull request #76 from fknives/fix-database-swapping-on-older-api-levels
Fix swapping out Database in tests
2022-04-13 19:45:30 +03:00
95db24bc0a Fix compose SplashScreen crash below API 24 2022-04-13 19:40:23 +03:00
58a76a3d28 Fix code analysis errors
With that updated Mockito, so `verifyZeroInteractions` is now `verifyNoInteractions`
2022-04-13 19:40:21 +03:00
1d2ca90203 Fix swapping out Database in tests
Previously overwrote the object itself for a quick swap of DatabaseInitialization, but that only works over API 24.
So now we will use loadKoinModules instead, which resolves the issue on ani API level
2022-04-13 19:13:34 +03:00
78a877b0c9 Adjust robolectrictest instructionset 2022-04-12 16:11:34 +03:00
423249f326 Adjust sharedtest instructionset 2022-04-12 16:02:26 +03:00
0c426797d0
Merge pull request #66 from fknives/dependabot/gradle/develop/io.reactivex.rxjava3-rxjava-3.1.4
Bump rxjava from 3.1.3 to 3.1.4
2022-04-12 11:20:30 +03:00
fbbc0c9ea4
Merge pull request #73 from fknives/dependabot/gradle/develop/com.android.tools.build-gradle-7.1.3
Bump gradle from 7.1.2 to 7.1.3
2022-04-12 11:20:22 +03:00
dependabot[bot]
6142ff26f4
Bump gradle from 7.1.2 to 7.1.3
Bumps gradle from 7.1.2 to 7.1.3.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 12:22:06 +00:00
1abd50468f
Merge pull request #68 from fknives/compose
Compose
2022-04-11 13:06:56 +03:00
Alex Gabor
5f960880de Fix lint warning 2022-04-11 11:29:40 +03:00
Alex Gabor
d83cc23ee9 Improve ComposeLoginRobot and specify the test class that we are following 2022-04-11 11:19:17 +03:00
694d1bf0e7
Merge pull request #70 from fknives/issue#14-android-tests
issue#14 Write shared test instructionset
2022-04-11 11:10:26 +03:00