OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suite
(Results
451 - 475
of
1003
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/dom/src/test/java/org/w3c/domts/level3/core/
TestOracleAltConfig.java
26
* Test
suite
that runs all DOM L3 Core tests using the
35
* @return test
suite
38
public static TestSuite
suite
() throws Exception {
method in class:TestOracleAltConfig
TestXerces.java
26
* Test
suite
that runs all DOM L3 Core tests using the
34
public static TestSuite
suite
() throws Exception {
method in class:TestXerces
TestXercesAltConfig.java
26
* Test
suite
that runs all DOM L3 Core tests using the
34
public static TestSuite
suite
() throws Exception {
method in class:TestXercesAltConfig
/libcore/dom/src/test/java/org/w3c/domts/level3/ls/
TestBatik.java
25
* Runs test
suite
using Batik SVG.
30
* Factory method for
suite
.
32
* @return
suite
35
public static TestSuite
suite
() throws Exception {
method in class:TestBatik
TestDefaultLS.java
26
* Test
suite
that runs all DOM L3 Core tests using the
35
* Create instance of test
suite
.
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLS
TestDefaultParser.java
26
* Test
suite
using the default JAXP parser in the default configuration
33
* Create a new instance of the test
suite
34
* @return new test
suite
37
public static TestSuite
suite
() throws Exception
method in class:TestDefaultParser
TestOracle.java
26
* A JUnit test
suite
that will run all Load and Save tests
35
* Constructs the test
suite
37
* @return test
suite
42
public static TestSuite
suite
() throws Exception {
method in class:TestOracle
TestXerces.java
28
* A JUnit test
suite
that will run all Load and Save tests
36
public static TestSuite
suite
() throws Exception
method in class:TestXerces
/libcore/dom/src/test/java/org/w3c/domts/level3/validation/
TestBatik.java
25
* Runs test
suite
using Batik SVG.
30
* Factory method for
suite
.
32
* @return
suite
35
public static TestSuite
suite
() throws Exception {
method in class:TestBatik
TestDefaultLS.java
26
* Test
suite
that runs all DOM L3 Validation tests using the
35
* Create instance of test
suite
.
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLS
TestDefaultLSAltConfig.java
26
* Test
suite
that runs all DOM L3 Validation tests using a
36
* Create a new instance of the test
suite
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLSAltConfig
TestDefaultParser.java
26
* Test
suite
using the default JAXP parser in the default configuration
33
* Create a new instance of the test
suite
34
* @return new test
suite
37
public static TestSuite
suite
() throws Exception
method in class:TestDefaultParser
TestDefaultParserAltConfig.java
28
* Test
suite
using the default JAXP parser in the alternative configuration
35
* Create a new instance of the test
suite
36
* @return new test
suite
40
public static TestSuite
suite
() throws Exception
method in class:TestDefaultParserAltConfig
TestOracle.java
26
* Test
suite
that runs all DOM L3 Validation tests using the
36
* @return test
suite
39
public static TestSuite
suite
() throws Exception {
method in class:TestOracle
TestOracleAltConfig.java
26
* Test
suite
that runs all DOM L3 Validation tests using the
35
* @return test
suite
38
public static TestSuite
suite
() throws Exception {
method in class:TestOracleAltConfig
/libcore/dom/src/test/java/org/w3c/domts/level3/xpath/
TestBatik.java
25
* Runs test
suite
using Batik SVG.
30
* Factory method for
suite
.
32
* @return
suite
35
public static TestSuite
suite
() throws Exception {
method in class:TestBatik
TestDefaultLS.java
26
* Test
suite
that runs all DOM L3 XPath tests using the
35
* Create instance of test
suite
.
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLS
TestDefaultLSAltConfig.java
26
* Test
suite
that runs all DOM L3 XPath tests using a
36
* Create a new instance of the test
suite
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLSAltConfig
TestDefaultParser.java
26
* Test
suite
using the default JAXP parser in the default configuration
33
* Create a new instance of the test
suite
34
* @return new test
suite
37
public static TestSuite
suite
() throws Exception
method in class:TestDefaultParser
TestDefaultParserAltConfig.java
28
* Test
suite
using the default JAXP parser in the alternative configuration
35
* Create a new instance of the test
suite
36
* @return new test
suite
40
public static TestSuite
suite
() throws Exception
method in class:TestDefaultParserAltConfig
TestXalan.java
29
public static TestSuite
suite
() throws Exception
method in class:TestXalan
TestXalanAltConfig.java
29
public static TestSuite
suite
() throws Exception
method in class:TestXalanAltConfig
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHGenParameterSpecTest.java
57
public static Test
suite
() {
method in class:DHGenParameterSpecTest
/system/tpm/trunks/ftdi/
support.h
19
* f1a6744b), and modified to
suite
the Chromium OS project.
/development/testrunner/test_defs/
instrumentation_test.py
32
"""Represents a java instrumentation test
suite
definition run on device."""
69
"""Configure the
suite
to only run tests in given java package."""
92
"""Run the provided test
suite
.
269
suite
= InstrumentationTestSuite()
270
suite
.SetPackageName(pkg_name)
271
suite
.SetBuildPath(self.GetBuildPath())
272
suite
.SetRunnerName(instr_name)
273
suite
.SetName(pkg_name)
274
suite
.SetClassName(class_name_arg)
275
suite
.SetJavaPackageFilter(java_package_name
[
all
...]
Completed in 150 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>