All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anaptecs.jeaf.junit.impl.BusinessObjectTestPort Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
/*
 * Copyright 2004 - 2011 anaptecs GmbH Burgstr. 96, 72764 Reutlingen, Germany All rights reserved.
 */
package com.anaptecs.jeaf.junit.impl;

import com.anaptecs.jeaf.core.api.Component;

/**
 * Implementation of port BusinessObjectTestPort.
 */
abstract class BusinessObjectTestPort extends BusinessObjectTestPortBase {
  /**
   * Initialize object.
   */
  BusinessObjectTestPort( Component pComponent ) {
    super(pComponent);
  }
  // ********************************************************************************************************************
  // *
  // * Add port specific implementation here. This implementation will be available for all services that are provided
  // * by this port.
  // *
  // ********************************************************************************************************************
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy