Searched refs:Description (Results 1 - 25 of 446) sorted by relevance

1234567891011>>

/external/junit/src/main/java/org/junit/runner/manipulation/
H A DSorter.java5 import org.junit.runner.Description;
13 public class Sorter implements Comparator<Description> {
17 public static final Sorter NULL = new Sorter(new Comparator<Description>() {
18 public int compare(Description o1, Description o2) {
23 private final Comparator<Description> comparator;
31 public Sorter(Comparator<Description> comparator) {
45 public int compare(Description o1, Description o2) {
/external/testng/src/main/java/org/testng/junit/
H A DJUnit4TestClass.java3 import org.junit.runner.Description;
11 public JUnit4TestClass(Description test) {
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DSelfDescribing.java15 void describeTo(Description description);
H A DDescription.java7 * @see Matcher#describeTo(Description)
9 public interface Description { interface
13 static final Description NONE = new NullDescription();
18 Description appendText(String text);
23 Description appendDescriptionOf(SelfDescribing value);
28 Description appendValue(Object value);
33 <T> Description appendValueList(String start, String separator, String end,
39 <T> Description appendValueList(String start, String separator, String end,
46 Description appendList(String start, String separator, String end,
50 public static final class NullDescription implements Description {
[all...]
H A DDiagnosingMatcher.java12 return matches(item, Description.NONE);
16 public final void describeMismatch(Object item, Description mismatchDescription) {
20 protected abstract boolean matches(Object item, Description mismatchDescription);
/external/junit/src/main/java/org/junit/runner/
H A DDescribable.java11 * @return a {@link Description} showing the tests to be run by the receiver
13 public abstract Description getDescription();
H A DFilterFactoryParams.java4 private final Description topLevelDescription;
7 public FilterFactoryParams(Description topLevelDescription, String args) {
20 public Description getTopLevelDescription() {
H A DDescription.java13 * A <code>Description</code> describes a test which is to be run or has been run. <code>Descriptions</code>
23 * a superclass below {@link Object}. We needed a way to pass a class and name together. Description
30 public class Description implements Serializable { class in inherits:Serializable
37 * Create a <code>Description</code> named <code>name</code>.
38 * Generally, you will add children to this <code>Description</code>.
40 * @param name the name of the <code>Description</code>
42 * @return a <code>Description</code> named <code>name</code>
44 public static Description createSuiteDescription(String name, Annotation... annotations) {
45 return new Description(null, name, annotations);
49 * Create a <code>Description</cod
150 private Description(Class<?> clazz, String displayName, Annotation... annotations) { method in class:Description
154 private Description(Class<?> testClass, String displayName, Serializable uniqueId, Annotation... annotations) { method in class:Description
[all...]
/external/vogar/src/vogar/target/junit/
H A DDescribableStatement.java20 import org.junit.runner.Description;
24 * A {@link Statement} that also provides a {@link Description}
31 private final Description description;
33 protected DescribableStatement(Description description) {
38 public Description getDescription() {
H A DDescriptionComparator.java20 import org.junit.runner.Description;
25 public class DescriptionComparator implements Comparator<Description> {
38 public int compare(Description d1, Description d2) {
/external/junit/src/main/java/org/junit/rules/
H A DTestRule.java3 import org.junit.runner.Description;
51 * @param description A {@link Description} of the test implemented in {@code base}
55 Statement apply(Statement base, Description description);
H A DStopwatch.java4 import org.junit.runner.Description;
19 * private static void logInfo(Description description, String status, long nanos) {
28 * protected void succeeded(long nanos, Description description) {
33 * protected void failed(long nanos, Throwable e, Description description) {
38 * protected void skipped(long nanos, AssumptionViolatedException e, Description description) {
43 * protected void finished(long nanos, Description description) {
105 protected void succeeded(long nanos, Description description) {
111 protected void failed(long nanos, Throwable e, Description description) {
117 protected void skipped(long nanos, AssumptionViolatedException e, Description description) {
123 protected void finished(long nanos, Description descriptio
[all...]
H A DTestName.java3 import org.junit.runner.Description;
31 protected void starting(Description d) {
H A DVerifier.java3 import org.junit.runner.Description;
31 public Statement apply(final Statement base, Description description) {
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Ddebug.c35 IN CHAR8 *Description
38 DbgPrint (D_ERROR, (CHAR8 *)"%EASSERT FAILED: %a(%d): %a%N\n", FileName, LineNo, Description);
/external/junit/src/main/java/junit/framework/
H A DJUnit4TestCaseFacade.java4 import org.junit.runner.Description;
7 private final Description fDescription;
9 JUnit4TestCaseFacade(Description description) {
27 public Description getDescription() {
/external/junit/src/main/java/org/junit/internal/builders/
H A DIgnoredClassRunner.java3 import org.junit.runner.Description;
20 public Description getDescription() {
21 return Description.createSuiteDescription(clazz);
/external/vogar/src/vogar/target/junit/junit3/
H A DTestSuiteFactory.java23 import org.junit.runner.Description;
48 T createTestCase(TestCase testCase, Description description);
57 T createCustomTest(Test test, Description description);
/external/mockito/src/test/java/org/mockito/internal/hamcrest/
H A DMatcherGenericTypeExtractorTest.java8 import org.hamcrest.Description;
26 public void describeTo(Description description) {}
34 public void describeTo(Description description) {}
42 public void describeTo(Description description) {}
51 public void describeTo(Description description) {}
59 public void describeMismatch(Object item, Description mismatchDescription) {}
60 public void describeTo(Description description) {}
68 public void describeMismatch(Object item, Description mismatchDescription) {}
69 public void describeTo(Description description) {}
78 public void describeMismatch(Object item, Description mismatchDescriptio
[all...]
/external/mesa3d/src/gallium/targets/d3dadapter9/
H A Ddescription.c226 /* override VendorId, DeviceId and Description for unknown vendors */
242 strncpy(drvid->Description, fallback_name, sizeof(drvid->Description));
279 if (strstr(drvid->Description, cards_intel[i].mesaname)) {
280 strncpy(drvid->Description, cards_intel[i].d3d9name, sizeof(drvid->Description));
286 strncpy(drvid->Description, cards_intel[0].d3d9name, sizeof(drvid->Description));
290 if (strstr(drvid->Description, cards_vmware[i].mesaname)) {
291 strncpy(drvid->Description, cards_vmwar
[all...]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/internal/
H A DSelfDescribingValue.java3 import org.hamcrest.Description;
14 public void describeTo(Description description) {
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
H A DNullDescriptionTest.java3 import org.hamcrest.Description.NullDescription;
10 private final NullDescription nullDescription = new Description.NullDescription();
/external/mockito/src/main/java/org/mockito/internal/runners/
H A DInternalRunner.java7 import org.junit.runner.Description;
19 Description getDescription();
/external/mockito/src/test/java/org/mockitousage/junitrunner/
H A DFilters.java7 import org.junit.runner.Description;
14 public boolean shouldRun(Description description) {
/external/vogar/src/vogar/target/
H A DTestEnvironmentRunListener.java19 import org.junit.runner.Description;
33 public void testStarted(Description description) throws Exception {

Completed in 352 milliseconds

1234567891011>>