Lines Matching refs:assertNotNull
1256 assertNotNull("could not get component context.", m_xContext); in before()
2964 assertNotNull("getParent(): null", xParent3); in testMetaXChild()
2971 assertNotNull("getParent(): null", xParent4); in testMetaXChild()
2978 assertNotNull("getParent(): null", xParent5); in testMetaXChild()
3009 assertNotNull("getText(): no parent", xParentText); in testMetaXText()
3012 assertNotNull("getStart(): no start", xStart); in testMetaXText()
3015 assertNotNull("getEnd(): no end", xEnd); in testMetaXText()
3026 assertNotNull("createTextCursor(): failed", xTextCursor); in testMetaXText()
3034 assertNotNull("createTextCursorByRange(): failed for start", in testMetaXText()
3038 assertNotNull("createTextCursorByRange(): failed for end", in testMetaXText()
3146 assertNotNull("getAnchor(): null", xAnchor); in testMetaXText()
3166 assertNotNull("createEnumeration(): returns null", xEnum); in testMetaXText()
3226 assertNotNull("getStart(): no start", xStart); in testMetaXTextCursor()
3228 assertNotNull("getEnd(): no end", xEnd); in testMetaXTextCursor()
3231 assertNotNull("createTextCursor(): no cursor", xTextCursor); in testMetaXTextCursor()
3745 assertNotNull("PropertySet: not supported?", xPropertySet); in testMetaFieldXPropertySet()
3815 assertNotNull("cannot load: " + file, xTextDoc); in doLoad()