Searched refs:Test (Results 176 - 200 of 3856) sorted by relevance

1234567891011>>

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DNfcAdapterTest.java5 import org.junit.Test;
13 @Test
H A DScrollViewTest.java5 import org.junit.Test;
12 @Test
H A DTextPaintTest.java5 import org.junit.Test;
14 @Test
H A DClipboardManagerTest.java8 import org.junit.Test;
25 @Test
31 @Test
37 @Test
43 @Test
49 @Test
H A DContentUrisTest.java7 import org.junit.Test;
22 @Test public void canAppendId() {
27 @Test(expected=NullPointerException.class)
32 @Test public void canParseId() {
37 @Test(expected=NumberFormatException.class)
42 @Test(expected=UnsupportedOperationException.class)
H A DPreferenceActivityTest.java10 import org.junit.Test;
33 @Test
39 @Test
44 @Test
49 @Test
56 @Test
H A DSpannableStringBuilderTest.java5 import org.junit.Test;
14 @Test
21 @Test
27 @Test
34 @Test
40 @Test
H A DSyncResultTest.java9 import org.junit.Test;
18 @Test
24 @Test
33 @Test
42 @Test
50 @Test
H A DSQLiteCursorTest.java10 import org.junit.Test;
47 @Test
54 @Test
64 @Test
70 @Test
75 @Test
83 @Test
89 @Test(expected = IllegalArgumentException.class)
94 @Test
101 @Test(expecte
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindowTest.java5 import org.junit.Test;
11 @Test
/external/smali/util/src/test/java/org/jf/util/
H A DIndentingWriterTest.java35 import org.junit.Test;
41 @Test
/external/valgrind/main/memcheck/tests/
H A Dfile_locking.stderr.exp5 Test finished.
/external/lldb/test/unittest2/test/
H A Dtest_setups.py31 class Test(unittest2.TestCase): class in function:TestSetups.test_setup_class
35 Test.setUpCalled += 1
42 result = self.runTests(Test)
44 self.assertEqual(Test.setUpCalled, 1)
49 class Test(unittest2.TestCase): class in function:TestSetups.test_teardown_class
53 Test.tearDownCalled += 1
60 result = self.runTests(Test)
62 self.assertEqual(Test.tearDownCalled, 1)
67 class Test(unittest2.TestCase): class in function:TestSetups.test_teardown_class_two_classes
71 Test
115 class Test(unittest2.TestCase): class in function:TestSetups.test_error_in_teardown_class
148 class Test(unittest2.TestCase): class in function:TestSetups.test_class_not_torndown_when_setup_fails
164 class Test(unittest2.TestCase): class in function:TestSetups.test_class_not_setup_or_torndown_when_skipped
270 class Test(unittest2.TestCase): class in function:TestSetups.test_setup_module
295 class Test(unittest2.TestCase): class in function:TestSetups.test_error_in_setup_module
329 class Test(unittest2.TestCase): class in function:TestSetups.test_testcase_with_missing_module
347 class Test(unittest2.TestCase): class in function:TestSetups.test_teardown_module
368 class Test(unittest2.TestCase): class in function:TestSetups.test_error_in_teardown_module
401 class Test(unittest2.TestCase): class in function:TestSetups.test_skiptest_in_setupclass
418 class Test(unittest2.TestCase): class in function:TestSetups.test_skiptest_in_setupmodule
450 class Test(unittest2.TestCase): class in function:TestSetups.test_suite_debug_executes_setups_and_teardowns
479 class Test(unittest2.TestCase): class in function:TestSetups.test_suite_debug_propagates_exceptions
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestSyntaxErrors.java31 import org.junit.Test;
35 @Test public void testLL2() throws Exception {
48 @Test public void testLL3() throws Exception {
62 @Test public void testLLStar() throws Exception {
75 @Test public void testSynPred() throws Exception {
92 @Test public void testLL1ErrorInfo() throws Exception {
H A DTestCharDFAConversion.java34 import org.junit.Test;
46 @Test public void testSimpleRangeVersusChar() throws Exception {
59 @Test public void testRangeWithDisjointSet() throws Exception {
76 @Test public void testDisjointSetCollidingWithTwoRanges() throws Exception {
93 @Test public void testDisjointSetCollidingWithTwoRangesCharsFirst() throws Exception {
109 @Test public void testDisjointSetCollidingWithTwoRangesAsSeparateAlts() throws Exception {
135 @Test public void testKeywordVersusID() throws Exception {
154 @Test public void testIdenticalRules() throws Exception {
178 @Test public void testAdjacentNotCharLoops() throws Exception {
193 @Test publi
[all...]
H A DTestRewriteAST.java36 import org.junit.Test;
41 @Test public void testDelete() throws Exception {
54 @Test public void testSingleToken() throws Exception {
67 @Test public void testSingleTokenToNewNode() throws Exception {
80 @Test public void testSingleTokenToNewNodeRoot() throws Exception {
93 @Test public void testSingleTokenToNewNode2() throws Exception {
107 @Test public void testSingleCharLiteral() throws Exception {
120 @Test public void testSingleStringLiteral() throws Exception {
133 @Test public void testSingleRule() throws Exception {
147 @Test publi
[all...]
/external/chromium_org/testing/android/junit/javatests/src/org/chromium/testing/local/
H A DRunnerFilterTest.java8 import org.junit.Test;
21 @Test
28 @Test
35 @Test
42 @Test
49 @Test
/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java10 import org.junit.Test;
11 import org.junit.Test.None;
34 Test annotation= fMethod.getAnnotation(Test.class);
42 Test annotation= fMethod.getAnnotation(Test.class);
/external/okhttp/okio/src/test/java/okio/
H A DReadUtf8LineTest.java20 import org.junit.Test;
29 @Test public void readLines() throws IOException {
40 @Test public void emptyLines() throws IOException {
48 @Test public void crDroppedPrecedingLf() throws IOException {
55 @Test public void bufferedReaderCompatible() throws IOException {
62 @Test public void bufferedReaderCompatibleWithTrailingNewline() throws IOException {
H A DByteStringTest.java22 import org.junit.Test;
32 @Test public void getByte() throws Exception {
38 @Test public void getByteOutOfBounds() throws Exception {
47 @Test public void equals() throws Exception {
59 @Test public void utf8() throws Exception {
66 @Test public void testHashCode() throws Exception {
72 @Test public void read() throws Exception {
79 @Test public void readLowerCase() throws Exception {
86 @Test public void toAsciiLowerCaseNoUppercase() throws Exception {
91 @Test publi
[all...]
/external/protobuf/gtest/test/
H A Dgtest_xml_output_unittest_.cc32 // Unit test for Google Test XML output.
34 // A user can specify XML output in a Google Test program to run via
47 class SuccessfulTest : public testing::Test {
55 class FailedTest : public testing::Test {
62 class DisabledTest : public testing::Test {
94 class PropertyRecordingTest : public testing::Test {
121 testing::Test::RecordProperty(key, value);
126 testing::Test::RecordProperty(key, value);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslatorUnitTest.java6 import org.junit.Test;
23 @Test
37 @Test
51 @Test
64 @Test
78 @Test
85 @Test
98 @Test
103 @Test
108 @Test
[all...]
/external/smali/smali/src/test/java/
H A DIntLiteralTest.java31 import org.junit.Test;
35 @Test
53 @Test(expected=NumberFormatException.class)
58 @Test(expected=NumberFormatException.class)
63 @Test(expected=NumberFormatException.class)
70 @Test
87 @Test(expected=NumberFormatException.class)
92 @Test(expected=NumberFormatException.class)
97 @Test(expected=NumberFormatException.class)
102 @Test(expecte
[all...]
H A DLexerTest.java38 import org.junit.Test;
59 @Test
64 @Test
69 @Test
74 @Test
79 @Test
84 @Test
89 @Test
94 @Test
99 @Test
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_xml_output_unittest_.cc32 // Unit test for Google Test XML output.
34 // A user can specify XML output in a Google Test program to run via
47 using ::testing::Test;
50 class SuccessfulTest : public Test {
58 class FailedTest : public Test {
65 class DisabledTest : public Test {
97 class PropertyRecordingTest : public Test {
127 testing::Test::RecordProperty(key, value);
132 testing::Test::RecordProperty(key, value);
153 template <typename T> class TypedTest : public Test {};
[all...]

Completed in 3160 milliseconds

1234567891011>>