1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<html>
3<head>
4</head>
5<body bgcolor="white">
6
7<!-- THE TITLE FOR THIS PAGE is in the <doctitle> element of the "javadoc" task in robolectric/build.xml (where I would never have thought to look for it...) -->
8
9This document describes the elements of the Robolectric API, such as Shadow classes, Annotations, and TestRunners, that
10a developer is likely to use or extend. While the goal of Robolectric is to provide a complete solution for test
11driving Android applications, it is important to also acknowledge that every project is different and the needs of
12different applications may place conflicting demands upon the tools that support them. For this reason the components
13that make up Robolectric have been designed to be extended or replaced as needed. <p>
14
15If you have created extensions to Robolectric that you believe to be of use to a larger audience, please consider
16forking the main Robolectric repository at http://github.com/pivotal/robolectric and submitting your changes as pull
17requests.
18
19<!--
20<h2>Package Specification</h2>
21-->
22
23<!--
24##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
25<ul>
26  <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
27</ul>
28-->
29
30<!--
31<h2>Related Documentation</h2>
32
33For overviews, tutorials, examples, guides, and tool documentation, please see:
34<ul>
35  <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
36</ul>
37-->
38
39<!-- Put @see and @since tags down here. -->
40
41</body>
42</html>