HomeSort by relevance Sort by last modified time
    Searched refs:beforeClass (Results 1 - 25 of 25) sorted by null

  /external/testng/src/test/java/test/methodinterceptors/
Issue521.java 3 import org.testng.annotations.BeforeClass;
8 @BeforeClass
9 public void beforeClass() {}
  /external/testng/src/test/java/test/annotationtransformer/
ConfigurationSampleTest.java 3 import org.testng.annotations.BeforeClass;
10 @BeforeClass
11 public void beforeClass() {
  /external/testng/src/test/java/test/tmp/
RegisterCommandTest.java 4 import org.testng.annotations.BeforeClass;
12 @BeforeClass
13 public void beforeClass(ITestContext itc) {
14 System.out.println("BEFORECLASS getting injector from context");
  /external/vogar/test/vogar/target/junit4/
AnnotatedMethodsTest.java 20 import org.junit.BeforeClass;
25 @BeforeClass
26 public static void beforeClass() {
  /external/testng/src/test/java/test/regression/
MyTestngTest2.java 4 import org.testng.annotations.BeforeClass;
10 @BeforeClass()
11 public void beforeClass(ITestContext tc) throws Exception {
  /external/testng/src/test/java/test/factory/classconf/
XClassOrderWithFactory.java 4 import org.testng.annotations.BeforeClass;
24 @BeforeClass
25 public void beforeClass() {
  /external/testng/src/test/java/test/groupbug/
ITCaseOne.java 4 import org.testng.annotations.BeforeClass;
9 @BeforeClass
10 public void beforeClass() {
11 System.out.printf("RUN %s.beforeClass()\n", getClass());
ITCaseTwo.java 4 import org.testng.annotations.BeforeClass;
9 @BeforeClass
10 public void beforeClass() {
11 System.out.printf("RUN %s.beforeClass()\n", getClass());
  /external/testng/src/test/java/test/v6/
B.java 5 import org.testng.annotations.BeforeClass;
30 @BeforeClass
31 public void beforeClass() {}
A.java 7 import org.testng.annotations.BeforeClass;
42 @BeforeClass
43 public void beforeClass() {}
  /external/testng/src/test/java/test/invokedmethodlistener/
Base.java 7 import org.testng.annotations.BeforeClass;
33 @BeforeClass
34 public void beforeClass() {}
  /platform_testing/tests/example/instrumentation/src/android/test/example/helloworld/
HelloWorldTest.java 26 import org.junit.BeforeClass;
36 @BeforeClass
37 public static void beforeClass() {
38 Log.d(TAG, "beforeClass()");
  /external/testng/src/test/java/test/configuration/
ConfigurationTest.java 6 import org.testng.annotations.BeforeClass;
28 assert ! m_beforeClass : "beforeClass shouldn't have run";
35 @BeforeClass
36 public void beforeClass() {
40 assert ! m_beforeClass : "beforeClass shouldn't have run";
51 assert m_beforeClass : "beforeClass have run";
63 assert m_beforeClass : "beforeClass have run";
75 assert m_beforeClass : "beforeClass have run";
89 assert m_beforeClass : "beforeClass have run";
101 assert m_beforeClass : "beforeClass have run"
    [all...]
MethodCallOrderTest.java 9 import org.testng.annotations.BeforeClass;
19 @BeforeClass
20 public void beforeClass() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/assist/
DefaultAssistPickerTest.java 30 import org.junit.BeforeClass;
44 @BeforeClass
45 public static void beforeClass() {
  /external/testng/src/main/java/org/testng/internal/annotations/
JDK15TagFactory.java 16 import org.testng.annotations.BeforeClass;
194 BeforeClass bs = (BeforeClass) a;
288 boolean beforeClass, boolean afterClass,
303 result.setBeforeTestClass(beforeClass);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothEnablerTest.java 52 import org.junit.BeforeClass;
69 @BeforeClass
70 public static void beforeClass() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
UseOpenWifiPreferenceControllerTest.java 48 import org.junit.BeforeClass;
68 @BeforeClass
69 public static void beforeClass() {
  /platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
AppSmokeTest.java 42 import org.junit.BeforeClass;
228 @BeforeClass
229 public static void beforeClass() throws RemoteException {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
AgentOptionsTest.java 22 import org.junit.BeforeClass;
32 @BeforeClass
33 public static void beforeClass() {
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
RenderTestBase.java 44 import org.junit.BeforeClass;
292 @BeforeClass
293 public static void beforeClass() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
PowerUsageSummaryTest.java 61 import org.junit.BeforeClass;
97 @BeforeClass
98 public static void beforeClass() {
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 50 import org.junit.BeforeClass;
79 @BeforeClass
80 public static void beforeClass() {
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
HostTestTest.java 46 import org.junit.BeforeClass;
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 799 milliseconds