Lines Matching refs:m_aTestHelper

42 	TestHelper m_aTestHelper;  field in Test14
48 m_aTestHelper = new TestHelper( aLogWriter, "Test14: " ); in Test14()
69 String sTempFileURL = m_aTestHelper.CreateTempFile( m_xMSF ); in testForPath()
72 m_aTestHelper.Error( "No valid temporary file was created!" ); in testForPath()
85 m_aTestHelper.Error( "Can't create storage based on temporary file!" ); in testForPath()
94 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream1Path, "MediaType1", true… in testForPath()
102 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream2Path, "MediaType2", fals… in testForPath()
107 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream3Path, "MediaType2", fals… in testForPath()
111 if ( !m_aTestHelper.setStorageTypeAndCheckProps( xTempFileStorage, in testForPath()
118 if ( !m_aTestHelper.commitStorage( xTempFileStorage ) ) in testForPath()
122 if ( !m_aTestHelper.disposeStorage( xTempFileStorage ) ) in testForPath()
136 m_aTestHelper.Error( "Can't create storage based on temporary file!" ); in testForPath()
140 …if ( !m_aTestHelper.checkStorageProperties( xTempFileStorage, "MediaType3", true, ElementModes.WRI… in testForPath()
143 …if ( !m_aTestHelper.checkEncrStreamH( xTempFileStorage, aSubStream1Path, "MediaType1", pBytes1, sP… in testForPath()
146 …if ( !m_aTestHelper.checkEncrStreamH( xTempFileStorage, aSubStream2Path, "MediaType2", pBytes2, sP… in testForPath()
149 …if ( !m_aTestHelper.cantOpenEncrStreamH( xTempFileStorage, aSubStream3Path, ElementModes.READ, sPa… in testForPath()
154 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream1Path, "MediaType3", true… in testForPath()
159 …if ( !m_aTestHelper.WriteBytesToEncrStreamH( xTempFileStorage, aSubStream2Path, "MediaType3", true… in testForPath()
163 if ( !m_aTestHelper.commitStorage( xTempFileStorage ) ) in testForPath()
167 if ( !m_aTestHelper.disposeStorage( xTempFileStorage ) ) in testForPath()
181 m_aTestHelper.Error( "Can't reopen storage based on temporary file!" ); in testForPath()
185 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, "MediaType3", true, ElementModes.READ … in testForPath()
188 …if ( !m_aTestHelper.checkEncrStreamH( xResultStorage, aSubStream1Path, "MediaType3", pBytes2, sPas… in testForPath()
192 …if ( !m_aTestHelper.checkEncrStreamH( xResultStorage, aSubStream2Path, "MediaType2", pBytes2, sPas… in testForPath()
196 if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) in testForPath()
203 m_aTestHelper.Error( "Exception: " + e ); in testForPath()