Home
last modified time | relevance | path

Searched defs:expectedDefaultValue (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.TestCommon/
H A DReflectionAssert.cs46 Assert.Equal(expectedDefaultValue, getFunc(instance)); in Assert.Equal() argument
100 …BooleanProperty<T>(T instance, Expression<Func<T, bool>> propertyGetter, bool expectedDefaultValue) in BooleanProperty()
124 …ingProperty<T>(T instance, Expression<Func<T, string>> propertyGetter, string expectedDefaultValue, in StringProperty()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dhw_helper_tests.cpp996 …auto expectedDefaultValue = (hwInfoConfig.getLocalMemoryAccessMode(hwInfo) == LocalMemoryAccessMod… in HWTEST_F() local