HomeSort by relevance Sort by last modified time
    Searched defs:TestUtil (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ParserTest.java 63 TestUtil.getAllSet().getParserForType());
120 assertRoundTripEquals(TestUtil.getAllSet());
177 assertRoundTripEquals(TestUtil.getAllExtensionsSet(),
178 TestUtil.getExtensionRegistry());
179 assertRoundTripEquals(TestUtil.getAllLiteExtensionsSet(),
180 TestUtil.getExtensionRegistryLite());
184 assertRoundTripEquals(TestUtil.getPackedSet());
185 assertRoundTripEquals(TestUtil.getPackedExtensionsSet(),
186 TestUtil.getExtensionRegistry());
187 assertRoundTripEquals(TestUtil.getLitePackedExtensionsSet()
    [all...]
AbstractMessageTest.java 183 TestUtil.ReflectionTester reflectionTester =
184 new TestUtil.ReflectionTester(TestAllTypes.getDescriptor(), null);
186 TestUtil.ReflectionTester extensionsReflectionTester =
187 new TestUtil.ReflectionTester(TestAllExtensions.getDescriptor(),
188 TestUtil.getExtensionRegistry());
193 TestAllTypes.newBuilder(TestUtil.getAllSet()))
195 TestUtil.assertClear((TestAllTypes) message.wrappedMessage);
201 .mergeFrom(TestUtil.getAllSet()).build();
202 TestUtil.assertAllFieldsSet((TestAllTypes) message.wrappedMessage);
206 TestAllTypes message = TestUtil.getAllSet()
    [all...]
TestUtil.java 263 public final class TestUtil {
264 private TestUtil() {}
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
TestUtil.java 17 package com.android.providers.contacts.testutil;
27 public class TestUtil {
28 private static String TAG = TestUtil.class.getSimpleName();
  /external/protobuf/src/google/protobuf/
test_util.h 49 class TestUtil {
168 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TestUtil);
  /packages/apps/Camera/tests/src/com/android/camera/stress/
TestUtil.java 27 public class TestUtil {
31 public TestUtil() {
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
TestUtil.java 27 public class TestUtil {
31 public TestUtil() {
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
TestUtil.java 27 public class TestUtil {
31 public TestUtil() {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
test_util.h 49 class TestUtil {
187 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TestUtil);
  /external/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java 175 TestUtil.ReflectionTester reflectionTester =
176 new TestUtil.ReflectionTester(TestAllTypes.getDescriptor(), null);
178 TestUtil.ReflectionTester extensionsReflectionTester =
179 new TestUtil.ReflectionTester(TestAllExtensions.getDescriptor(),
180 TestUtil.getExtensionRegistry());
185 TestAllTypes.newBuilder(TestUtil.getAllSet()))
187 TestUtil.assertClear((TestAllTypes) message.wrappedMessage);
193 .mergeFrom(TestUtil.getAllSet()).build();
194 TestUtil.assertAllFieldsSet((TestAllTypes) message.wrappedMessage);
198 TestAllTypes message = TestUtil.getAllSet()
    [all...]
TestUtil.java 249 class TestUtil {
250 private TestUtil() {}
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestUtil.java 13 public abstract class TestUtil {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 20 import com.xtremelabs.robolectric.util.TestUtil;
26 import static com.xtremelabs.robolectric.util.TestUtil.*;
62 TestUtil.assertInstanceOf(LinearLayout.class, view);
145 TestUtil.assertInstanceOf(TextView.class, mediaView.findViewById(R.id.title));
229 TestUtil.assertInstanceOf(TextView.class, mediaView.findViewById(R.id.inner_text));
298 TestUtil.assertInstanceOf(MapView.class, mainView.findViewById(R.id.map_view));

Completed in 459 milliseconds