Home
last modified time | relevance | path

Searched refs:assertNotNull (Results 1 – 25 of 63) sorted by relevance

123

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/
DTestUnicodeKnownIssues.java7 import static org.junit.Assert.assertNotNull;
27 assertNotNull("no list", l); in TestBasic()
41 assertNotNull("no list", l); in TestNotCurtailed()
58 assertNotNull("no list", l); in TestCurtailed()
72 assertNotNull("no list", l); in TestBare()
84 assertNotNull("no list", l); in TestUnknown()
96 assertNotNull("no list", l); in TestCldrLink()
108 assertNotNull("no list", l); in TestCldrBug()
120 assertNotNull("no list", l); in TestNoProblem()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DPeriodBuilderFactoryTest.java58 assertNotNull(null, b); in testSetAvailableUnitRange()
77 assertNotNull(null, pbf.getSingleUnitBuilder()); in testSetUnitIsAvailable()
78 assertNotNull(null, pbf.getOneOrTwoUnitBuilder()); in testSetUnitIsAvailable()
79 assertNotNull(null, pbf.getMultiUnitBuilder(2)); in testSetUnitIsAvailable()
88 assertNotNull(null, pbf.getSingleUnitBuilder()); in testSetUnitIsAvailable()
89 assertNotNull(null, pbf.getOneOrTwoUnitBuilder()); in testSetUnitIsAvailable()
90 assertNotNull(null, pbf.getMultiUnitBuilder(2)); in testSetUnitIsAvailable()
DDataReadWriteTest.java110 assertNotNull("" + j, out); in testBoolArray()
166 assertNotNull("" + j, out); in testCharacterArray()
225 assertNotNull("" + j, out); in testNamedIndexArray()
297 assertNotNull("" + j, out); in testStringArray()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DPeriodBuilderFactoryTest.java61 assertNotNull(null, b); in testSetAvailableUnitRange()
80 assertNotNull(null, pbf.getSingleUnitBuilder()); in testSetUnitIsAvailable()
81 assertNotNull(null, pbf.getOneOrTwoUnitBuilder()); in testSetUnitIsAvailable()
82 assertNotNull(null, pbf.getMultiUnitBuilder(2)); in testSetUnitIsAvailable()
91 assertNotNull(null, pbf.getSingleUnitBuilder()); in testSetUnitIsAvailable()
92 assertNotNull(null, pbf.getOneOrTwoUnitBuilder()); in testSetUnitIsAvailable()
93 assertNotNull(null, pbf.getMultiUnitBuilder(2)); in testSetUnitIsAvailable()
DDataReadWriteTest.java113 assertNotNull("" + j, out); in testBoolArray()
169 assertNotNull("" + j, out); in testCharacterArray()
228 assertNotNull("" + j, out); in testNamedIndexArray()
300 assertNotNull("" + j, out); in testStringArray()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java364 assertNotNull(field); in testCustomOptions()
388 assertNotNull(method); in testCustomOptions()
496 assertNotNull(file); in testDescriptorComplexCrosslink()
498 assertNotNull(msglist); in testDescriptorComplexCrosslink()
504 assertNotNull(desc.getFields()); in testDescriptorComplexCrosslink()
506 assertNotNull(fieldlist); in testDescriptorComplexCrosslink()
631 assertNotNull(barFile); in testComplexNamespacePublicDependency()
633 assertNotNull(msglist); in testComplexNamespacePublicDependency()
637 assertNotNull(desc.getFields()); in testComplexNamespacePublicDependency()
639 assertNotNull(fieldlist); in testComplexNamespacePublicDependency()
DUnknownFieldSetTest.java61 assertNotNull(field); in getField()
132 assertNotNull(nestedFieldDescriptor); in testGroup()
275 assertNotNull(singularField); in testParseUnknownEnumValue()
276 assertNotNull(repeatedField); in testParseUnknownEnumValue()
DTestUtil.java1932 Assert.assertNotNull(testAllTypes); in ReflectionTester()
1959 Assert.assertNotNull(optionalGroup ); in ReflectionTester()
1960 Assert.assertNotNull(repeatedGroup ); in ReflectionTester()
1961 Assert.assertNotNull(nestedMessage ); in ReflectionTester()
1962 Assert.assertNotNull(foreignMessage); in ReflectionTester()
1963 Assert.assertNotNull(importMessage ); in ReflectionTester()
1964 Assert.assertNotNull(nestedEnum ); in ReflectionTester()
1965 Assert.assertNotNull(foreignEnum ); in ReflectionTester()
1966 Assert.assertNotNull(importEnum ); in ReflectionTester()
1985 Assert.assertNotNull(groupA ); in ReflectionTester()
[all …]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java351 assertNotNull(field); in testCustomOptions()
359 assertNotNull(oneof); in testCustomOptions()
380 assertNotNull(method); in testCustomOptions()
484 assertNotNull(file); in testDescriptorComplexCrosslink()
486 assertNotNull(msglist); in testDescriptorComplexCrosslink()
492 assertNotNull(desc.getFields()); in testDescriptorComplexCrosslink()
494 assertNotNull(fieldlist); in testDescriptorComplexCrosslink()
684 assertNotNull(barFile); in testComplexNamespacePublicDependency()
686 assertNotNull(msglist); in testComplexNamespacePublicDependency()
690 assertNotNull(desc.getFields()); in testComplexNamespacePublicDependency()
[all …]
DExtensionRegistryFactoryTest.java128 assertNotNull("Extension registered in lite registry", extension); in testAdd()
133 assertNotNull( in testAdd()
198 assertNotNull("Extension is registered in Lite registry", extension); in testAdd()
DUnknownFieldSetTest.java68 assertNotNull(field); in getField()
287 assertNotNull(nestedFieldDescriptor); in testGroup()
424 assertNotNull(singularField); in testParseUnknownEnumValue()
425 assertNotNull(repeatedField); in testParseUnknownEnumValue()
DTestUtil.java2713 Assert.assertNotNull(testAllTypes); in ReflectionTester()
2735 Assert.assertNotNull(optionalGroup); in ReflectionTester()
2736 Assert.assertNotNull(repeatedGroup); in ReflectionTester()
2737 Assert.assertNotNull(nestedMessage); in ReflectionTester()
2738 Assert.assertNotNull(foreignMessage); in ReflectionTester()
2739 Assert.assertNotNull(importMessage); in ReflectionTester()
2740 Assert.assertNotNull(nestedEnum); in ReflectionTester()
2741 Assert.assertNotNull(foreignEnum); in ReflectionTester()
2742 Assert.assertNotNull(importEnum); in ReflectionTester()
2761 Assert.assertNotNull(groupA); in ReflectionTester()
[all …]
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_foozzie_harness_adjust.js77 assertNotNull = function assertNotNull(value, name_opt) { function
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DExampleNumbersTest.java171 assertNotNull("No example phone number for calling code " + callingCode, exampleNumber); in testGlobalNetworkNumbers()
183 assertNotNull("No example number found for region " + regionCode, exampleNumber); in testEveryRegionHasAnExampleNumber()
190 assertNotNull("No invalid example number found for region " + regionCode, exampleNumber); in testEveryRegionHasAnInvalidExampleNumber()
200 assertNotNull("No example number found for type " + type, exampleNumber); in testEveryTypeHasAnExampleNumber()
DPhoneNumberMatcherTest.java837 assertNotNull(iterator.next()); in testSingleIteration()
847 assertNotNull(iterator.next()); in testSingleIteration()
863 assertNotNull(iterator.next()); in testDoubleIteration()
866 assertNotNull(iterator.next()); in testDoubleIteration()
876 assertNotNull(iterator.next()); in testDoubleIteration()
877 assertNotNull(iterator.next()); in testDoubleIteration()
904 assertNotNull(iterator.next()); in testRemovalNotSupported()
921 assertNotNull("Did not find a number in '" + text + "'; expected " + number, match); in assertMatchProperties()
1027 assertNotNull("Did not find a number in '" + text + "'; expected '" + number + "'", match); in doTestInContext()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DGlyphTests.java115 assertNotNull(cmap); in checkTestSet()
144 assertNotNull(glyph); in checkGlyph()
DGPosTests.java26 assertNotNull(fonts); in testGposFiles()
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js203 assertNotNull(readField);
204 assertNotNull(writeField);
382 assertNotNull(jspb.BinaryReader.prototype.readUint32);
383 assertNotNull(jspb.BinaryReader.prototype.readUint64);
384 assertNotNull(jspb.BinaryReader.prototype.readSint32);
385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js203 assertNotNull(readField);
204 assertNotNull(writeField);
382 assertNotNull(jspb.BinaryReader.prototype.readUint32);
383 assertNotNull(jspb.BinaryReader.prototype.readUint64);
384 assertNotNull(jspb.BinaryReader.prototype.readSint32);
385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
/third_party/protobuf/js/binary/
Dreader_test.js203 assertNotNull(readField);
204 assertNotNull(writeField);
382 assertNotNull(jspb.BinaryReader.prototype.readUint32);
383 assertNotNull(jspb.BinaryReader.prototype.readUint64);
384 assertNotNull(jspb.BinaryReader.prototype.readSint32);
385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java343 assertNotNull("have currency data for Germany", cdn); in TestCurrencyDisplayNames()
369 assertNotNull("have currency data for Germany (Java Locale)", cdn); in TestCurrencyDisplayNames()
375 assertNotNull("have currency data for Germany (Java Locale, false)", cdn); in TestCurrencyDisplayNames()
381 assertNotNull("have currency data for Germany (Java Locale, default)", cdn); in TestCurrencyDisplayNames()
452 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRanges()
506 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRangesWithLongs()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCurrencyTest.java346 assertNotNull("have currency data for Germany", cdn); in TestCurrencyDisplayNames()
372 assertNotNull("have currency data for Germany (Java Locale)", cdn); in TestCurrencyDisplayNames()
378 assertNotNull("have currency data for Germany (Java Locale, false)", cdn); in TestCurrencyDisplayNames()
384 assertNotNull("have currency data for Germany (Java Locale, default)", cdn); in TestCurrencyDisplayNames()
455 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRanges()
509 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRangesWithLongs()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
Ddifferential_fuzz_v8.js18 assertNotNull = (value, name_opt) => { __prettyPrint(value); }; function
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/issue_tests/
DIssue27Tests.java33 assertNotNull(font); in testIssue27()
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/buildtools/
DJarPhonePrefixDataIOHandlerTest.java68 assertNotNull("Output file not found inside the jar.", jarEntry); in testAddFileToOutput()

123