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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
|
// Signature format: 2.0
package android.test {
@Deprecated public abstract class ActivityInstrumentationTestCase<T extends android.app.Activity> extends android.test.ActivityTestCase {
ctor @Deprecated public ActivityInstrumentationTestCase(String, Class<T>);
ctor @Deprecated public ActivityInstrumentationTestCase(String, Class<T>, boolean);
method @Deprecated public T getActivity();
method @Deprecated public void testActivityTestCaseSetUpProperly() throws java.lang.Exception;
}
@Deprecated public abstract class ActivityInstrumentationTestCase2<T extends android.app.Activity> extends android.test.ActivityTestCase {
ctor @Deprecated public ActivityInstrumentationTestCase2(String, Class<T>);
ctor @Deprecated public ActivityInstrumentationTestCase2(Class<T>);
method @Deprecated public T getActivity();
method @Deprecated public void setActivityInitialTouchMode(boolean);
method @Deprecated public void setActivityIntent(android.content.Intent);
}
@Deprecated public abstract class ActivityTestCase extends android.test.InstrumentationTestCase {
ctor @Deprecated public ActivityTestCase();
method @Deprecated protected android.app.Activity getActivity();
method @Deprecated protected void scrubClass(Class<?>) throws java.lang.IllegalAccessException;
method @Deprecated protected void setActivity(android.app.Activity);
}
@Deprecated public abstract class ActivityUnitTestCase<T extends android.app.Activity> extends android.test.ActivityTestCase {
ctor @Deprecated public ActivityUnitTestCase(Class<T>);
method @Deprecated public T getActivity();
method @Deprecated public int getFinishedActivityRequest();
method @Deprecated public int getRequestedOrientation();
method @Deprecated public android.content.Intent getStartedActivityIntent();
method @Deprecated public int getStartedActivityRequest();
method @Deprecated public boolean isFinishCalled();
method @Deprecated public void setActivityContext(android.content.Context);
method @Deprecated public void setApplication(android.app.Application);
method @Deprecated protected T startActivity(android.content.Intent, android.os.Bundle, Object);
}
@Deprecated public class AndroidTestRunner extends junit.runner.BaseTestRunner {
ctor @Deprecated public AndroidTestRunner();
method @Deprecated public void addTestListener(junit.framework.TestListener);
method @Deprecated public void clearTestListeners();
method @Deprecated protected junit.framework.TestResult createTestResult();
method @Deprecated public java.util.List<junit.framework.TestCase> getTestCases();
method @Deprecated public String getTestClassName();
method @Deprecated public junit.framework.TestResult getTestResult();
method @Deprecated protected Class loadSuiteClass(String) throws java.lang.ClassNotFoundException;
method @Deprecated protected void runFailed(String);
method @Deprecated public void runTest();
method @Deprecated public void runTest(junit.framework.TestResult);
method @Deprecated public void setContext(android.content.Context);
method @Deprecated public void setInstrumentaiton(android.app.Instrumentation);
method @Deprecated public void setInstrumentation(android.app.Instrumentation);
method @Deprecated public void setTest(junit.framework.Test);
method @Deprecated public void setTestClassName(String, String);
method @Deprecated public void testEnded(String);
method @Deprecated public void testFailed(int, junit.framework.Test, Throwable);
method @Deprecated public void testStarted(String);
}
@Deprecated public abstract class ApplicationTestCase<T extends android.app.Application> extends android.test.AndroidTestCase {
ctor @Deprecated public ApplicationTestCase(Class<T>);
method @Deprecated protected final void createApplication();
method @Deprecated public T getApplication();
method @Deprecated public android.content.Context getSystemContext();
method @Deprecated protected final void terminateApplication();
method @Deprecated public final void testApplicationTestCaseSetUpProperly() throws java.lang.Exception;
}
@Deprecated public class AssertionFailedError extends java.lang.Error {
ctor @Deprecated public AssertionFailedError();
ctor @Deprecated public AssertionFailedError(String);
}
@Deprecated public class ComparisonFailure extends android.test.AssertionFailedError {
ctor @Deprecated public ComparisonFailure(String, String, String);
}
@Deprecated public class InstrumentationTestRunner extends android.app.Instrumentation implements android.test.TestSuiteProvider {
ctor @Deprecated public InstrumentationTestRunner();
method @Deprecated public junit.framework.TestSuite getAllTests();
method @Deprecated protected android.test.AndroidTestRunner getAndroidTestRunner();
method @Deprecated public android.os.Bundle getArguments();
method @Deprecated public ClassLoader getLoader();
method @Deprecated public junit.framework.TestSuite getTestSuite();
field @Deprecated public static final String REPORT_KEY_NAME_CLASS = "class";
field @Deprecated public static final String REPORT_KEY_NAME_TEST = "test";
field @Deprecated public static final String REPORT_KEY_NUM_CURRENT = "current";
field @Deprecated public static final String REPORT_KEY_NUM_TOTAL = "numtests";
field @Deprecated public static final String REPORT_KEY_STACK = "stack";
field @Deprecated public static final String REPORT_VALUE_ID = "InstrumentationTestRunner";
field @Deprecated public static final int REPORT_VALUE_RESULT_ERROR = -1; // 0xffffffff
field @Deprecated public static final int REPORT_VALUE_RESULT_FAILURE = -2; // 0xfffffffe
field @Deprecated public static final int REPORT_VALUE_RESULT_OK = 0; // 0x0
field @Deprecated public static final int REPORT_VALUE_RESULT_START = 1; // 0x1
}
@Deprecated public class IsolatedContext extends android.content.ContextWrapper {
ctor @Deprecated public IsolatedContext(android.content.ContentResolver, android.content.Context);
method @Deprecated public java.util.List<android.content.Intent> getAndClearBroadcastIntents();
}
@Deprecated public class LaunchPerformanceBase extends android.app.Instrumentation {
ctor @Deprecated public LaunchPerformanceBase();
method @Deprecated protected void LaunchApp();
field @Deprecated protected android.content.Intent mIntent;
field @Deprecated protected android.os.Bundle mResults;
}
public class LoaderTestCase extends android.test.AndroidTestCase {
ctor public LoaderTestCase();
method public <T> T getLoaderResultSynchronously(android.content.Loader<T>);
}
@Deprecated public final class MoreAsserts {
method @Deprecated public static void assertAssignableFrom(Class<?>, Object);
method @Deprecated public static void assertAssignableFrom(Class<?>, Class<?>);
method @Deprecated public static java.util.regex.MatchResult assertContainsRegex(String, String, String);
method @Deprecated public static java.util.regex.MatchResult assertContainsRegex(String, String);
method @Deprecated public static void assertContentsInAnyOrder(String, Iterable<?>, java.lang.Object...);
method @Deprecated public static void assertContentsInAnyOrder(Iterable<?>, java.lang.Object...);
method @Deprecated public static void assertContentsInOrder(String, Iterable<?>, java.lang.Object...);
method @Deprecated public static void assertContentsInOrder(Iterable<?>, java.lang.Object...);
method @Deprecated public static void assertEmpty(String, Iterable<?>);
method @Deprecated public static void assertEmpty(Iterable<?>);
method @Deprecated public static void assertEmpty(String, java.util.Map<?,?>);
method @Deprecated public static void assertEmpty(java.util.Map<?,?>);
method @Deprecated public static void assertEquals(String, byte[], byte[]);
method @Deprecated public static void assertEquals(byte[], byte[]);
method @Deprecated public static void assertEquals(String, int[], int[]);
method @Deprecated public static void assertEquals(int[], int[]);
method @Deprecated public static void assertEquals(String, double[], double[]);
method @Deprecated public static void assertEquals(double[], double[]);
method @Deprecated public static void assertEquals(String, Object[], Object[]);
method @Deprecated public static void assertEquals(Object[], Object[]);
method @Deprecated public static void assertEquals(String, java.util.Set<?>, java.util.Set<?>);
method @Deprecated public static void assertEquals(java.util.Set<?>, java.util.Set<?>);
method @Deprecated public static java.util.regex.MatchResult assertMatchesRegex(String, String, String);
method @Deprecated public static java.util.regex.MatchResult assertMatchesRegex(String, String);
method @Deprecated public static void assertNotContainsRegex(String, String, String);
method @Deprecated public static void assertNotContainsRegex(String, String);
method @Deprecated public static void assertNotEmpty(String, Iterable<?>);
method @Deprecated public static void assertNotEmpty(Iterable<?>);
method @Deprecated public static void assertNotEmpty(String, java.util.Map<?,?>);
method @Deprecated public static void assertNotEmpty(java.util.Map<?,?>);
method @Deprecated public static void assertNotEqual(String, Object, Object);
method @Deprecated public static void assertNotEqual(Object, Object);
method @Deprecated public static void assertNotMatchesRegex(String, String, String);
method @Deprecated public static void assertNotMatchesRegex(String, String);
method @Deprecated public static void checkEqualsAndHashCodeMethods(String, Object, Object, boolean);
method @Deprecated public static void checkEqualsAndHashCodeMethods(Object, Object, boolean);
}
@Deprecated public abstract class ProviderTestCase<T extends android.content.ContentProvider> extends android.test.InstrumentationTestCase {
ctor @Deprecated public ProviderTestCase(Class<T>, String);
method @Deprecated public android.test.mock.MockContentResolver getMockContentResolver();
method @Deprecated public android.test.IsolatedContext getMockContext();
method @Deprecated public T getProvider();
method @Deprecated public static <T extends android.content.ContentProvider> android.content.ContentResolver newResolverWithContentProviderFromSql(android.content.Context, Class<T>, String, String, int, String) throws java.lang.IllegalAccessException, java.lang.InstantiationException;
}
public abstract class ProviderTestCase2<T extends android.content.ContentProvider> extends android.test.AndroidTestCase {
ctor public ProviderTestCase2(Class<T>, String);
method public android.test.mock.MockContentResolver getMockContentResolver();
method public android.test.IsolatedContext getMockContext();
method public T getProvider();
method public static <T extends android.content.ContentProvider> android.content.ContentResolver newResolverWithContentProviderFromSql(android.content.Context, String, Class<T>, String, String, int, String) throws java.lang.IllegalAccessException, java.lang.InstantiationException;
}
@Deprecated public class RenamingDelegatingContext extends android.content.ContextWrapper {
ctor @Deprecated public RenamingDelegatingContext(android.content.Context, String);
ctor @Deprecated public RenamingDelegatingContext(android.content.Context, android.content.Context, String);
method @Deprecated public String getDatabasePrefix();
method @Deprecated public void makeExistingFilesAndDbsAccessible();
method @Deprecated public static <T extends android.content.ContentProvider> T providerWithRenamedContext(Class<T>, android.content.Context, String) throws java.lang.IllegalAccessException, java.lang.InstantiationException;
method @Deprecated public static <T extends android.content.ContentProvider> T providerWithRenamedContext(Class<T>, android.content.Context, String, boolean) throws java.lang.IllegalAccessException, java.lang.InstantiationException;
}
@Deprecated public abstract class ServiceTestCase<T extends android.app.Service> extends android.test.AndroidTestCase {
ctor @Deprecated public ServiceTestCase(Class<T>);
method @Deprecated protected android.os.IBinder bindService(android.content.Intent);
method @Deprecated public android.app.Application getApplication();
method @Deprecated public T getService();
method @Deprecated public android.content.Context getSystemContext();
method @Deprecated public void setApplication(android.app.Application);
method @Deprecated protected void setupService();
method @Deprecated protected void shutdownService();
method @Deprecated protected void startService(android.content.Intent);
method @Deprecated public void testServiceTestCaseSetUpProperly() throws java.lang.Exception;
}
@Deprecated public abstract class SingleLaunchActivityTestCase<T extends android.app.Activity> extends android.test.InstrumentationTestCase {
ctor @Deprecated public SingleLaunchActivityTestCase(String, Class<T>);
method @Deprecated public T getActivity();
method @Deprecated public void testActivityTestCaseSetUpProperly() throws java.lang.Exception;
}
@Deprecated public class SyncBaseInstrumentation extends android.test.InstrumentationTestCase {
ctor @Deprecated public SyncBaseInstrumentation();
method @Deprecated protected void cancelSyncsandDisableAutoSync();
method @Deprecated protected void syncProvider(android.net.Uri, String, String) throws java.lang.Exception;
}
@Deprecated public interface TestSuiteProvider {
method @Deprecated public junit.framework.TestSuite getTestSuite();
}
@Deprecated public class TouchUtils {
ctor @Deprecated public TouchUtils();
method @Deprecated public static void clickView(android.test.InstrumentationTestCase, android.view.View);
method @Deprecated public static void drag(android.test.ActivityInstrumentationTestCase, float, float, float, float, int);
method @Deprecated public static void drag(android.test.InstrumentationTestCase, float, float, float, float, int);
method @Deprecated public static void dragQuarterScreenDown(android.test.ActivityInstrumentationTestCase);
method @Deprecated public static void dragQuarterScreenDown(android.test.InstrumentationTestCase, android.app.Activity);
method @Deprecated public static void dragQuarterScreenUp(android.test.ActivityInstrumentationTestCase);
method @Deprecated public static void dragQuarterScreenUp(android.test.InstrumentationTestCase, android.app.Activity);
method @Deprecated public static int dragViewBy(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int);
method @Deprecated public static int dragViewBy(android.test.InstrumentationTestCase, android.view.View, int, int, int);
method @Deprecated public static int dragViewTo(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int);
method @Deprecated public static int dragViewTo(android.test.InstrumentationTestCase, android.view.View, int, int, int);
method @Deprecated public static void dragViewToBottom(android.test.ActivityInstrumentationTestCase, android.view.View);
method @Deprecated public static void dragViewToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.View);
method @Deprecated public static void dragViewToBottom(android.test.ActivityInstrumentationTestCase, android.view.View, int);
method @Deprecated public static void dragViewToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.View, int);
method @Deprecated public static void dragViewToTop(android.test.ActivityInstrumentationTestCase, android.view.View);
method @Deprecated public static void dragViewToTop(android.test.ActivityInstrumentationTestCase, android.view.View, int);
method @Deprecated public static void dragViewToTop(android.test.InstrumentationTestCase, android.view.View);
method @Deprecated public static void dragViewToTop(android.test.InstrumentationTestCase, android.view.View, int);
method @Deprecated public static int dragViewToX(android.test.ActivityInstrumentationTestCase, android.view.View, int, int);
method @Deprecated public static int dragViewToX(android.test.InstrumentationTestCase, android.view.View, int, int);
method @Deprecated public static int dragViewToY(android.test.ActivityInstrumentationTestCase, android.view.View, int, int);
method @Deprecated public static int dragViewToY(android.test.InstrumentationTestCase, android.view.View, int, int);
method @Deprecated public static void longClickView(android.test.ActivityInstrumentationTestCase, android.view.View);
method @Deprecated public static void longClickView(android.test.InstrumentationTestCase, android.view.View);
method @Deprecated public static void scrollToBottom(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup);
method @Deprecated public static void scrollToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup);
method @Deprecated public static void scrollToTop(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup);
method @Deprecated public static void scrollToTop(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup);
method @Deprecated public static void tapView(android.test.InstrumentationTestCase, android.view.View);
method @Deprecated public static void touchAndCancelView(android.test.InstrumentationTestCase, android.view.View);
}
@Deprecated public class ViewAsserts {
method @Deprecated public static void assertBaselineAligned(android.view.View, android.view.View);
method @Deprecated public static void assertBottomAligned(android.view.View, android.view.View);
method @Deprecated public static void assertBottomAligned(android.view.View, android.view.View, int);
method @Deprecated public static void assertGroupContains(android.view.ViewGroup, android.view.View);
method @Deprecated public static void assertGroupIntegrity(android.view.ViewGroup);
method @Deprecated public static void assertGroupNotContains(android.view.ViewGroup, android.view.View);
method @Deprecated public static void assertHasScreenCoordinates(android.view.View, android.view.View, int, int);
method @Deprecated public static void assertHorizontalCenterAligned(android.view.View, android.view.View);
method @Deprecated public static void assertLeftAligned(android.view.View, android.view.View);
method @Deprecated public static void assertLeftAligned(android.view.View, android.view.View, int);
method @Deprecated public static void assertOffScreenAbove(android.view.View, android.view.View);
method @Deprecated public static void assertOffScreenBelow(android.view.View, android.view.View);
method @Deprecated public static void assertOnScreen(android.view.View, android.view.View);
method @Deprecated public static void assertRightAligned(android.view.View, android.view.View);
method @Deprecated public static void assertRightAligned(android.view.View, android.view.View, int);
method @Deprecated public static void assertTopAligned(android.view.View, android.view.View);
method @Deprecated public static void assertTopAligned(android.view.View, android.view.View, int);
method @Deprecated public static void assertVerticalCenterAligned(android.view.View, android.view.View);
}
}
package android.test.suitebuilder {
@Deprecated public class TestMethod {
ctor @Deprecated public TestMethod(java.lang.reflect.Method, Class<? extends junit.framework.TestCase>);
ctor @Deprecated public TestMethod(String, Class<? extends junit.framework.TestCase>);
ctor @Deprecated public TestMethod(junit.framework.TestCase);
method @Deprecated public junit.framework.TestCase createTest() throws java.lang.IllegalAccessException, java.lang.InstantiationException, java.lang.reflect.InvocationTargetException;
method @Deprecated public <T extends java.lang.annotation.Annotation> T getAnnotation(Class<T>);
method @Deprecated public Class<? extends junit.framework.TestCase> getEnclosingClass();
method @Deprecated public String getEnclosingClassname();
method @Deprecated public String getName();
}
@Deprecated public class TestSuiteBuilder {
ctor @Deprecated public TestSuiteBuilder(Class);
ctor @Deprecated public TestSuiteBuilder(String, ClassLoader);
method @Deprecated public final junit.framework.TestSuite build();
method @Deprecated public android.test.suitebuilder.TestSuiteBuilder excludePackages(java.lang.String...);
method @Deprecated protected String getSuiteName();
method @Deprecated public final android.test.suitebuilder.TestSuiteBuilder includeAllPackagesUnderHere();
method @Deprecated public android.test.suitebuilder.TestSuiteBuilder includePackages(java.lang.String...);
method @Deprecated public android.test.suitebuilder.TestSuiteBuilder named(String);
}
@Deprecated public static class TestSuiteBuilder.FailedToCreateTests extends junit.framework.TestCase {
ctor @Deprecated public TestSuiteBuilder.FailedToCreateTests(Exception);
method @Deprecated public void testSuiteConstructionFailed();
}
@Deprecated public class UnitTestSuiteBuilder extends android.test.suitebuilder.TestSuiteBuilder {
ctor @Deprecated public UnitTestSuiteBuilder(Class);
ctor @Deprecated public UnitTestSuiteBuilder(String, ClassLoader);
}
}
package junit.runner {
public abstract class BaseTestRunner implements junit.framework.TestListener {
ctor public BaseTestRunner();
method public void addError(junit.framework.Test, Throwable);
method public void addFailure(junit.framework.Test, junit.framework.AssertionFailedError);
method protected void clearStatus();
method public String elapsedTimeAsString(long);
method public void endTest(junit.framework.Test);
method public String extractClassName(String);
method public static String getFilteredTrace(Throwable);
method public static String getFilteredTrace(String);
method @Deprecated public junit.runner.TestSuiteLoader getLoader();
method public static String getPreference(String);
method public static int getPreference(String, int);
method protected static java.util.Properties getPreferences();
method public junit.framework.Test getTest(String);
method @Deprecated public static boolean inVAJava();
method protected Class<?> loadSuiteClass(String) throws java.lang.ClassNotFoundException;
method protected String processArguments(String[]);
method protected abstract void runFailed(String);
method public static void savePreferences() throws java.io.IOException;
method public void setLoading(boolean);
method public void setPreference(String, String);
method protected static void setPreferences(java.util.Properties);
method protected static boolean showStackRaw();
method public void startTest(junit.framework.Test);
method public abstract void testEnded(String);
method public abstract void testFailed(int, junit.framework.Test, Throwable);
method public abstract void testStarted(String);
method public static String truncate(String);
method protected boolean useReloadingTestSuiteLoader();
field public static final String SUITE_METHODNAME = "suite";
}
public interface TestSuiteLoader {
method public Class load(String) throws java.lang.ClassNotFoundException;
method public Class reload(Class) throws java.lang.ClassNotFoundException;
}
public class Version {
method public static String id();
}
}
|