OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testng
(Results
26 - 50
of
1279
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/testng/src/main/java/org/testng/internal/
IBsh.java
1
package org.
testng
.internal;
3
import org.
testng
.ITestNGMethod;
IPathUtils.java
17
package org.
testng
.internal;
19
import org.
testng
.xml.XmlSuite;
/external/testng/src/main/java/org/testng/internal/annotations/
ObjectFactoryAnnotation.java
1
package org.
testng
.internal.annotations;
3
import org.
testng
.annotations.IObjectFactoryAnnotation;
AfterSuiteAnnotation.java
1
package org.
testng
.internal.annotations;
BeforeSuiteAnnotation.java
1
package org.
testng
.internal.annotations;
IAfterClass.java
1
package org.
testng
.internal.annotations;
/external/testng/src/main/java/org/testng/reporters/
ExitCodeListener.java
1
package org.
testng
.reporters;
3
import org.
testng
.
TestNG
;
6
* A very simple <code>ITestListener</code> used by the
TestNG
runner to
11
public class ExitCodeListener extends
TestNG
.ExitCodeListener {
16
public ExitCodeListener(
TestNG
runner) {
/external/testng/src/main/java/org/testng/reporters/jq/
IPanel.java
1
package org.
testng
.reporters.jq;
3
import org.
testng
.reporters.XMLStringBuffer;
/external/testng/src/test/java/test/guice/
GuiceNoModuleTest.java
3
import org.
testng
.annotations.Guice;
4
import org.
testng
.annotations.Test;
/external/testng/src/test/java/test/name/
NoNameSample.java
3
import org.
testng
.Assert;
4
import org.
testng
.annotations.Test;
/external/testng/src/test/java/test/objectfactory/
MyFactoryFactory.java
3
import org.
testng
.IObjectFactory;
4
import org.
testng
.annotations.ObjectFactory;
/cts/tools/testng/src/com/android/cts/testng/
SingleTestNGTestRunner.java
17
package com.android.cts.
testng
;
19
import org.
testng
.
TestNG
;
20
import org.
testng
.xml.XmlClass;
21
import org.
testng
.xml.XmlInclude;
22
import org.
testng
.xml.XmlSuite;
23
import org.
testng
.xml.XmlTest;
29
* Test runner to run a single
TestNG
test. It will output either [PASSED] or [FAILED] at the end.
46
TestNG
testng
= createTestNG(classAndMethod[0], classAndMethod[1])
local
54
org.
testng
.TestNG
testng
= new org.
testng
.TestNG();
local
[
all
...]
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
SingleTestNgTestExecutor.java
21
import org.
testng
.
TestNG
;
22
import org.
testng
.xml.XmlClass;
23
import org.
testng
.xml.XmlInclude;
24
import org.
testng
.xml.XmlSuite;
25
import org.
testng
.xml.XmlTest;
32
* Test executor to run a single
TestNG
test method.
53
// Although creating a new
testng
"core" every time might seem heavyweight, in practice
57
TestNG
testng
= createTestNG(klass.getName(), methodName, listener)
local
72
org.
testng
.TestNG
testng
= new org.
testng
.TestNG();
local
[
all
...]
/external/testng/android-src/java/org/testng/internal/
Bsh.java
17
package org.
testng
.internal;
/external/testng/src/main/java/org/testng/
IConfigurationListener2.java
1
package org.
testng
;
IConfigureCallBack.java
1
package org.
testng
;
8
* <b>This interface is not meant to be implemented by clients, only by
TestNG
.</b>
10
* @see org.
testng
.IConfigurable
IExecutionListener.java
1
package org.
testng
;
4
* A listener used to monitor when a
TestNG
run starts and ends.
11
* Invoked before the
TestNG
run starts.
IHookCallBack.java
1
package org.
testng
;
10
* <b>This interface is not meant to be implemented by clients, only by
TestNG
.</b>
12
* @see org.
testng
.IHookable
IInstanceInfo.java
1
package org.
testng
;
7
* enough information to
TestNG
to figure out what classes the
20
* @return The class on which the
TestNG
annotations should be looked for.
IObjectFactory2.java
1
package org.
testng
;
8
* @see org.
testng
.IObjectFactory
IRetryAnalyzer.java
1
package org.
testng
;
ITestNGListenerFactory.java
1
package org.
testng
;
ITestObjectFactory.java
1
package org.
testng
;
/external/testng/src/main/java/org/testng/annotations/
IExpectedExceptionsAnnotation.java
1
package org.
testng
.annotations;
4
* Encapsulate the @ExpectedExceptions / @
testng
.expected-exceptions annotation
IParametersAnnotation.java
1
package org.
testng
.annotations;
4
* Encapsulate the @Parameters / @
testng
.parameters annotation
12
* These variables must be defined in your
testng
.xml file.
20
* <p>and in <tt>
testng
.xml</tt>:<p>
Completed in 191 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>