public void testNoInstrumentManager() throws Exception
{
Creator creator = new InstrumentableCreator( null );
creator.create( m_instrumentable, m_context );
creator.destroy( m_instrumentable, m_context );
}
public void testInstrumentManager() throws Exception
{
Creator creator = new InstrumentableCreator( m_instrumentManager );