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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumConstantNotPresentExceptionTest.java 23 public enum Fixture {
43 EnumConstantNotPresentException e = new EnumConstantNotPresentException(Fixture.class, "FOUR");
44 assertEquals(Fixture.class, e.enumType());
51 EnumConstantNotPresentException e = new EnumConstantNotPresentException(Fixture.class, "FOUR");
StringBuilderTest.java 62 StringBuilder sb = new StringBuilder((CharSequence) "fixture");
63 assertEquals("fixture", sb.toString());
64 assertEquals("fixture".length() + 16, sb.capacity());
66 sb = new StringBuilder((CharSequence) new StringBuffer("fixture"));
67 assertEquals("fixture", sb.toString());
68 assertEquals("fixture".length() + 16, sb.capacity());
82 StringBuilder sb = new StringBuilder("fixture");
83 assertEquals("fixture", sb.toString());
84 assertEquals("fixture".length() + 16, sb.capacity());
331 assertSame(sb, sb.append(Fixture.INSTANCE))
396 final String fixture = "0123456789"; local
537 final String fixture = "0123456789"; local
590 final String fixture = "0123456789"; local
644 final String fixture = "0123456789"; local
715 final String fixture = "0123456789"; local
734 final String fixture = "0123456789"; local
763 final String fixture = "0000"; local
805 final String fixture = "0000"; local
865 final String fixture = "0000"; local
916 final String fixture = "0000"; local
1006 final String fixture = "0000"; local
1049 final String fixture = "0000"; local
1130 final String fixture = "0000"; local
1172 final String fixture = "0000"; local
1214 final String fixture = "0000"; local
1256 final String fixture = "0000"; local
1298 final String fixture = "0000"; local
1340 final String fixture = "0000"; local
1382 final String fixture = "0123456789"; local
1401 final String fixture = "0123456789"; local
1506 final String fixture = "0000"; local
1596 final String fixture = "0123456789"; local
1682 final String fixture = "0000"; local
1719 final String fixture = "0123456789"; local
1792 final String fixture = "0123456789"; local
1833 final String fixture = "0123456789"; local
1867 final String fixture = "0123456789"; local
1908 final String fixture = "0123456789"; local
1930 final String fixture = "0123456789"; local
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.h 102 /* hook up a test with fixture under test path */
103 #define g_test_add(testpath, Fixture, tdata, fsetup, ftest, fteardown) \
108 void (*) (Fixture*, gconstpointer), \
109 void (*) (Fixture*, gconstpointer), \
110 void (*) (Fixture*, gconstpointer)) = (void (*) (const gchar *, gsize, gconstpointer, void (*) (Fixture*, gconstpointer), void (*) (Fixture*, gconstpointer), void (*) (Fixture*, gconstpointer))) g_test_add_vtable; \
112 (testpath, sizeof (Fixture), tdata, fsetup, ftest, fteardown); \
  /external/gtest/include/gtest/internal/
gtest-internal.h 486 // test fixture classes in the same test case, we need to assign
487 // unique IDs to fixture classes and compare them. The TypeId type is
589 // fixture_class_id: ID of the test fixture class
655 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
662 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
672 typedef Fixture<Type> FixtureClass;
689 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
695 template <GTEST_TEMPLATE_ Fixture, class TestSel>
696 class TypeParameterizedTest<Fixture, TestSel, Types0> {
704 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 485 // test fixture classes in the same test case, we need to assign
486 // unique IDs to fixture classes and compare them. The TypeId type is
588 // fixture_class_id: ID of the test fixture class
654 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
661 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
671 typedef Fixture<Type> FixtureClass;
688 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
694 template <GTEST_TEMPLATE_ Fixture, class TestSel>
695 class TypeParameterizedTest<Fixture, TestSel, Types0> {
703 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 463 // test fixture classes in the same test case, we need to assign
464 // unique IDs to fixture classes and compare them. The TypeId type is
554 // fixture_class_id: ID of the test fixture class
626 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
633 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
643 typedef Fixture<Type> FixtureClass;
660 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
666 template <GTEST_TEMPLATE_ Fixture, class TestSel>
667 class TypeParameterizedTest<Fixture, TestSel, Types0> {
675 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 489 // test fixture classes in the same test case, we need to assign
490 // unique IDs to fixture classes and compare them. The TypeId type is
580 // fixture_class_id: ID of the test fixture class
652 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
659 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
669 typedef Fixture<Type> FixtureClass;
686 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
692 template <GTEST_TEMPLATE_ Fixture, class TestSel>
693 class TypeParameterizedTest<Fixture, TestSel, Types0> {
701 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/llvm/test/Bindings/Ocaml/
target.ml 27 (*===-- Fixture -----------------------------------------------------------===*)
ipo_opts.ml 27 (*===-- Fixture -----------------------------------------------------------===*)
scalar_opts.ml 26 (*===-- Fixture -----------------------------------------------------------===*)
vmcore.ml 58 (*===-- Fixture -----------------------------------------------------------===*)
    [all...]

Completed in 470 milliseconds