DescriptionTest.java :  » ERP-CRM-Financial » OpenXava-3.0 » org » openxava » test » tests » Java Open Source

Java Open Source » ERP CRM Financial » OpenXava 3.0 
OpenXava 3.0 » org » openxava » test » tests » DescriptionTest.java
package org.openxava.test.tests;

import org.openxava.tests.*;



/**
 * @author Javier Paniza
 */

public class DescriptionTest extends ModuleTestBase {
  
  
  public DescriptionTest(String testName) {
    super(testName, "Description");    
  }
  
  public void testDocModule() throws Exception {    
    assertTrue(getHtml().indexOf("application is used to test all OpenXava features")>=0);
  }
  
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.