Lines Matching refs:m_aTestHelper

42 	TestHelper m_aTestHelper;  field in Test13
48 m_aTestHelper = new TestHelper( aLogWriter, "Test13: " ); in Test13()
72 String sTempFileURL = m_aTestHelper.CreateTempFile( m_xMSF ); in testForPath()
75 m_aTestHelper.Error( "No valid temporary file was created!" ); in testForPath()
88 m_aTestHelper.Error( "Can't create storage based on temporary file!" ); in testForPath()
100 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aSubStream1Path, "MediaType1", true, pB… in testForPath()
102 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aBigSubStream1Path, "MediaType1", true,… in testForPath()
109 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aSubStream2Path, "MediaType2", false, p… in testForPath()
111 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aBigSubStream2Path, "MediaType2", false… in testForPath()
116 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aSubStream3Path, "MediaType2", false, p… in testForPath()
118 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aBigSubStream3Path, "MediaType2", false… in testForPath()
122 if ( !m_aTestHelper.setStorageTypeAndCheckProps( xTempFileStorage, in testForPath()
129 if ( !m_aTestHelper.commitStorage( xTempFileStorage ) ) in testForPath()
133 if ( !m_aTestHelper.disposeStorage( xTempFileStorage ) ) in testForPath()
147 m_aTestHelper.Error( "Can't create storage based on temporary file!" ); in testForPath()
151 …if ( !m_aTestHelper.checkStorageProperties( xTempFileStorage, "MediaType3", true, ElementModes.WRI… in testForPath()
154 …if ( !m_aTestHelper.checkStreamH( xTempFileStorage, aSubStream1Path, "MediaType1", true, pBytes1 )… in testForPath()
157 …if ( !m_aTestHelper.checkStreamH( xTempFileStorage, aBigSubStream1Path, "MediaType1", true, pBigBy… in testForPath()
160 …if ( !m_aTestHelper.checkStreamH( xTempFileStorage, aSubStream2Path, "MediaType2", false, pBytes2 … in testForPath()
163 …if ( !m_aTestHelper.checkStreamH( xTempFileStorage, aBigSubStream2Path, "MediaType2", false, pBigB… in testForPath()
166 if ( !m_aTestHelper.cantOpenStreamH( xTempFileStorage, aSubStream3Path, ElementModes.READ ) ) in testForPath()
169 if ( !m_aTestHelper.cantOpenStreamH( xTempFileStorage, aBigSubStream3Path, ElementModes.READ ) ) in testForPath()
174 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aSubStream1Path, "MediaType3", true, pB… in testForPath()
176 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aBigSubStream1Path, "MediaType3", true,… in testForPath()
182 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aSubStream2Path, "MediaType3", true, pB… in testForPath()
184 …if ( !m_aTestHelper.WriteBytesToStreamH( xTempFileStorage, aBigSubStream2Path, "MediaType3", true,… in testForPath()
188 if ( !m_aTestHelper.commitStorage( xTempFileStorage ) ) in testForPath()
192 if ( !m_aTestHelper.disposeStorage( xTempFileStorage ) ) in testForPath()
206 m_aTestHelper.Error( "Can't reopen storage based on temporary file!" ); in testForPath()
210 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.READ … in testForPath()
213 … if ( !m_aTestHelper.checkStreamH( xResultStorage, aSubStream1Path, "MediaType3", true, pBytes2 ) ) in testForPath()
215 …if ( !m_aTestHelper.checkStreamH( xResultStorage, aBigSubStream1Path, "MediaType3", true, pBigByte… in testForPath()
219 …if ( !m_aTestHelper.checkStreamH( xResultStorage, aBigSubStream2Path, "MediaType2", false, pBigByt… in testForPath()
223 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in testForPath()
230 m_aTestHelper.Error( "Exception: " + e ); in testForPath()