Home
last modified time | relevance | path

Searched refs:expectedPaths (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs787 public void FieldMask_Valid(string jsonValue, params string[] expectedPaths) in FieldMask_Valid() argument
791 CollectionAssert.AreEqual(expectedPaths, parsed.Paths); in FieldMask_Valid()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs805 public void FieldMask_Valid(string jsonValue, params string[] expectedPaths) in FieldMask_Valid() argument
809 CollectionAssert.AreEqual(expectedPaths, parsed.Paths); in FieldMask_Valid()

Completed in 4 milliseconds