blob: 32dc92ab3370178da1a2f2a192e12bd527460c71 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body bgcolor="white">
<!-- 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...) -->
This document describes the elements of the Robolectric API, such as Shadow classes, Annotations, and TestRunners, that
a developer is likely to use or extend. While the goal of Robolectric is to provide a complete solution for test
driving Android applications, it is important to also acknowledge that every project is different and the needs of
different applications may place conflicting demands upon the tools that support them. For this reason the components
that make up Robolectric have been designed to be extended or replaced as needed. <p>
If you have created extensions to Robolectric that you believe to be of use to a larger audience, please consider
forking the main Robolectric repository at http://github.com/pivotal/robolectric and submitting your changes as pull
requests.
<!--
<h2>Package Specification</h2>
-->
<!--
##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
<ul>
<li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
</ul>
-->
<!--
<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. -->
</body>
</html>