Lines Matching refs:Robolectric
1 # Robolectric Annotation Processor (RAP)
3 Welcome to the Robolectric Annotation Processor project.
5 ## What is the Robolectric Annotation Processor?
7 …Robolectric Annotation Processor (RAP) is an annotation processor that uses Java's built-in annota…
10 2. It enforces at compile-time some constraints that are implied by Robolectric annotations, to hel…
17 Robolectric has a large amount of boilerplate code in the form of the <code>shadowOf()</code> metho…
21 There are a number of usages and constraints implicit in Robolectric's annotation model which if vi…
51 There are likely other opportunities for this sort of optimization in Robolectric using RAP, which …
55 …ose contributing to Robolectric itself. Those who wish to do so will simply need to check out the …
57 …bal <code>reset()</code> methods) could also be of benefit to users of Robolectric who are develop…
64 * Ability to use RAP outside of the context of developing the Robolectric core, to be able to valid…
65 …ons is not all that obvious. I think that this feature could help many Robolectric developers work…
68 * Generally speaking, there is probably a lot more which Robolectric currently does at initializati…
72 A special thanks to the Robolectric team (both its original authors and current maintainers) for pr…
80 Like Robolectric itself, RAP is free software distributed under the MIT license.