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
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.
4
+
5
+
### Getting Started
6
+
7
+
Check out branch `master` or any of our step branches `step-1-5` to start and follow the instructions here: http://www.code-labs.io/codelabs/android-testing/
8
+
9
+
10
+
Clone this repository, enter the top level directory and run <code>./gradlew tasks</code> to get an overview of all the tasks available for this project.
11
+
12
+
### License
13
+
14
+
15
+
```
16
+
Copyright 2016 Google, Inc.
17
+
18
+
Licensed to the Apache Software Foundation (ASF) under one or more contributor
19
+
license agreements. See the NOTICE file distributed with this work for
20
+
additional information regarding copyright ownership. The ASF licenses this
21
+
file to you under the Apache License, Version 2.0 (the "License"); you may not
22
+
use this file except in compliance with the License. You may obtain a copy of
23
+
the License at
24
+
25
+
http://www.apache.org/licenses/LICENSE-2.0
26
+
27
+
Unless required by applicable law or agreed to in writing, software
28
+
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
29
+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
30
+
License for the specific language governing permissions and limitations under
0 commit comments