Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs146 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone() argument
148 IMessage parsed = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
149 IMessage expected = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs148 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone() argument
150 IMessage parsed = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
151 IMessage expected = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()

Completed in 4 milliseconds