Home
last modified time | relevance | path

Searched defs:expectedJson (Results 1 – 25 of 25) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs277 public void Oneof(string fooStringValue, string expectedJson) in Oneof()
561 public void Wrappers_Standalone(System.Type wrapperType, object value, string expectedJson) in Wrappers_Standalone()
579 public void WriteValue_Constant(object value, string expectedJson) in WriteValue_Constant()
605 private static void AssertWriteValue(object value, string expectedJson) in AssertWriteValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs277 public void Oneof(string fooStringValue, string expectedJson) in Oneof()
561 public void Wrappers_Standalone(System.Type wrapperType, object value, string expectedJson) in Wrappers_Standalone()
579 public void WriteValue_Constant(object value, string expectedJson) in WriteValue_Constant()
605 private static void AssertWriteValue(object value, string expectedJson) in AssertWriteValue()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/test/java/org/mozilla/android/sync/test/
H A DTestCryptoRecord.java178 ExtendedJSONObject expectedJson = new ExtendedJSONObject(expectedDecryptedText); in testDecrypt() local
212 ExtendedJSONObject expectedJson = new ExtendedJSONObject(originalText); in testEncryptDecrypt() local
257 ExtendedJSONObject expectedJson = new ExtendedJSONObject(expectedDecryptedText); in testDecryptKeysBundle() local
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/android/sync/test/
H A DTestCryptoRecord.java178 ExtendedJSONObject expectedJson = new ExtendedJSONObject(expectedDecryptedText); in testDecrypt() local
212 ExtendedJSONObject expectedJson = new ExtendedJSONObject(originalText); in testEncryptDecrypt() local
257 ExtendedJSONObject expectedJson = new ExtendedJSONObject(expectedDecryptedText); in testDecryptKeysBundle() local
/dports/devel/folly/folly-2021.12.27.00/folly/logging/test/
H A DConfigParserTest.cpp609 auto expectedJson = folly::parseJson(R"JSON({ in TEST() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/platform/
H A Ddecimal128_bson_test.cpp101 std::string expectedJson; in TEST() local
/dports/net/fbzmq/fbzmq-2021.12.27.00/fbzmq/service/logging/tests/
H A DLogSampleTest.cpp88 auto expectedJson = folly::parseJson(jsonSample); in TEST() local
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Json.Test.Unit/
H A DJsonValueTest.cs125 private static void SaveJsonValue(JsonValue jv, string expectedJson, bool useStream) in SaveJsonValue()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Net.Http.Formatting.Test.Integration/
H A DJsonNetSerializationTest.cs112 public void ObjectsSerializeToExpectedJson(object o, string expectedJson) in ObjectsSerializeToExpectedJson()
126 …public void ObjectsSerializeToExpectedJsonWithProvidedType(object o, string expectedJson, Type typ… in ObjectsSerializeToExpectedJsonWithProvidedType()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsjsonutils.cpp223 …const auto expectedJson { QStringLiteral( "{\"bbox\":[1.12,1.12,5.45,5.33],\"geometry\":{\"coordin… in testExportFeatureJson() local
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsjsonutils.cpp223 …const auto expectedJson { QStringLiteral( "{\"bbox\":[1.12,1.12,5.45,5.33],\"geometry\":{\"coordin… in testExportFeatureJson() local
H A Dtestqgsgeometry.cpp882 QString expectedJson( QStringLiteral( "{\"coordinates\":[1.0,2.0],\"type\":\"Point\"}" ) ); in point() local
1911 …QString expectedJson( QStringLiteral( "{\"coordinates\":[[31.0,32.0],[41.0,42.0],[51.0,52.0]],\"ty… in circularString() local
3883 …QString expectedJson( "{\"coordinates\":[[31.0,32.0],[41.0,42.0],[51.0,52.0]],\"type\":\"LineStrin… in lineString() local
5824 …QString expectedJson( QStringLiteral( "{\"coordinates\":[[[0.0,0.0],[0.0,10.0],[10.0,10.0],[10.0,0… in polygon() local
9264 …QString expectedJson( "{\"coordinates\":[[[0.0,0.0,10.0],[1.0,0.0,11.0],[2.0,0.0,12.0],[2.0,0.0,12… in curvePolygon() local
10603 …QString expectedJson( "{\"coordinates\":[[31.0,32.0],[41.0,42.0],[51.0,52.0],[61.0,62.0]],\"type\"… in compoundCurve() local
15631 …QString expectedJson( "{\"geometries\":[{\"coordinates\":[[0.0,0.0],[0.0,10.0],[10.0,10.0],[10.0,0… in geometryCollection() local
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Json.Test.Integration/
H A DJsonPrimitiveTests.cs1022 void ValidateJson(JsonPrimitive jsonPrim, string expectedJson, JsonType expectedJsonType) in ValidateJson()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgspoint.cpp328 QString expectedJson( QStringLiteral( "{\"coordinates\":[1.0,2.0],\"type\":\"Point\"}" ) ); in point() local
H A Dtestqgsgeometrycollection.cpp416 …QString expectedJson( "{\"geometries\":[{\"coordinates\":[[0.0,0.0],[0.0,10.0],[10.0,10.0],[10.0,0… in geometryCollection() local
H A Dtestqgspolygon.cpp772 …QString expectedJson( QStringLiteral( "{\"coordinates\":[[[0.0,0.0],[0.0,10.0],[10.0,10.0],[10.0,0… in polygon() local
H A Dtestqgscurvepolygon.cpp1686 …QString expectedJson( "{\"coordinates\":[[[0.0,0.0,10.0],[1.0,0.0,11.0],[2.0,0.0,12.0],[2.0,0.0,12… in testExport() local
H A Dtestqgscircularstring.cpp845 …QString expectedJson( QStringLiteral( "{\"coordinates\":[[31.0,32.0],[41.0,42.0],[51.0,52.0]],\"ty… in exportImport() local
H A Dtestqgscompoundcurve.cpp783 …QString expectedJson( "{\"coordinates\":[[31.0,32.0],[41.0,42.0],[51.0,52.0],[61.0,62.0]],\"type\"… in compoundCurve() local
H A Dtestqgslinestring.cpp1246 …QString expectedJson( "{\"coordinates\":[[31.0,32.0],[41.0,42.0],[51.0,52.0]],\"type\":\"LineStrin… in exportAs() local
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/util/
H A DJsonProtocolSuite.scala700 val expectedJson = pretty(parse(expected)) constant
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/
H A DFunctions.php670 function assertJsonStringEqualsJsonString($expectedJson, $actualJson, $message = '')
683 function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, $message = '')
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Framework/
H A DAssert.php2145 … public static function assertJsonStringEqualsJsonString($expectedJson, $actualJson, $message = '')
2174 …public static function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, $message = …
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2282 … public static function assertJsonStringEqualsJsonString($expectedJson, $actualJson, $message = '')
2300 …public static function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, $message = …
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php917 function assertJsonStringEqualsJsonString($expectedJson, $actualJson, $message = '')
947 function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, $message = '')