/external/testng/src/main/java/org/testng/ |
ITestMethodFinder.java | 26 * @return All the methods that should be invoked 32 * @return All the methods that should be invoked 38 * @return All the methods that should be invoked 45 * @return All the methods that should be invoked 52 * @return All the methods that should be invoked 58 * @return All the methods that should be invoked
|
/external/testng/src/test/java/test/configuration/ |
ExternalConfigurationClass.java | 41 assertTrue(s_afterMethod, "afterTestMethod should have been run"); 42 assertTrue(s_afterClass, "afterTestClass should have been run"); 43 assertFalse(s_afterTest, "afterTest should haven't been run"); 49 assertTrue(s_afterMethod, "afterTestMethod should have been run"); 50 assertTrue(s_afterClass, "afterTestClass should have been run"); 51 assertTrue(s_afterTest, "afterTest should have been run");
|
/frameworks/base/core/tests/coretests/src/android/util/ |
PatternsTest.java | 64 assertTrue("Should match 'com'", pattern.matcher("com").matches()); 70 assertTrue("Should match 'me'", pattern.matcher("me").matches()); 76 assertTrue("Should match Punycode TLD", pattern.matcher("xn--qxam").matches()); 82 assertTrue("Should match IRI TLD", pattern.matcher("\uD55C\uAD6D").matches()); 88 assertFalse("Should not match 'mem'", pattern.matcher("mem").matches()); 94 assertFalse("Should not match invalid Punycode TLD", pattern.matcher("xn").matches()); 102 assertTrue("Should match URL with scheme and hostname", 109 assertTrue("Should match URL with scheme, hostname and new TLD", 116 assertTrue("Should match URL with hostname and new TLD", 123 assertTrue("Should match Chinese Punycode URL with protocol" [all...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
comments | 6 ."after a comment was started. This should not be reported as\n" 10 ."text on the line which should never execute since it should be \n" 21 @echo There should be no errors for this makefile. 30 # Create the answer to what should be produced by this Makefile 31 $answer = "There should be no errors for this makefile.\n";
|
/bionic/tools/relocation_packer/src/ |
debug_unittest.cc | 35 LOG_IF(INFO, false) << "INFO log message, SHOULD NOT PRINT"; 37 LOG_IF(WARNING, false) << "WARNING log message, SHOULD NOT PRINT"; 39 LOG_IF(ERROR, false) << "ERROR log message, SHOULD NOT PRINT"; 40 LOG_IF(FATAL, false) << "FATAL log message, SHOULD NOT PRINT"; 54 VLOG(0) << "VLOG 0 INFO log message, SHOULD NOT PRINT"; 55 VLOG(1) << "VLOG 1 INFO log message, SHOULD NOT PRINT"; 56 VLOG(2) << "VLOG 2 INFO log message, SHOULD NOT PRINT"; 65 VLOG(2) << "VLOG 2 INFO log message, SHOULD NOT PRINT"; 79 VLOG_IF(0, true) << "VLOG 0 INFO log message, SHOULD NOT PRINT"; 80 VLOG_IF(1, true) << "VLOG 1 INFO log message, SHOULD NOT PRINT" [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewCallbacks.java | 49 // now check for selection callbacks. Nothing should be clicked or selected. 50 assertFalse("onItemClick should not be called", theActivity.mItemClickCalled); 51 assertFalse("onItemSelected should not be called", theActivity.mItemSelectedCalled); 53 // arguably, this should be "false", because we aren't deselecting - we shouldn't 56 //assertTrue("onNothingSelected should be called", theActivity.mNothingSelectedCalled); 84 assertFalse("onItemClick should not be called", theActivity.mItemClickCalled); 85 assertTrue("onItemSelected should be called", theActivity.mItemSelectedCalled); 87 assertFalse("onNothingSelected should not be called", theActivity.mNothingSelectedCalled); 91 // try one more time - should move from 0 to 1 102 assertFalse("onItemClick should not be called", theActivity.mItemClickCalled) [all...] |
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/ |
SingleRowTest.java | 33 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex); 36 assertEquals(dump(mSingleRow) + " Should filled 3 items", 40 assertEquals(dump(mSingleRow) + " Should filled 4 items", 44 assertEquals(dump(mSingleRow) + " Should filled 6 items", 54 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex); 57 assertEquals(dump(mSingleRow) + " Should filled 6 items", 61 assertEquals(dump(mSingleRow) + " visible index should start from 1", 65 assertEquals(dump(mSingleRow) + " visible index should start from 0", 77 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex); 80 assertEquals(dump(mSingleRow) + " Should filled 3 items" [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
ReadOnlyDoubleBufferTest.java | 44 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 65 fail("Should throw Exception"); //$NON-NLS-1$ 74 fail("Should throw Exception"); //$NON-NLS-1$ 84 fail("Should throw Exception"); //$NON-NLS-1$ 90 fail("Should throw Exception"); //$NON-NLS-1$ 100 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 106 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 112 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 118 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
ReadOnlyFloatBufferTest.java | 43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 75 fail("Should throw Exception"); //$NON-NLS-1$ 85 fail("Should throw Exception"); //$NON-NLS-1$ 91 fail("Should throw Exception"); //$NON-NLS-1$ 101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
ReadOnlyIntBufferTest.java | 43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 75 fail("Should throw Exception"); //$NON-NLS-1$ 85 fail("Should throw Exception"); //$NON-NLS-1$ 91 fail("Should throw Exception"); //$NON-NLS-1$ 101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
ReadOnlyLongBufferTest.java | 43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 75 fail("Should throw Exception"); //$NON-NLS-1$ 85 fail("Should throw Exception"); //$NON-NLS-1$ 91 fail("Should throw Exception"); //$NON-NLS-1$ 101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
ReadOnlyShortBufferTest.java | 43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 75 fail("Should throw Exception"); //$NON-NLS-1$ 85 fail("Should throw Exception"); //$NON-NLS-1$ 91 fail("Should throw Exception"); //$NON-NLS-1$ 101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-trees.rb | 27 found.should == expecting 32 found.should == expecting 53 root_0.child_index.should == -1 54 t.child_index.should == 0 55 u.child_index.should == 1 69 found.should == expecting 73 found.should == expecting 92 found.should == expecting 96 found.should == expecting 110 found.should == expectin [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
InflaterOutputStreamTest.java | 45 fail("Should throw NullPointerException"); 59 fail("Should throw NullPointerException"); 66 fail("Should throw NullPointerException"); 80 fail("Should throw NullPointerException"); 87 fail("Should throw NullPointerException"); 94 fail("Should throw NullPointerException"); 101 fail("Should throw NullPointerException"); 108 fail("Should throw IllegalArgumentException"); 115 fail("Should throw IllegalArgumentException"); 139 fail("Should throw IOException") [all...] |
/external/jemalloc/test/integration/ |
thread_tcache_enabled.c | 22 "ENOENT should only be returned if tcache is " 32 assert_true(e0, "tcache should be enabled"); 38 assert_false(e0, "tcache should be disabled"); 43 assert_true(e0, "tcache should be enabled"); 48 assert_true(e0, "tcache should be enabled"); 53 assert_false(e0, "tcache should be disabled"); 59 assert_false(e0, "tcache should be disabled"); 65 assert_true(e0, "tcache should be enabled"); 71 assert_true(e0, "tcache should be enabled"); 77 assert_false(e0, "tcache should be disabled") [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
TouchModeFocusChangeTest.java | 32 * When in touch mode and hitting the d-pad, we should leave touch mode and the 54 assertFalse("we should not be in touch mode", mActivity.isInTouchMode()); 55 assertTrue("top button should have focus", mFirstButton.isFocused()); 62 assertTrue("should be in touch mode", mActivity.isInTouchMode()); 68 assertFalse("linear layout should not have focus", 71 assertTrue("button's onClickListener should have fired", 79 assertTrue("should be in touch mode", mActivity.isInTouchMode()); 80 assertFalse("button should not have focus when touched", 84 assertFalse("should be out of touch mode", mActivity.isInTouchMode()); 85 assertTrue("first button (the top most focusable) should have gained focus" [all...] |
/libcore/ojluni/src/main/resources/sun/util/logging/resources/ |
logging_de.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
logging_es.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
logging_fr.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
logging_it.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
logging_ja.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
logging_ko.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
logging_pt_BR.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
logging_zh_CN.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
logging_zh_TW.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |