Home
last modified time | relevance | path

Searched refs:TestResult (Results 1 – 25 of 4175) sorted by relevance

12345678910>>...167

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DDecimalTest2.cs25 public struct TestResult struct
27 public TestResult(int i, decimal v) in TestResult() argument
431 TestResult[] trAuto_Add_build2 = new TestResult[] {
432 new TestResult(0, 0m), // 0 + 0
433 new TestResult(0, 1m), // 0 + 1
435 new TestResult(0, 2m), // 0 + 3
462 new TestResult(0, 1m), // 1 + 0
463 new TestResult(0, 2m), // 1 + 1
464 new TestResult(0, 0m), // 1 + 2
1336 TestResult[] trAuto_Mult_build2 = new TestResult[] {
[all …]
/dports/science/tfel-edf/tfel-3.2.1/src/Tests/
H A DTestResult.cxx24 TestResult::TestResult() = default;
26 TestResult::TestResult(const bool b) in TestResult() function in tfel::tests::TestResult
30 TestResult::TestResult(const bool b, in TestResult() function in tfel::tests::TestResult
35 TestResult::TestResult(const bool b, in TestResult() function in tfel::tests::TestResult
40 TestResult::TestResult(const TestResult&) = default;
41 TestResult::TestResult(TestResult&&) noexcept = default;
42 TestResult& TestResult::operator= (const TestResult&) = default;
43 TestResult& TestResult::operator= (TestResult&&) = default;
60 TestResult::const_iterator TestResult::end() const in end()
65 void TestResult::append(const TestResult& r) in append()
[all …]
/dports/science/tfel/tfel-3.4.0/src/Tests/
H A DTestResult.cxx24 TestResult::TestResult() = default;
26 TestResult::TestResult(const bool b) in TestResult() function in tfel::tests::TestResult
30 TestResult::TestResult(const bool b, in TestResult() function in tfel::tests::TestResult
35 TestResult::TestResult(const bool b, in TestResult() function in tfel::tests::TestResult
40 TestResult::TestResult(const TestResult&) = default;
41 TestResult::TestResult(TestResult&&) noexcept = default;
42 TestResult& TestResult::operator= (const TestResult&) = default;
43 TestResult& TestResult::operator= (TestResult&&) = default;
60 TestResult::const_iterator TestResult::end() const in end()
65 void TestResult::append(const TestResult& r) in append()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java42 enum TestResult {
55 TestResult expected) in main()
57 TestResult actual = TestResult.TBD; in main()
64 return TestResult.PASS; in main()
68 actual = TestResult.PASS; in main()
70 actual = TestResult.FAIL; in main()
72 if (actual == TestResult.PASS) { in main()
94 test("DES", 0, p, TestResult.FAIL);
96 test("DES", 64, p, TestResult.PASS);
97 test("DES", 128, p, TestResult.FAIL);
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java42 enum TestResult { enum
55 TestResult expected) in test()
57 TestResult actual = TestResult.TBD; in test()
64 return TestResult.PASS; in test()
68 actual = TestResult.PASS; in test()
70 actual = TestResult.FAIL; in test()
72 if (actual == TestResult.PASS) { in test()
94 test("DES", 0, p, TestResult.FAIL); in main()
96 test("DES", 64, p, TestResult.PASS); in main()
97 test("DES", 128, p, TestResult.FAIL); in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java42 enum TestResult { enum
55 TestResult expected) in test()
57 TestResult actual = TestResult.TBD; in test()
64 return TestResult.PASS; in test()
68 actual = TestResult.PASS; in test()
70 actual = TestResult.FAIL; in test()
72 if (actual == TestResult.PASS) { in test()
94 test("DES", 0, p, TestResult.FAIL); in main()
96 test("DES", 64, p, TestResult.PASS); in main()
97 test("DES", 128, p, TestResult.FAIL); in main()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java42 enum TestResult { enum
55 TestResult expected) in test()
57 TestResult actual = TestResult.TBD; in test()
64 return TestResult.PASS; in test()
68 actual = TestResult.PASS; in test()
70 actual = TestResult.FAIL; in test()
72 if (actual == TestResult.PASS) { in test()
94 test("DES", 0, p, TestResult.FAIL); in main()
96 test("DES", 64, p, TestResult.PASS); in main()
97 test("DES", 128, p, TestResult.FAIL); in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java42 enum TestResult { enum
55 TestResult expected) in test()
57 TestResult actual = TestResult.TBD; in test()
64 return TestResult.PASS; in test()
68 actual = TestResult.PASS; in test()
70 actual = TestResult.FAIL; in test()
72 if (actual == TestResult.PASS) { in test()
94 test("DES", 0, p, TestResult.FAIL); in main()
96 test("DES", 64, p, TestResult.PASS); in main()
97 test("DES", 128, p, TestResult.FAIL); in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java42 enum TestResult { enum
55 TestResult expected) in test()
57 TestResult actual = TestResult.TBD; in test()
64 return TestResult.PASS; in test()
68 actual = TestResult.PASS; in test()
70 actual = TestResult.FAIL; in test()
72 if (actual == TestResult.PASS) { in test()
94 test("DES", 0, p, TestResult.FAIL); in main()
96 test("DES", 64, p, TestResult.PASS); in main()
97 test("DES", 128, p, TestResult.FAIL); in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java42 enum TestResult { enum
55 TestResult expected) in test()
57 TestResult actual = TestResult.TBD; in test()
64 return TestResult.PASS; in test()
68 actual = TestResult.PASS; in test()
70 actual = TestResult.FAIL; in test()
72 if (actual == TestResult.PASS) { in test()
94 test("DES", 0, p, TestResult.FAIL); in main()
96 test("DES", 64, p, TestResult.PASS); in main()
97 test("DES", 128, p, TestResult.FAIL); in main()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java41 enum TestResult { enum
54 TestResult expected) in test()
56 TestResult actual = TestResult.TBD; in test()
63 return TestResult.PASS; in test()
67 actual = TestResult.PASS; in test()
69 actual = TestResult.FAIL; in test()
71 if (actual == TestResult.PASS) { in test()
93 test("DES", 0, p, TestResult.FAIL); in main()
95 test("DES", 64, p, TestResult.PASS); in main()
96 test("DES", 128, p, TestResult.FAIL); in main()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java41 enum TestResult { enum
54 TestResult expected) in test()
56 TestResult actual = TestResult.TBD; in test()
63 return TestResult.PASS; in test()
67 actual = TestResult.PASS; in test()
69 actual = TestResult.FAIL; in test()
71 if (actual == TestResult.PASS) { in test()
93 test("DES", 0, p, TestResult.FAIL); in main()
95 test("DES", 64, p, TestResult.PASS); in main()
96 test("DES", 128, p, TestResult.FAIL); in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java42 enum TestResult { enum
55 TestResult expected) in test()
57 TestResult actual = TestResult.TBD; in test()
64 return TestResult.PASS; in test()
68 actual = TestResult.PASS; in test()
70 actual = TestResult.FAIL; in test()
72 if (actual == TestResult.PASS) { in test()
94 test("DES", 0, p, TestResult.FAIL); in main()
96 test("DES", 64, p, TestResult.PASS); in main()
97 test("DES", 128, p, TestResult.FAIL); in main()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtthlp3.pp54 TestResult(ui8.Test, 1, 1);
55 TestResult(ui16.Test, 2, 2);
56 TestResult(ui32.Test, 4, 3);
57 TestResult(ui64.Test, 8, 4);
58 TestResult(i8.Test, - 1, 5);
63 TestResult(pb8.Test, 1, 9);
72 TestResult(s.Test, 4, 17);
73 TestResult(d.Test, 8, 18);
76 TestResult(e.Test, 8, 19);
89 TestResult(p.Test, 1, 26);
[all …]
H A Dtthlp4.pp23 TestResult(2.Test, -1, 1);
24 TestResult(-2.Test, -1, 2);
25 TestResult(200.Test, 1, 3);
26 TestResult(-200.Test, -2, 4);
27 TestResult(40000.Test, 2, 5);
28 TestResult(-20000.Test, -2, 6);
29 TestResult(-40000.Test, -4, 7);
30 TestResult(70000.Test, -4, 8);
35 TestResult(1.25.Test, 4, 12);
42 TestResult(True.Test, 1, 15);
[all …]
/dports/java/jtiger/jtiger-2.1.0376/test-src/org/jtiger/framework/
H A DTestTestResultFactory.java209 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode1()
234 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode2()
259 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode3()
285 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode4()
310 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode5()
335 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode6()
360 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode7()
384 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode8()
409 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode9()
434 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode10()
[all …]
H A DTestFixtureResultsFactory.java56 final List<TestResult> results1 = new LinkedList<TestResult>(); in createTestList()
60 final List<TestResult> results2 = new LinkedList<TestResult>(); in createTestList()
63 final List<TestResult> results3 = new LinkedList<TestResult>(); in createTestList()
103 final List<TestResult> results1 = new LinkedList<TestResult>(); in get1()
107 final List<TestResult> results2 = new LinkedList<TestResult>(); in get1()
110 final List<TestResult> results3 = new LinkedList<TestResult>(); in get1()
142 final List<TestResult> results1 = new LinkedList<TestResult>(); in listIterator1()
146 final List<TestResult> results2 = new LinkedList<TestResult>(); in listIterator1()
149 final List<TestResult> results3 = new LinkedList<TestResult>(); in listIterator1()
184 final List<TestResult> results2 = new LinkedList<TestResult>(); in listIterator2()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Tests/
H A DTestResult.hxx30 struct TFELTESTS_VISIBILITY_EXPORT TestResult struct
31 : protected std::vector<TestResult>
35 TestResult();
40 TestResult(const bool);
46 TestResult(const bool,const char* const);
54 TestResult(const TestResult&);
56 TestResult(TestResult&&) noexcept;
58 TestResult& operator = (TestResult&&);
60 TestResult& operator = (const TestResult&);
84 void append(const TestResult&);
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Tests/
H A DTestResult.hxx30 struct TFELTESTS_VISIBILITY_EXPORT TestResult struct
31 : protected std::vector<TestResult>
35 TestResult();
40 TestResult(const bool);
46 TestResult(const bool,const char* const);
54 TestResult(const TestResult&);
56 TestResult(TestResult&&) noexcept;
58 TestResult& operator = (TestResult&&);
60 TestResult& operator = (const TestResult&);
84 void append(const TestResult&);
[all …]
/dports/devel/cpputest/cpputest-4.0/src/CppUTest/
H A DTestResult.cpp34 TestResult::TestResult(TestOutput& p) : in TestResult() function in TestResult
40 TestResult::~TestResult() in ~TestResult()
62 void TestResult::print(const char* text) in print()
85 void TestResult::countTest() in countTest()
90 void TestResult::countRun() in countRun()
95 void TestResult::countCheck() in countCheck()
100 void TestResult::countFilteredOut() in countFilteredOut()
105 void TestResult::countIgnored() in countIgnored()
110 void TestResult::testsStarted() in testsStarted()
116 void TestResult::testsEnded() in testsEnded()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/test/
H A Doutputdevice.hxx23 enum class TestResult enum
50 static TestResult checkRectangle(Bitmap& rBitmap);
51 static TestResult checkRectangleAA(Bitmap& rBitmap);
53 static TestResult checkLines(Bitmap& rBitmap);
54 static TestResult checkAALines(Bitmap& rBitmap);
55 static TestResult checkDiamond(Bitmap& rBitmap);
88 static TestResult checkBezier(Bitmap& rBitmap);
116 static TestResult checkMask(Bitmap& rBitmap);
128 static TestResult checkDrawOutDev(Bitmap& rBitmap);
129 static TestResult checkXOR(Bitmap& rBitmap);
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Stat/
H A DTestResult.cxx27 CLASSNAMEINIT(TestResult)
32 TestResult::TestResult(): in TestResult() function in TestResult
44 TestResult::TestResult(const String & type, in TestResult() function in TestResult
61 TestResult * TestResult::clone() const in clone()
63 return new TestResult(*this); in clone()
78 String TestResult::__repr__() const in __repr__()
96 Scalar TestResult::getPValue() const in getPValue()
101 Scalar TestResult::getThreshold() const in getThreshold()
106 String TestResult::getTestType() const in getTestType()
117 Bool TestResult::operator == (const TestResult & other) const in operator ==()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/outputdevice/
H A Dcommon.cxx112 TestResult aResult = TestResult::Passed; in checkRect()
145 TestResult aResult = TestResult::Passed; in checkHorizontalVerticalDiagonalLines()
228 TestResult aResult = TestResult::Passed; in checkDiamondLine()
428 TestResult aResult = TestResult::Passed; in checkFilled()
547 TestResult aResult = TestResult::Passed; in checkLinearGradient()
572 TestResult aResult = TestResult::Passed; in checkLinearGradientAngled()
591 TestResult aResult = TestResult::Passed; in checkLinearGradientBorder()
613 TestResult aResult = TestResult::Passed; in checkLinearGradientIntensity()
645 TestResult aResult = TestResult::Passed; in checkAxialGradient()
670 TestResult aResult = TestResult::Passed; in checkRadialGradient()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/launcher/
H A Dtest_result.cc54 TestResult::TestResult() : status(TEST_UNKNOWN) { in TestResult() function in base::TestResult
57 TestResult::~TestResult() = default;
59 TestResult::TestResult(const TestResult& other) = default;
60 TestResult::TestResult(TestResult&& other) = default;
61 TestResult& TestResult::operator=(const TestResult& other) = default;
62 TestResult& TestResult::operator=(TestResult&& other) = default;
64 std::string TestResult::StatusAsString() const { in StatusAsString()
91 std::string TestResult::GetTestName() const { in GetTestName()
97 std::string TestResult::GetTestCaseName() const { in GetTestCaseName()
103 void TestResult::AddLink(const std::string& name, const std::string& url) { in AddLink()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/xNodeReader/
H A DErrorConditions.cs136 throw new TestException(TestResult.Failed, ""); in Variation7()
172 throw new TestException(TestResult.Failed, ""); in Variation8()
198 throw new TestException(TestResult.Failed, ""); in Variation9()
224 throw new TestException(TestResult.Failed, ""); in Variation10()
260 throw new TestException(TestResult.Failed, ""); in Variation11b()
296 throw new TestException(TestResult.Failed, ""); in Variation12()
332 throw new TestException(TestResult.Failed, ""); in Variation13()
368 throw new TestException(TestResult.Failed, ""); in Variation14()
404 throw new TestException(TestResult.Failed, ""); in Variation15()
440 throw new TestException(TestResult.Failed, ""); in Variation16()
[all …]

12345678910>>...167