/packages/apps/Email/tests/src/com/android/email/ |
TestUtils.java | 24 * Utility methods used only by tests. 26 public class TestUtils extends TestCase /* It tests itself */ {
|
/packages/apps/Gallery/tests/ |
AndroidManifest.xml | 18 package="com.android.camera.tests"> 31 android:label="Tests for Camera application."/>
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
UnitTests.java | 25 * TestSuite for all Camera unit tests. 33 .named("Camera Unit Tests")
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
ConversationListTests.java | 26 * Various instrumentation tests for ConversationList. 45 * Tests that various UI calls can be made safely even before the threads
|
/packages/apps/QuickSearchBox/tests/ |
Android.mk | 20 # We only want this apk build for tests. 21 LOCAL_MODULE_TAGS := tests
|
/packages/apps/QuickSearchBox/tests/slow/ |
AndroidManifest.xml | 18 package="com.android.quicksearchbox.tests.slow"> 37 android:authorities="com.android.quicksearchbox.tests.slow" />
|
/packages/apps/QuickSearchBox/tests/spammy/ |
AndroidManifest.xml | 18 package="com.android.quicksearchbox.tests.spammy"> 37 android:authorities="com.android.quicksearchbox.tests.spammy" />
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
SearchActivityTest.java | 25 * how to write and extend Application tests. 30 * com.android.quicksearchbox.tests/android.test.InstrumentationTestRunner
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AllTests.java | 16 package com.android.ide.eclipse.tests; 22 * Container TestSuite for all eclipse tests, both functional and unit
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/ |
compile_error.groovy | 17 package com.android.ide.eclipse.tests.groovytests; 20 import com.android.ide.eclipse.tests.groovytests.TestGroovy.AdtTestInterface;
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
BufferedWriterTest.java | 18 package tests.api.java.io; 23 import tests.support.Support_ASimpleWriter; 24 import tests.support.Support_StringWriter; 41 * @tests java.io.BufferedWriter#BufferedWriter(java.io.Writer) 61 * @tests java.io.BufferedWriter#BufferedWriter(java.io.Writer, int) 88 * @tests java.io.BufferedWriter#close() 116 * @tests java.io.BufferedWriter#flush() 142 * @tests java.io.BufferedWriter#newLine() 169 * @tests java.io.BufferedWriter#write(char[], int, int) 199 * @tests java.io.BufferedWriter#write(char[], int, int [all...] |
FilterInputStreamTest.java | 18 package tests.api.java.io; 25 import tests.support.Support_ASimpleInputStream; 26 import tests.support.Support_PlatformFile; 54 * @tests java.io.FilterInputStream#InputStream() 76 * @tests java.io.FilterInputStream#available() 97 * @tests java.io.FilterInputStream#close() 126 * @tests java.io.FilterInputStream#mark(int) 177 * @tests java.io.FilterInputStream#markSupported() 202 * @tests java.io.FilterInputStream#read() 224 * @tests java.io.FilterInputStream#read(byte[] [all...] |
PushbackReaderTest.java | 18 package tests.api.java.io; 27 import tests.support.Support_ASimpleReader; 41 * @tests java.io.PushbackReader#PushbackReader(java.io.Reader) 70 * @tests java.io.PushbackReader#PushbackReader(java.io.Reader, int) 101 * @tests java.io.PushbackReader#close() 135 * @tests java.io.PushbackReader#mark(int) 152 * @tests java.io.PushbackReader#markSupported() 166 * @tests java.io.PushbackReader#read() 202 * @tests java.io.PushbackReader#read(char[], int, int) 241 * @tests java.io.PushbackReader#read(char[], int, int [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
HashSetTest.java | 18 package tests.api.java.util; 46 * @tests java.util.HashSet#HashSet() 61 * @tests java.util.HashSet#HashSet(int) 83 * @tests java.util.HashSet#HashSet(int, float) 105 * @tests java.util.HashSet#HashSet(java.util.Collection) 131 * @tests java.util.HashSet#add(java.lang.Object) 151 * @tests java.util.HashSet#clear() 170 * @tests java.util.HashSet#clone() 186 * @tests java.util.HashSet#contains(java.lang.Object) 206 * @tests java.util.HashSet#isEmpty( [all...] |
/external/gtest/samples/ |
sample6_unittest.cc | 33 // implementations of the same interface (aka interface tests). 69 // for keeping the tests close to the real world scenario, where the 81 // Google Test offers two ways for reusing tests for different types. 82 // The first is called "typed tests". You should use it if you 84 // the tests. 145 // to test when you write the tests. For example, if you are the 147 // might want to write a set of tests to make sure each implementation 151 // How can you write the tests without committing to the type 152 // parameters? That's what "type-parameterized tests" can do for you. 153 // It is a bit more involved than typed tests, but in return you get [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHGenParameterSpecTest.java | 23 package org.apache.harmony.crypto.tests.javax.crypto.spec; 45 * DHGenParameterSpec class testing. Tests the equivalence of 52 notes = "All functionality tested in one method. Probably it should be divided into several tests.", 58 notes = "All functionality tested in one method. Probably it should be divided into several tests.", 64 notes = "All functionality tested in one method. Probably it should be divided into several tests.",
|
PBEParameterSpecTest.java | 23 package org.apache.harmony.crypto.tests.javax.crypto.spec; 46 * Tests the behavior of the method in the case of null input array 47 * and tests that input array is copied during the object initialization. 74 * getSalt() method testing. Tests that returned salt is equal 100 * getIterationCount() method testing. Tests that returned value is equal
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
IllegalStateExceptionTest.java | 18 package org.apache.harmony.luni.tests.java.lang; 32 * @tests java.lang.IllegalStateException#IllegalStateException() 48 * @tests java.lang.IllegalStateException#IllegalStateException(java.lang.String) 96 * @tests serialization/deserialization. 110 * @tests serialization/deserialization compatibility with RI.
|
UnsupportedOperationExceptionTest.java | 18 package org.apache.harmony.luni.tests.java.lang; 32 * @tests java.lang.UnsupportedOperationException#UnsupportedOperationException() 48 * @tests java.lang.UnsupportedOperationException#UnsupportedOperationException(java.lang.String) 91 * @tests serialization/deserialization. 105 * @tests serialization/deserialization compatibility with RI.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ |
Process2Test.java | 18 package tests.api.java.lang; 32 import tests.support.Support_Exec; 33 import static tests.support.Support_Exec.javaProcessBuilder; 38 * @tests java.lang.Process#getInputStream(), 41 * Tests if these methods return buffered streams.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
BoundedGenericMethodsTests.java | 17 package tests.api.java.lang.reflect; 29 * Tests bounded type parameters declared on methods. 50 * Tests whether the type parameter is upper bounded by BoundedGenericMethods. 68 * Tests whether the specified method declares a parameter with the type of 108 * Tests that there are is one Type Parameter on the Class itself.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
URISyntaxExceptionTest.java | 17 package tests.api.java.net; 31 * @tests java.net.URISyntaxException#URISyntaxException(java.lang.String, 87 * @tests java.net.URISyntaxException#URISyntaxException(java.lang.String, 137 * @tests java.net.URISyntaxException#getMessage() 147 // tests for java.lang.String getMessage()
|
URLDecoderTest.java | 18 package tests.api.java.net; 30 import tests.support.Support_Configuration; 36 * @tests java.net.URLDecoder#URLDecoder() 50 * @tests java.net.URLDecoder#decode(java.lang.String) 73 * @tests java.net.URLDecoder#decode(java.lang.String, java.lang.String)
|
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CertPathValidator3Test.java | 23 package tests.security.cert; 32 import org.apache.harmony.security.tests.support.SpiEngUtils; 33 import org.apache.harmony.security.tests.support.cert.MyCertPath; 34 import org.apache.harmony.security.tests.support.cert.TestUtils; 47 * Tests for <code>CertPathValidator</code> class methods.
|
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
PKCS8EncodedKeySpecTest.java | 23 package tests.security.spec; 37 * Tests for <code>PKCS8EncodedKeySpec</code> class fields and methods. 44 // Tests 111 * Tests that internal state of the object 141 * Tests that internal state of the object
|