Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs784 public void FieldMask_Valid(string jsonValue, params string[] expectedPaths) in FieldMask_Valid() argument
788 CollectionAssert.AreEqual(expectedPaths, parsed.Paths); in FieldMask_Valid()