OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framework
(Results
126 - 150
of
5600
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mockito/src/test/java/org/mockito/exceptions/base/
MockitoExceptionTest.java
11
import static junit.
framework
.TestCase.assertEquals;
12
import static junit.
framework
.TestCase.fail;
/external/testng/src/test/java/test/junit/
MainSuite.java
3
import junit.
framework
.Test;
4
import junit.
framework
.TestSuite;
Suite1.java
3
import junit.
framework
.Test;
4
import junit.
framework
.TestSuite;
Suite2.java
3
import junit.
framework
.Test;
4
import junit.
framework
.TestSuite;
Suite4.java
3
import junit.
framework
.Test;
4
import junit.
framework
.TestSuite;
/external/testng/src/test/java/test/junit/testsetup/
LayerATestSuite.java
3
import junit.
framework
.Test;
4
import junit.
framework
.TestSuite;
/external/testng/src/test/java/test/sample/
AllJUnitTests.java
3
import junit.
framework
.Test;
4
import junit.
framework
.TestSuite;
/external/vogar/src/vogar/target/junit/
Junit3.java
20
import junit.
framework
.Test;
21
import junit.
framework
.TestCase;
/external/vogar/test/vogar/target/junit3/
LongSuite.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
SuiteReturnsCustomTest.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestResult;
SuiteReturnsTestSuiteWithTestCasesTest.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/frameworks/base/cmds/hid/
hid
7
export CLASSPATH=$base/
framework
/hid.jar
/frameworks/base/core/tests/coretests/src/android/os/
VintfObjectTest.java
19
import junit.
framework
.Assert;
20
import junit.
framework
.TestCase;
28
"<manifest version=\"1.0\" type=\"
framework
\">"));
31
"<compatibility-matrix version=\"1.0\" type=\"
framework
\">"));
/frameworks/base/test-runner/src/android/test/
ComparisonFailure.java
22
* @deprecated use junit.
framework
.ComparisonFailure
25
private junit.
framework
.ComparisonFailure mComparison;
28
mComparison = new junit.
framework
.ComparisonFailure(message, expected, actual);
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/
OuterTest.java
21
import junit.
framework
.TestCase;
22
import junit.
framework
.TestSuite;
/packages/apps/Gallery/tests/src/com/android/camera/
UnitTests.java
21
import junit.
framework
.Test;
22
import junit.
framework
.TestSuite;
/packages/apps/LegacyCamera/tests/src/com/android/camera/
UnitTests.java
21
import junit.
framework
.Test;
22
import junit.
framework
.TestSuite;
/packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
test-dicttool.sh
27
java -classpath ${ANDROID_HOST_OUT}/
framework
/junit-host.jar:${ANDROID_HOST_OUT}/
framework
/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.makedict.BinaryDictEncoderFlattenTreeTests
28
java -classpath ${ANDROID_HOST_OUT}/
framework
/junit-host.jar:${ANDROID_HOST_OUT}/
framework
/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.dicttool.BinaryDictOffdeviceUtilsTests
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/system/extras/verity/
boot_signer
8
java -Xmx512M -jar "$BOOTSIGNER_HOME"/
framework
/BootSignature.jar "$@
verity_signer
8
java -Xmx512M -jar "$VERITYSIGNER_HOME"/
framework
/VeritySigner.jar "$@
/tools/tradefederation/core/tests/res/util/
tests.jar
/external/mockito/src/test/java/org/mockito/internal/framework/
DefaultMockitoFrameworkTest.java
1
package org.mockito.internal.
framework
;
23
private DefaultMockitoFramework
framework
= new DefaultMockitoFramework();
field in class:DefaultMockitoFrameworkTest
31
framework
.addListener(null);
36
framework
.removeListener(null);
42
framework
.removeListener(new MockitoListener() {});
50
framework
.addListener(listener);
53
framework
.removeListener(listener);
54
framework
.removeListener(listener);
61
framework
.addListener(listener);
78
framework
.addListener(listener)
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPDebuggeeWrapper.java
26
package org.apache.harmony.jpda.tests.
framework
.jdwp;
28
import org.apache.harmony.jpda.tests.
framework
.DebuggeeWrapper;
29
import org.apache.harmony.jpda.tests.
framework
.LogWriter;
30
import org.apache.harmony.jpda.tests.
framework
.TestErrorException;
31
import org.apache.harmony.jpda.tests.
framework
.TestOptions;
32
import org.apache.harmony.jpda.tests.
framework
.jdwp.TransportWrapper;
33
import org.apache.harmony.jpda.tests.
framework
.jdwp.VmMirror;
Completed in 829 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>