Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs61 TestNullValues<int?>(0); in NullValuesProhibited()
62 TestNullValues(""); in NullValuesProhibited()
63 TestNullValues(new TestAllTypes()); in NullValuesProhibited()
66 private void TestNullValues<T>(T nonNullValue) in TestNullValues() method in Google.Protobuf.Collections.MapFieldTest
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs62 TestNullValues<int?>(0); in NullValuesProhibited()
63 TestNullValues(""); in NullValuesProhibited()
64 TestNullValues(new TestAllTypes()); in NullValuesProhibited()
67 private void TestNullValues<T>(T nonNullValue) in TestNullValues() method in Google.Protobuf.Collections.MapFieldTest

Completed in 3 milliseconds