package com.actionbarsherlock.tests.runner;
import com.actionbarsherlock.tests.app.FeatureEnableActionItemText;
import android.test.suitebuilder.annotation.Smoke;
super(FeatureEnableActionItemText.class);
}
@Smoke
public void () {
if (IS_HONEYCOMB) {
return;
}
assertNotNull("Text-only action-item could not be found.", findActionItem(FeatureEnableActionItemText.MENU_ITEM_TEXT));
}
}