OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestAnnotation
(Results
1 - 6
of
6
) sorted by null
/external/apache-harmony/support/src/test/resources/tests/resources/
hyts_flushed.jar
/cts/tests/tests/libcoreapievolution/src/android/apievolution/cts/
ApiEvolutionTest.java
210
private @interface
TestAnnotation
{}
221
@
TestAnnotation
223
protected String myMethod(@
TestAnnotation
Integer p1) throws ParseException {
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
CheckedProviderMethodsModuleTest.java
59
@interface
TestAnnotation
{}
84
@
TestAnnotation
146
injector.getInstance(Key.get(rpcProviderOfLong,
TestAnnotation
.class));
/external/testng/src/main/java/org/testng/internal/annotations/
TestAnnotation.java
13
public class
TestAnnotation
extends TestOrConfiguration implements ITestAnnotation {
JDK15TagFactory.java
384
TestAnnotation
result = new
TestAnnotation
();
/external/guice/core/src/com/google/inject/internal/
Annotations.java
228
private @interface
TestAnnotation
{
232
@
TestAnnotation
("determineWhetherToQuote")
238
.getAnnotation(
TestAnnotation
.class)
Completed in 698 milliseconds