HomeSort by relevance Sort by last modified time
    Searched full:basedescription (Results 1 - 25 of 32) sorted by null

1 2

  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
BaseDescriptionTest.java 11 private final BaseDescription baseDescription = new BaseDescription() {
19 baseDescription.appendValue(null);
25 baseDescription.appendValue("foo");
31 baseDescription.appendValue('f');
37 baseDescription.appendValue(Short.valueOf("2"));
43 baseDescription.appendValue(Long.valueOf("2"));
49 baseDescription.appendValue(Float.valueOf("1.2"));
55 baseDescription.appendValue(new String[] {"2", "3"})
    [all...]
  /external/junit-params/src/main/java/junitparams/internal/
ParameterisedFrameworkMethod.java 24 private final Description baseDescription;
37 public ParameterisedFrameworkMethod(Method method, Description baseDescription,
40 this.baseDescription = baseDescription;
47 description = baseDescription.childlessCopy();
TestMethod.java 114 Description baseDescription = Description.createTestDescription(
119 createDescribableFrameworkMethod(method, baseDescription);
123 new DeferredErrorFrameworkMethod(method, baseDescription, e);
130 private DescribableFrameworkMethod createDescribableFrameworkMethod(Method method, Description baseDescription) {
140 method, baseDescription.childlessCopy(),
144 return new ParameterisedFrameworkMethod(method, baseDescription, methods);
153 return new NonParameterisedFrameworkMethod(method, baseDescription, isIgnored());
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
StringDescription.java 8 public class StringDescription extends BaseDescription {
BaseDescription.java 14 public abstract class BaseDescription implements Description {
  /prebuilts/misc/common/robolectric/lib/
hamcrest-core-1.3-sources.jar 
hamcrest-core-1.3-javadoc.jar 
hamcrest-core-1.1.jar 
hamcrest-core-1.3.jar 
junit-4.12-javadoc.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3-sources.jar 
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
mockito-all-1.9.5-sources.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 986 milliseconds

1 2