OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testsuite
(Results
676 - 700
of
1862
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForSetsInJavaUtil.java
24
import junit.framework.
TestSuite
;
55
TestSuite
suite = new
TestSuite
("java.util Sets");
/external/guava/guava-tests/test/com/google/common/collect/
EnumHashBiMapTest.java
32
import junit.framework.
TestSuite
;
96
TestSuite
suite = new
TestSuite
();
ForwardingMultisetTest.java
27
import junit.framework.
TestSuite
;
142
TestSuite
suite = new
TestSuite
();
ForwardingNavigableMapTest.java
29
import junit.framework.
TestSuite
;
235
TestSuite
suite = new
TestSuite
();
ImmutableSetTest.java
35
import junit.framework.
TestSuite
;
54
TestSuite
suite = new
TestSuite
();
MultisetsCollectionTest.java
33
import junit.framework.
TestSuite
;
47
TestSuite
suite = new
TestSuite
();
SynchronizedMultimapTest.java
29
import junit.framework.
TestSuite
;
49
TestSuite
suite = new
TestSuite
();
SynchronizedNavigableMapTest.java
30
import junit.framework.
TestSuite
;
228
public static
TestSuite
suite() {
229
TestSuite
suite = new
TestSuite
();
/external/guava/guava-tests/test/com/google/common/reflect/
MutableTypeToInstanceMapTest.java
32
import junit.framework.
TestSuite
;
46
TestSuite
suite = new
TestSuite
();
/external/ipsec-tools/
NEWS
97
o Improved
testsuite
.
110
o Fixed
testsuite
and added
testsuite
run into make check.
/external/junit/src/main/java/junit/runner/
BaseTestRunner.java
21
import junit.framework.
TestSuite
;
118
return new
TestSuite
(testClass);
308
"junit.framework.
TestSuite
",
/external/ltp/testscripts/
runEALtests.sh
67
-r ltproot Fully qualified path where
testsuite
is installed.
68
-t duration Execute the
testsuite
for given duration in hours.
69
-x instances Run multiple instances of this
testsuite
.
/external/toolchain-utils/automation/clients/report/
validate_failures.py
3
# Script to compare
testsuite
failures against a list of known-to-fail
40
<SRCDIR>/contrib/
testsuite
-management/<TARGET>.xfail
63
_MANIFEST_PATH_PATTERN = '%s/contrib/
testsuite
-management/%s.xfail'
/frameworks/base/packages/SystemUI/tests/src/com/android/
AAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java
146
//
TestSuite
will throw error
190
// copied from junit.framework.
TestSuite
195
// copied from junit.framework.
TestSuite
/frameworks/base/test-runner/src/junit/runner/
BaseTestRunner.java
21
import junit.framework.
TestSuite
;
118
return new
TestSuite
(testClass);
324
"junit.framework.
TestSuite
",
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceTestCase.java
167
*
TestSuite
. Unfortunately with this mechanism callers can't control the lifecycle of their
271
// Unfortunately {@link
TestSuite
} doesn't expose the functionality to find all test*
272
// methods, so needed to copy and paste code from
TestSuite
/cts/tools/utils/cts/
tools.py
36
class
TestSuite
(object):
50
sub_suite = self.test_suites.setdefault(names[0], TestPackage.
TestSuite
())
56
child = doc.createElement('
TestSuite
')
75
self.root_suite = self.
TestSuite
(is_root=True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
__init__.py
59
suite = unittest.
TestSuite
()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sysconfig.py
76
suite = unittest.
TestSuite
()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
__init__.py
59
suite = unittest.
TestSuite
()
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
AdviceAdapterTest.class
/external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh
43
echo "Running the
testsuite
"
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapTestSuiteBuilder.java
45
import junit.framework.
TestSuite
;
103
protected List<
TestSuite
> createDerivedSuites(
112
List<
TestSuite
> derivedSuites = super.createDerivedSuites(parentBuilder);
139
TestSuite
computeValuesTestSuite(
150
TestSuite
computeEntriesTestSuite(
161
TestSuite
computeMultimapGetTestSuite(
172
TestSuite
computeMultimapAsMapGetTestSuite(
177
return new
TestSuite
();
188
TestSuite
computeKeysTestSuite(
/external/guava/guava-tests/test/com/google/common/io/
ByteSourceTest.java
35
import junit.framework.
TestSuite
;
51
public static
TestSuite
suite() {
52
TestSuite
suite = new
TestSuite
();
CharSourceTest.java
30
import junit.framework.
TestSuite
;
47
public static
TestSuite
suite() {
48
TestSuite
suite = new
TestSuite
();
Completed in 1245 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>