blob: 9de96632207f8896b9bedb1b1658929c636cb9fb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the BSI CRM Software License v1.0
* which accompanies this distribution as bsi-v10.html
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
******************************************************************************/
package org.eclipse.scout.rt.spec.client;
import org.eclipse.scout.rt.shared.TEXTS;
import org.eclipse.scout.rt.shared.services.lookup.LookupCall;
/**
* implementation of {@link AbstractTypeSpecTest} for lookup calls
*/
public class LookupCallTypesSpecTest extends AbstractTypeSpecTest {
public static final String ID = "org.eclipse.scout.rt.spec.lookupcalltypes";
public LookupCallTypesSpecTest() {
super(ID, TEXTS.get(ID), TEXTS.getWithFallback(ID + ".introduction", null), LookupCall.class, true);
}
}