public class TextUsageViewTestCase extends AbstractIBeansTestCase
{
@Test
public void testUsageView() throws Exception
{
TextView view = new TextView();
String string = view.createView(TestUriIBean.class);
assertNotNull(string);
System.out.println(string);
assertTrue(string.contains("doSomething("));