import com.softwarementors.extjs.djn.test.DirectTestFailedException;
public class CustomRegistryConfiguratorHandlingTest {
public String test_programmaticMethod( String value ) {
if( !value.equals( "programmatic")) {
throw new DirectTestFailedException( "We expected to receive 'programmatic' as value");
}
return value;
}