Lines Matching refs:tested

78             tRes.tested("copy()",oObj.exists(copiedFile));  in _copy()
84 tRes.tested("copy()",false); in _copy()
111 tRes.tested("move()",oObj.exists(copiedFile)); in _move()
117 tRes.tested("move()",false); in _move()
141 tRes.tested("kill()",!oObj.exists(copiedFile)); in _kill()
146 tRes.tested("kill()",false); in _kill()
158 tRes.tested("isFolder()",oObj.isFolder(dirname)); in _isFolder()
163 tRes.tested("isFolder()",false); in _isFolder()
204 tRes.tested("isReadOnly()",result); in _isReadOnly()
208 tRes.tested("isReadOnly()",false); in _isReadOnly()
248 tRes.tested("setReadOnly()", result); in _setReadOnly()
255 tRes.tested("setReadOnly()",false); in _setReadOnly()
273 tRes.tested("createFolder()",oObj.isFolder(newFolder)); in _createFolder()
279 tRes.tested("createFolder()",false); in _createFolder()
296 tRes.tested("getSize()", fSize == 17 ); in _getSize()
301 tRes.tested("getSize()",false); in _getSize()
319 tRes.tested("getContentType()", in _getContentType()
325 tRes.tested("getContentType()",false); in _getContentType()
372 tRes.tested("getDateTimeModified()", res); in _getDateTimeModified()
377 tRes.tested("getDateTimeModified()",false); in _getDateTimeModified()
393 tRes.tested("getFolderContents()", cont.length>0); in _getFolderContents()
398 tRes.tested("getFolderContents()",false); in _getFolderContents()
416 tRes.tested("exists()", in _exists()
422 tRes.tested("exists()",false); in _exists()
439 tRes.tested("openFileRead()", iStream != null); in _openFileRead()
444 tRes.tested("openFileRead()",false); in _openFileRead()
467 tRes.tested("openFileWrite()", oStream != null); in _openFileWrite()
475 tRes.tested("openFileWrite()",false); in _openFileWrite()
497 tRes.tested("openFileReadWrite()", aStream != null); in _openFileReadWrite()
507 tRes.tested("openFileReadWrite()",false); in _openFileReadWrite()
528 tRes.tested("setInteractionHandler()", true); in _setInteractionHandler()
532 tRes.tested("setInteractionHandler()", false); in _setInteractionHandler()