Home
last modified time | relevance | path

Searched refs:actualJson (Results 1 – 21 of 21) sorted by relevance

/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/
H A Dencoder_test.go47 var actualJson = yamlToJson(sampleYaml, 2)
48 test.AssertResult(t, expectedJson, actualJson)
54 var actualJson = yamlToJson(sampleYaml, 0)
55 test.AssertResult(t, expectedJson, actualJson)
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2261 * @param string $actualJson
2268 if (!is_string($actualJson)) {
2279 * @param string $actualJson
2285 self::assertJson($actualJson, $message);
2288 $actual = json_decode($actualJson);
2297 * @param string $actualJson
2303 self::assertJson($actualJson, $message);
2306 $actual = json_decode($actualJson);
2315 * @param string $actualJson
2324 self::assertJson($actualJson, $message);
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-lambda-go/events/test/
H A Djsoncompare.go13 func AssertJsonsEqual(t *testing.T, expectedJson []byte, actualJson []byte) {
14 assert.JSONEq(t, string(expectedJson), string(actualJson))
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Framework/
H A DAssert.php2142 * @param string $actualJson
2156 $actual = json_decode($actualJson);
2171 * @param string $actualJson
2185 $actual = json_decode($actualJson);
2201 * @param string $actualJson
2208 if (!is_string($actualJson)) {
2217 self::assertThat($actualJson, $constraint, $message);
2224 * @param string $actualJson
2231 if (!is_string($actualJson)) {
2255 $actualJson = file_get_contents($actualFile);
[all …]
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/
H A DFunctions.php666 * @param string $actualJson
670 function assertJsonStringEqualsJsonString($expectedJson, $actualJson, $message = '') argument
672 …return PHPUnit_Framework_Assert::assertJsonStringEqualsJsonString($expectedJson, $actualJson, $mes…
679 * @param string $actualJson
683 function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, $message = '') argument
692 * @param string $actualJson
696 function assertJsonStringEqualsJsonFile($expectedFile, $actualJson, $message = '') argument
698 …return PHPUnit_Framework_Assert::assertJsonStringEqualsJsonFile($expectedFile, $actualJson, $messa…
705 * @param string $actualJson
709 function assertJsonStringNotEqualsJsonFile($expectedFile, $actualJson, $message = '') argument
[all …]
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php852 * @param string $actualJson
857 function assertJson($actualJson, $message = '') argument
899 * @param string $actualJson
902 function assertJsonStringEqualsJsonFile($expectedFile, $actualJson, $message = '') argument
914 * @param string $actualJson
917 function assertJsonStringEqualsJsonString($expectedJson, $actualJson, $message = '') argument
929 * @param string $actualJson
932 function assertJsonStringNotEqualsJsonFile($expectedFile, $actualJson, $message = '') argument
944 * @param string $actualJson
947 function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, $message = '') argument
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cborg-0.2.5.0/tests/Tests/
H A DUnitTests.hs34 actualJson = termToJson (toRefTerm term) function
37 expectedJson `equalJson` actualJson
H A DReference.hs41 actualJson = termToJson term function
44 expectedJson `equalJson` actualJson
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cborg-0.2.5.0/tests/Tests/
H A DUnitTests.hs34 actualJson = termToJson (toRefTerm term) function
37 expectedJson `equalJson` actualJson
H A DReference.hs41 actualJson = termToJson term function
44 expectedJson `equalJson` actualJson
/dports/net-im/libquotient/libQuotient-0.6.8/lib/events/
H A Droommessageevent.cpp313 const auto actualJson = isReplacement(relatesTo) in TextContent() local
318 if (actualJson["format"_ls].toString() == HtmlContentTypeId) { in TextContent()
320 body = actualJson[FormattedBodyKeyL].toString(); in TextContent()
325 body = actualJson[BodyKeyL].toString(); in TextContent()
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/events/
H A Droommessageevent.cpp313 const auto actualJson = isReplacement(relatesTo) in TextContent() local
318 if (actualJson["format"_ls].toString() == HtmlContentTypeId) { in TextContent()
320 body = actualJson[FormattedBodyKeyL].toString(); in TextContent()
325 body = actualJson[BodyKeyL].toString(); in TextContent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs321 var actualJson = formatter.Format(message); in WrapperFormatting_IncludeNull()
322 Assert.IsTrue(actualJson.Contains("\"int64Field\": null")); in WrapperFormatting_IncludeNull()
323 Assert.IsFalse(actualJson.Contains("\"int32Field\": null")); in WrapperFormatting_IncludeNull()
618 private static void AssertJson(string expectedJsonWithApostrophes, string actualJson) in AssertJson() argument
621 Assert.AreEqual(expectedJson, actualJson); in AssertJson()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs321 var actualJson = formatter.Format(message); in WrapperFormatting_IncludeNull()
322 Assert.IsTrue(actualJson.Contains("\"int64Field\": null")); in WrapperFormatting_IncludeNull()
323 Assert.IsFalse(actualJson.Contains("\"int32Field\": null")); in WrapperFormatting_IncludeNull()
618 private static void AssertJson(string expectedJsonWithApostrophes, string actualJson) in AssertJson() argument
621 Assert.AreEqual(expectedJson, actualJson); in AssertJson()
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/dynamic/
H A Djson_test.go220 actualJson := string(asJson)
221 testutil.Eq(t, testCase.expectedJson, actualJson)
224 err = jsonpb.UnmarshalString(actualJson, dm)
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/dynamic/
H A Djson_test.go220 actualJson := string(asJson)
221 testutil.Eq(t, testCase.expectedJson, actualJson)
224 err = jsonpb.UnmarshalString(actualJson, dm)
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/dynamic/
H A Djson_test.go218 actualJson := string(asJson)
219 testutil.Eq(t, testCase.expectedJson, actualJson)
222 err = jsonpb.UnmarshalString(actualJson, dm)
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/dynamic/
H A Djson_test.go220 actualJson := string(asJson)
221 testutil.Eq(t, testCase.expectedJson, actualJson)
224 err = jsonpb.UnmarshalString(actualJson, dm)
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/util/
H A DJsonProtocolSuite.scala701 val actualJson = pretty(parse(actual)) constant
702 if (expectedJson != actualJson) {
706 println("=== ACTUAL ===\n" + actualJson + "\n")
/dports/devel/phpunit8/
H A Dphpunit42603 * @param string $actualJson
45197 static::assertJson($actualJson, $message);
45204 * @param string $actualJson
45212 static::assertJson($actualJson, $message);
45226 static::assertJson($actualJson, $message);
45240 static::assertJson($actualJson, $message);
45253 $actualJson = file_get_contents($actualFile);
45256 static::assertJson($actualJson, $message);
45258 $constraintActual = new JsonMatches($actualJson);
45272 $actualJson = file_get_contents($actualFile);
[all …]
/dports/devel/phpunit9/
H A Dphpunit73005 * @param string $actualJson
75310 static::assertJson($actualJson, $message);
75317 * @param string $actualJson
75325 static::assertJson($actualJson, $message);
75339 static::assertJson($actualJson, $message);
75353 static::assertJson($actualJson, $message);
75366 $actualJson = file_get_contents($actualFile);
75369 static::assertJson($actualJson, $message);
75371 $constraintActual = new JsonMatches($actualJson);
75385 $actualJson = file_get_contents($actualFile);
[all …]