Ejemplo n.º 1
0
 /**
  * The purpose of this test is to test all properties that
  * you can set on a screen.
  */
 void testImageBackgroundProperty()
 {
     TESTIFY_ASSERT_EQUAL( maWidgetSetProperty( getTestWidgetHandle( ), MAW_IMAGE_BUTTON_BACKGROUND_IMAGE, getIconHandleAsString( ) ), MAW_RES_OK );
 }
Ejemplo n.º 2
0
	/**
	 * The purpose of this test is to test all properties that
	 * you can set on a screen.
	 */
	void testIconProperty()
	{
		TESTIFY_ASSERT_EQUAL( maWidgetSetProperty( getTestWidgetHandle( ), MAW_LIST_VIEW_ITEM_ICON, getIconHandleAsString( ) ), MAW_RES_OK );
	}
Ejemplo n.º 3
0
	/**
	 * The purpose of this test is to test all properties that
	 * you can set on a screen.
	 */
	void testImageProperty()
	{
		TESTIFY_ASSERT_EQUAL( maWidgetSetProperty( getTestWidgetHandle( ), MAW_IMAGE_IMAGE, getIconHandleAsString( ) ), MAW_RES_OK );
	}