Searched refs:org (Results 1 – 25 of 939) sorted by relevance
12345678910>>...38
8 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch0…9 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch0…10 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch0…11 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch0…12 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowLaunchDebugger001#testDebugger002",13 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowLaunchDebugger002#testDebugger",14 "org.apache.harmony.jpda.tests.jdwp.Events.ClassUnloadTest#testClassUnloadEvent",15 …"org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnterTest#testMonitorContendedEnterForC…16 …"org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnteredTest#testMonitorContendedEntered…17 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest#testMonitorWaitForClassExclude",[all …]
24 import org.junit.After;25 import org.junit.Before;26 import org.junit.Test;27 import org.junit.runner.RunWith;28 import org.mockito.Mock;29 import org.mockito.MockitoAnnotations;33 import static org.junit.Assert.assertEquals;34 import static org.junit.Assert.assertFalse;35 import static org.junit.Assert.assertTrue;36 import static org.mockito.Mockito.atLeastOnce;[all …]
21 public class SingleTestNGTestRunListener implements org.testng.ITestListener {33 public void onFinish(org.testng.ITestContext context) { in onFinish()38 public void onStart(org.testng.ITestContext context) { in onStart()43 public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) { in onTestFailedButWithinSuccessPercentage()48 public void onTestFailure(org.testng.ITestResult result) { in onTestFailure()60 public void onTestSkipped(org.testng.ITestResult result) { in onTestSkipped()66 public void onTestStart(org.testng.ITestResult result) { in onTestStart()72 public void onTestSuccess(org.testng.ITestResult result) { in onTestSuccess()76 private String getId(org.testng.ITestResult test) { in getId()80 org.testng.remote.strprotocol.TestResultMessage msg = in getId()[all …]
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;53 private static org.testng.TestNG createTestNG(String klass, String method) { in createTestNG()54 org.testng.TestNG testng = new org.testng.TestNG(); in createTestNG()
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertFalse;21 import static org.junit.Assert.assertNotNull;22 import static org.junit.Assert.assertNull;23 import static org.junit.Assert.assertSame;24 import static org.junit.Assert.assertTrue;25 import static org.mockito.Matchers.any;26 import static org.mockito.Mockito.atLeastOnce;27 import static org.mockito.Mockito.doReturn;28 import static org.mockito.Mockito.mock;[all …]
19 import static org.mockito.Matchers.any;20 import static org.mockito.Mockito.mock;21 import static org.mockito.Mockito.times;22 import static org.mockito.Mockito.verify;38 import org.junit.Before;39 import org.junit.Rule;40 import org.junit.Test;41 import org.junit.runner.RunWith;
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertNotNull;21 import static org.junit.Assert.assertNull;22 import static org.junit.Assert.assertSame;23 import static org.junit.Assert.assertTrue;24 import static org.junit.Assert.fail;25 import static org.mockito.Matchers.eq;26 import static org.mockito.Mockito.mock;27 import static org.mockito.Mockito.times;28 import static org.mockito.Mockito.verify;[all …]
19 import static org.junit.Assert.assertFalse;20 import static org.junit.Assert.assertTrue;21 import static org.mockito.Matchers.any;22 import static org.mockito.Mockito.never;23 import static org.mockito.Mockito.times;24 import static org.mockito.Mockito.verify;37 import org.junit.Before;38 import org.junit.Rule;39 import org.junit.Test;40 import org.junit.runner.RunWith;
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertNotNull;21 import static org.junit.Assert.assertNull;22 import static org.junit.Assert.assertTrue;23 import static org.mockito.Matchers.eq;24 import static org.mockito.Mockito.mock;25 import static org.mockito.Mockito.verify;34 import org.junit.Test;35 import org.junit.runner.RunWith;
19 import static org.junit.Assert.assertFalse;20 import static org.junit.Assert.assertTrue;31 import org.junit.Before;32 import org.junit.Rule;33 import org.junit.Test;34 import org.junit.runner.RunWith;
19 import static org.junit.Assert.assertFalse;20 import static org.junit.Assert.assertTrue;21 import static org.mockito.AdditionalAnswers.returnsFirstArg;22 import static org.mockito.Mockito.any;23 import static org.mockito.Mockito.anyBoolean;24 import static org.mockito.Mockito.anyInt;25 import static org.mockito.Mockito.atLeastOnce;26 import static org.mockito.Mockito.mock;27 import static org.mockito.Mockito.reset;28 import static org.mockito.Mockito.verify;[all …]
33 public class SingleTestNGTestRunListener implements org.testng.ITestListener {58 public void onFinish(org.testng.ITestContext context) { in onFinish()63 public void onStart(org.testng.ITestContext context) { in onStart()68 public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) { in onTestFailedButWithinSuccessPercentage()73 public void onTestFailure(org.testng.ITestResult result) { in onTestFailure()88 public void onTestSkipped(org.testng.ITestResult result) { in onTestSkipped()94 public void onTestStart(org.testng.ITestResult result) { in onTestStart()101 public void onTestSuccess(org.testng.ITestResult result) { in onTestSuccess()105 private String getId(org.testng.ITestResult test) { in getId()109 org.testng.remote.strprotocol.TestResultMessage msg = in getId()[all …]
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;72 private static org.testng.TestNG createTestNG(String klass, String method, in createTestNG()74 org.testng.TestNG testng = new org.testng.TestNG(); in createTestNG()
19 import org.junit.After;20 import org.junit.Assert;21 import org.junit.Assume;22 import org.junit.Before;23 import org.junit.Test;24 import org.junit.runner.RunWith;
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertFalse;21 import static org.junit.Assert.assertNull;22 import static org.junit.Assert.assertTrue;23 import static org.mockito.Mockito.mock;24 import static org.mockito.Mockito.reset;25 import static org.mockito.Mockito.times;26 import static org.mockito.Mockito.verify;27 import static org.mockito.Mockito.verifyZeroInteractions;36 import org.junit.Test;[all …]
19 import static org.mockito.Mockito.anyInt;20 import static org.mockito.Mockito.atLeastOnce;21 import static org.mockito.Mockito.eq;22 import static org.mockito.Mockito.mock;23 import static org.mockito.Mockito.reset;24 import static org.mockito.Mockito.times;25 import static org.mockito.Mockito.verify;37 import org.junit.Before;38 import org.junit.Rule;39 import org.junit.Test;[all …]
18 import static org.junit.Assert.assertEquals;19 import static org.junit.Assert.assertNotNull;20 import static org.junit.Assert.assertNull;21 import static org.mockito.Mockito.doAnswer;22 import static org.mockito.Mockito.mock;23 import static org.mockito.Mockito.times;24 import static org.mockito.Mockito.verify;25 import static org.mockito.Mockito.verifyZeroInteractions;33 import org.junit.Test;34 import org.junit.runner.RunWith;[all …]
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertFalse;21 import static org.mockito.Mockito.reset;22 import static org.mockito.Mockito.spy;23 import static org.mockito.Mockito.times;24 import static org.mockito.Mockito.verify;34 import org.junit.Test;35 import org.junit.runner.RunWith;
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertNotNull;21 import static org.junit.Assert.assertNull;22 import static org.junit.Assert.fail;28 import org.junit.Test;29 import org.junit.runner.RunWith;30 import org.junit.runners.JUnit4;
18 import org.junit.Assert;19 import org.junit.runner.RunWith;20 import org.junit.After;21 import org.junit.Before;22 import org.junit.Rule;23 import org.junit.Test;
... -INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/opencv/BuildConfig ...
23 import org.junit.After;24 import org.junit.AfterClass;25 import org.junit.Before;26 import org.junit.BeforeClass;27 import org.junit.Rule;28 import org.junit.rules.Timeout;41 import static org.junit.Assert.assertEquals;42 import static org.junit.Assert.assertNotSame;
27 import org.junit.internal.runners.JUnit38ClassRunner;28 import org.junit.internal.runners.SuiteMethod;29 import org.junit.runner.Computer;30 import org.junit.runner.Description;31 import org.junit.runner.JUnitCore;32 import org.junit.runner.Request;33 import org.junit.runner.Result;34 import org.junit.runner.Runner;35 import org.junit.runner.notification.Failure;36 import org.junit.runner.notification.RunListener;[all …]
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertFalse;21 import static org.junit.Assert.assertTrue;30 import org.junit.Before;31 import org.junit.Test;32 import org.junit.runner.RunWith;
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertNotNull;21 import static org.junit.Assert.assertSame;22 import static org.junit.Assert.assertTrue;30 import org.junit.Test;31 import org.junit.runner.RunWith;