aboutsummaryrefslogtreecommitdiff
path: root/v1/src/main/java/com/xtremelabs/robolectric/shadows/package.html
blob: 828a516f698b6af0bcfe03a936ce6b70729be1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body bgcolor="white">

Provides shadow implementations of classes in the Android SDK. All of the classes in this package ("Shadow" classes) are
annotated with the {@link com.xtremelabs.robolectric.internal.Implements} annotation, which causes the implementations
of the associated Android classes to be replaced, on a method by method basis, with their annotated counterparts on the
Shadow class.

<!--
<h2>Package Specification</h2>
-->

<!--
<h2>Related Documentation</h2>

For overviews, tutorials, examples, guides, and tool documentation, please see:
<ul>
  <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
</ul>
-->

<!-- Put @see and @since tags down here. -->
@see com.xtremelabs.robolectric.internal.Implements

</body>
</html>