Searched refs:Test (Results 101 - 125 of 975) sorted by relevance

1234567891011>>

/external/junit/src/org/junit/internal/runners/
H A DSuiteMethod.java7 import junit.framework.Test;
15 * public static junit.framework.Test suite() {
26 public static Test testFromSuiteMethod(Class<?> klass) throws Throwable {
28 Test suite= null;
34 suite= (Test) suiteMethod.invoke(null); // static method
H A DTestMethod.java10 import org.junit.Test;
11 import org.junit.Test.None;
34 Test annotation= fMethod.getAnnotation(Test.class);
42 Test annotation= fMethod.getAnnotation(Test.class);
/external/libyuv/files/unit_test/
H A Dunit_test.h16 class libyuvTest : public ::testing::Test {
/external/chromium/testing/gtest/test/
H A Dgtest-typed-test_test.h39 using testing::Test;
47 class ContainerTest : public Test {
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template.cpp28 struct Test { struct
31 static Test test;
H A Dvalue-init.cpp88 struct Test { struct in namespace:PR9801
89 Test() : i(10) {} function in struct:PR9801::Test
90 Test(int i) : i(i) {} function in struct:PR9801::Test
97 Test t;
100 struct Test3 : public Test { };
108 Test partial[3] = { 1 };
113 Test empty[3] = {};
/external/gtest/test/
H A Dgtest-typed-test_test.h39 using testing::Test;
47 class ContainerTest : public Test {
/external/junit/src/junit/extensions/
H A DRepeatedTest.java3 import junit.framework.Test;
13 public RepeatedTest(Test test, int repeat) {
H A DTestSetup.java4 import junit.framework.Test;
14 public TestSetup(Test test) {
/external/protobuf/gtest/test/
H A Dgtest-typed-test_test.h39 using testing::Test;
47 class ContainerTest : public Test {
H A Dgtest_xml_output_unittest_.cc32 // Unit test for Google Test XML output.
34 // A user can specify XML output in a Google Test program to run via
47 class SuccessfulTest : public testing::Test {
55 class FailedTest : public testing::Test {
62 class DisabledTest : public testing::Test {
94 class PropertyRecordingTest : public testing::Test {
121 testing::Test::RecordProperty(key, value);
126 testing::Test::RecordProperty(key, value);
/external/valgrind/main/memcheck/tests/
H A Dfile_locking.stderr.exp5 Test finished.
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestSyntaxErrors.java31 import org.junit.Test;
35 @Test public void testLL2() throws Exception {
48 @Test public void testLL3() throws Exception {
62 @Test public void testLLStar() throws Exception {
75 @Test public void testSynPred() throws Exception {
92 @Test public void testLL1ErrorInfo() throws Exception {
H A DTestCharDFAConversion.java34 import org.junit.Test;
46 @Test public void testSimpleRangeVersusChar() throws Exception {
59 @Test public void testRangeWithDisjointSet() throws Exception {
76 @Test public void testDisjointSetCollidingWithTwoRanges() throws Exception {
93 @Test public void testDisjointSetCollidingWithTwoRangesCharsFirst() throws Exception {
109 @Test public void testDisjointSetCollidingWithTwoRangesAsSeparateAlts() throws Exception {
135 @Test public void testKeywordVersusID() throws Exception {
154 @Test public void testIdenticalRules() throws Exception {
178 @Test public void testAdjacentNotCharLoops() throws Exception {
193 @Test publi
[all...]
H A DTestRewriteAST.java36 import org.junit.Test;
41 @Test public void testDelete() throws Exception {
54 @Test public void testSingleToken() throws Exception {
67 @Test public void testSingleTokenToNewNode() throws Exception {
80 @Test public void testSingleTokenToNewNodeRoot() throws Exception {
93 @Test public void testSingleTokenToNewNode2() throws Exception {
107 @Test public void testSingleCharLiteral() throws Exception {
120 @Test public void testSingleStringLiteral() throws Exception {
133 @Test public void testSingleRule() throws Exception {
147 @Test publi
[all...]
H A DTestIntervalSet.java32 import org.junit.Test;
44 @Test public void testSingleElement() throws Exception {
50 @Test public void testIsolatedElements() throws Exception {
59 @Test public void testMixedRangesAndElements() throws Exception {
68 @Test public void testSimpleAnd() throws Exception {
76 @Test public void testRangeAndIsolatedElement() throws Exception {
84 @Test public void testEmptyIntersection() throws Exception {
92 @Test public void testEmptyIntersectionSingleElements() throws Exception {
100 @Test public void testNotSingleElement() throws Exception {
109 @Test publi
[all...]
/external/valgrind/unittest/
H A Dold_test_suite.h64 struct Test{ struct
68 Test(void_func_void_t f, int id, int flags) function in struct:Test
73 Test() : f_(0), flags_(0) {} function in struct:Test
86 extern std::map<int, Test> *TheMapOfTests;
91 TheMapOfTests = new std::map<int, Test>;
93 (*TheMapOfTests)[id] = Test(f, id, flags);
/external/smali/smali/src/test/java/
H A DIntLiteralTest.java31 import org.junit.Test;
35 @Test
53 @Test(expected=NumberFormatException.class)
58 @Test(expected=NumberFormatException.class)
63 @Test(expected=NumberFormatException.class)
70 @Test
87 @Test(expected=NumberFormatException.class)
92 @Test(expected=NumberFormatException.class)
97 @Test(expected=NumberFormatException.class)
102 @Test(expecte
[all...]
H A DLexerTest.java37 import org.junit.Test;
54 @Test
59 @Test
64 @Test
69 @Test
74 @Test
79 @Test
84 @Test
89 @Test
94 @Test
[all...]
H A DByteLiteralTest.java31 import org.junit.Test;
36 @Test
54 @Test(expected=NumberFormatException.class)
59 @Test(expected=NumberFormatException.class)
64 @Test(expected=NumberFormatException.class)
71 @Test
88 @Test(expected=NumberFormatException.class)
93 @Test(expected=NumberFormatException.class)
98 @Test(expected=NumberFormatException.class)
103 @Test(expecte
[all...]
H A DLongLiteralTest.java31 import org.junit.Test;
35 @Test
52 @Test(expected=NumberFormatException.class)
57 @Test(expected=NumberFormatException.class)
62 @Test(expected=NumberFormatException.class)
67 @Test
83 @Test(expected=NumberFormatException.class)
88 @Test(expected=NumberFormatException.class)
93 @Test(expected=NumberFormatException.class)
98 @Test(expecte
[all...]
H A DShortLiteralTest.java31 import org.junit.Test;
36 @Test
54 @Test(expected=NumberFormatException.class)
59 @Test(expected=NumberFormatException.class)
64 @Test(expected=NumberFormatException.class)
71 @Test
88 @Test(expected=NumberFormatException.class)
93 @Test(expected=NumberFormatException.class)
98 @Test(expected=NumberFormatException.class)
103 @Test(expecte
[all...]
/external/openfst/src/test/
H A Dweight_test.cc80 tropical_tester.Test(repeat);
85 log_tester.Test(repeat);
90 minmax_tester.Test(repeat);
95 signedlog_tester.Test(repeat);
123 left_string_tester.Test(FLAGS_repeat);
129 right_string_tester.Test(FLAGS_repeat);
138 tropical_gallic_tester.Test(FLAGS_repeat);
147 tropical_product_weight_tester.Test(FLAGS_repeat);
156 tropical_cube_weight_tester.Test(FLAGS_repeat);
166 second_nested_product_weight_tester.Test(FLAGS_repea
[all...]
/external/embunit/src/
H A DTestRunner.c37 #include "Test.h"
43 static Test* root_;
45 static void TestRunner_startTest(TestListner* self,Test* test)
50 static void TestRunner_endTest(TestListner* self,Test* test)
54 static void TestRunner_addFailure(TestListner* self,Test* test,char* msg,int line,char* file)
88 void TestRunner_runTest(Test* test)
/external/embunit/inc/
H A DHelperMacro.h42 static const TestSuite su = new_TestSuite(name,(Test**)array,sizeof(array)/sizeof(array[0]))
45 static Test* const tests[] =
48 (Test*) testref

Completed in 1093 milliseconds

1234567891011>>