You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
This folder contains the source code for the Android testing codelab. It gives an introduction into testing on Android, including unit tests and UI tests.
*[Introduction to Test Doubles and Dependency Injection](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-testing-test-doubles)
24
+
*[Survey of Testing Topics](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-testing-survey)
25
+
26
+
27
+
Pre-requisites
28
+
--------------
29
+
30
+
You should be familiar with:
31
+
32
+
* The Kotlin programming language, including [Kotlin coroutines](https://developer.android.com/kotlin/coroutines) and their interaction with [Android Jetpack components](https://developer.android.com/topic/libraries/architecture/coroutines).
33
+
* The following core Android Jetpack libraries: [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel),
* Application architecture, following the pattern from the [Guide to app architecture](https://developer.android.com/jetpack/docs/guide) and [Android Fundamentals codelabs](https://developer.android.com/courses/kotlin-android-fundamentals/toc).
38
+
39
+
40
+
Getting Started
41
+
---------------
42
+
43
+
1. Download and run the app.
44
+
2. Check out one of the codelabs mentioned above.
45
+
46
+
License
47
+
-------
8
48
9
-
```
10
49
Copyright 2019 Google, Inc.
11
50
12
51
Licensed to the Apache Software Foundation (ASF) under one or more contributor
13
-
license agreements. See the NOTICE file distributed with this work for
14
-
additional information regarding copyright ownership. The ASF licenses this
52
+
license agreements. See the NOTICE file distributed with this work for
53
+
additional information regarding copyright ownership. The ASF licenses this
15
54
file to you under the Apache License, Version 2.0 (the "License"); you may not
16
-
use this file except in compliance with the License. You may obtain a copy of
55
+
use this file except in compliance with the License. You may obtain a copy of
17
56
the License at
18
57
19
-
http://www.apache.org/licenses/LICENSE-2.0
58
+
http://www.apache.org/licenses/LICENSE-2.0
20
59
21
60
Unless required by applicable law or agreed to in writing, software
22
61
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
23
-
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
62
+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
24
63
License for the specific language governing permissions and limitations under
0 commit comments