Lines Matching refs:method

6     method @Deprecated public void assertActivityRequiresPermission(String, String, String);
7method @Deprecated public void assertReadingContentUriRequiresPermission(android.net.Uri, String);
8method @Deprecated public void assertWritingContentUriRequiresPermission(android.net.Uri, String);
9 method @Deprecated public android.content.Context getContext();
10 method @Deprecated public android.content.Context getTestContext();
11 method @Deprecated protected void scrubClass(Class<?>) throws java.lang.IllegalAccessException;
12 method @Deprecated public void setContext(android.content.Context);
13 method @Deprecated public void setTestContext(android.content.Context);
14method @Deprecated @android.test.suitebuilder.annotation.Suppress public void testAndroidTestCaseS…
19 method @Deprecated public abstract int tolerance() default 1;
24 method @Deprecated public android.app.Instrumentation getInstrumentation();
25 method @Deprecated public void injectInsrumentation(android.app.Instrumentation);
26 method @Deprecated public void injectInstrumentation(android.app.Instrumentation);
27method @Deprecated public final <T extends android.app.Activity> T launchActivity(String, Class<T>…
28method @Deprecated public final <T extends android.app.Activity> T launchActivityWithIntent(String…
29 method @Deprecated public void runTestOnUiThread(Runnable) throws java.lang.Throwable;
30 method @Deprecated public void sendKeys(String);
31 method @Deprecated public void sendKeys(int...);
32 method @Deprecated public void sendRepeatedKeys(int...);
39 method @Deprecated public void addTestSuite(Class);
43 method @Deprecated public boolean isPerformanceOnly();
44 method @Deprecated public int startPerformance(android.test.PerformanceTestCase.Intermediates);
48 method @Deprecated public void addIntermediate(String);
49 method @Deprecated public void addIntermediate(String, long);
50 method @Deprecated public void finishTiming(boolean);
51 method @Deprecated public void setInternalIterations(int);
52 method @Deprecated public void startTiming(boolean);
56 method @Deprecated public abstract int numIterations() default 1;
86 method @Deprecated public boolean apply(T);
95 method public static void assertEquals(String, Object, Object);
96 method public static void assertEquals(Object, Object);
97 method public static void assertEquals(String, String, String);
98 method public static void assertEquals(String, String);
99 method public static void assertEquals(String, double, double, double);
100 method public static void assertEquals(double, double, double);
101 method public static void assertEquals(String, float, float, float);
102 method public static void assertEquals(float, float, float);
103 method public static void assertEquals(String, long, long);
104 method public static void assertEquals(long, long);
105 method public static void assertEquals(String, boolean, boolean);
106 method public static void assertEquals(boolean, boolean);
107 method public static void assertEquals(String, byte, byte);
108 method public static void assertEquals(byte, byte);
109 method public static void assertEquals(String, char, char);
110 method public static void assertEquals(char, char);
111 method public static void assertEquals(String, short, short);
112 method public static void assertEquals(short, short);
113 method public static void assertEquals(String, int, int);
114 method public static void assertEquals(int, int);
115 method public static void assertFalse(String, boolean);
116 method public static void assertFalse(boolean);
117 method public static void assertNotNull(Object);
118 method public static void assertNotNull(String, Object);
119 method public static void assertNotSame(String, Object, Object);
120 method public static void assertNotSame(Object, Object);
121 method public static void assertNull(Object);
122 method public static void assertNull(String, Object);
123 method public static void assertSame(String, Object, Object);
124 method public static void assertSame(Object, Object);
125 method public static void assertTrue(String, boolean);
126 method public static void assertTrue(boolean);
127 method public static void fail(String);
128 method public static void fail();
129 method public static void failNotEquals(String, Object, Object);
130 method public static void failNotSame(String, Object, Object);
131 method public static void failSame(String);
132 method public static String format(String, Object, Object);
142 method public String getActual();
143 method public String getExpected();
147 method public void protect() throws java.lang.Throwable;
151 method public int countTestCases();
152 method public void run(junit.framework.TestResult);
158 method public int countTestCases();
159 method protected junit.framework.TestResult createResult();
160 method public String getName();
161 method public junit.framework.TestResult run();
162 method public void run(junit.framework.TestResult);
163 method public void runBare() throws java.lang.Throwable;
164 method protected void runTest() throws java.lang.Throwable;
165 method public void setName(String);
166 method protected void setUp() throws java.lang.Exception;
167 method protected void tearDown() throws java.lang.Exception;
172 method public String exceptionMessage();
173 method public junit.framework.Test failedTest();
174 method public boolean isFailure();
175 method public Throwable thrownException();
176 method public String trace();
182 method public void addError(junit.framework.Test, Throwable);
183 method public void addFailure(junit.framework.Test, junit.framework.AssertionFailedError);
184 method public void endTest(junit.framework.Test);
185 method public void startTest(junit.framework.Test);
190 method public void addError(junit.framework.Test, Throwable);
191 method public void addFailure(junit.framework.Test, junit.framework.AssertionFailedError);
192 method public void addListener(junit.framework.TestListener);
193 method public void endTest(junit.framework.Test);
194 method public int errorCount();
195 method public java.util.Enumeration<junit.framework.TestFailure> errors();
196 method public int failureCount();
197 method public java.util.Enumeration<junit.framework.TestFailure> failures();
198 method public void removeListener(junit.framework.TestListener);
199 method protected void run(junit.framework.TestCase);
200 method public int runCount();
201 method public void runProtected(junit.framework.Test, junit.framework.Protectable);
202 method public boolean shouldStop();
203 method public void startTest(junit.framework.Test);
204 method public void stop();
205 method public boolean wasSuccessful();
219 method public void addTest(junit.framework.Test);
220 method public void addTestSuite(Class<? extends junit.framework.TestCase>);
221 method public int countTestCases();
222 method public static junit.framework.Test createTest(Class<?>, String);
223 method public String getName();
224method public static java.lang.reflect.Constructor<?> getTestConstructor(Class<?>) throws java.lan…
225 method public void run(junit.framework.TestResult);
226 method public void runTest(junit.framework.Test, junit.framework.TestResult);
227 method public void setName(String);
228 method public junit.framework.Test testAt(int);
229 method public int testCount();
230 method public java.util.Enumeration<junit.framework.Test> tests();
231 method public static junit.framework.Test warning(String);