euromedica-client/test/Model/ProductDtoTest.php

407 lines
8.3 KiB
PHP

<?php
/**
* ProductDtoTest
*
* PHP version 7.4
*
* @category Class
* @package Europharmacy\EuromedicaClient
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* Euromedica Two Web Api
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: development@europharmacy.gr
* Generated by: https://openapi-generator.tech
* Generator version: 7.12.0
*/
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Please update the test case below to test the model.
*/
namespace Europharmacy\EuromedicaClient\Test\Model;
use PHPUnit\Framework\TestCase;
/**
* ProductDtoTest Class Doc Comment
*
* @category Class
* @description ProductDto
* @package Europharmacy\EuromedicaClient
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class ProductDtoTest extends TestCase
{
/**
* Setup before running any test case
*/
public static function setUpBeforeClass(): void
{
}
/**
* Setup before running each test case
*/
public function setUp(): void
{
}
/**
* Clean up after running each test case
*/
public function tearDown(): void
{
}
/**
* Clean up after running all test cases
*/
public static function tearDownAfterClass(): void
{
}
/**
* Test "ProductDto"
*/
public function testProductDto()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "uniq_id"
*/
public function testPropertyUniqId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "product_name"
*/
public function testPropertyProductName()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "retail_price"
*/
public function testPropertyRetailPrice()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "whole_price"
*/
public function testPropertyWholePrice()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "vat"
*/
public function testPropertyVat()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "suggest_price"
*/
public function testPropertySuggestPrice()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "eshop_price"
*/
public function testPropertyEshopPrice()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "ref_price"
*/
public function testPropertyRefPrice()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "eshop_discount"
*/
public function testPropertyEshopDiscount()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "stock"
*/
public function testPropertyStock()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "reserved_stock"
*/
public function testPropertyReservedStock()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "available_stock"
*/
public function testPropertyAvailableStock()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "robot_stock"
*/
public function testPropertyRobotStock()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "barcode"
*/
public function testPropertyBarcode()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "barcode_list"
*/
public function testPropertyBarcodeList()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "oikos_id"
*/
public function testPropertyOikosId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "owner_id"
*/
public function testPropertyOwnerId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "main_categ_id"
*/
public function testPropertyMainCategId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "categ_id"
*/
public function testPropertyCategId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "sub_categ_id"
*/
public function testPropertySubCategId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "per_cat_id"
*/
public function testPropertyPerCatId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "per_cat2_id"
*/
public function testPropertyPerCat2Id()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "per_cat3_id"
*/
public function testPropertyPerCat3Id()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "mock_id"
*/
public function testPropertyMockId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "mock_name"
*/
public function testPropertyMockName()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "measurement_unit"
*/
public function testPropertyMeasurementUnit()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "measurement_value"
*/
public function testPropertyMeasurementValue()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "weight"
*/
public function testPropertyWeight()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "color"
*/
public function testPropertyColor()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "shelf"
*/
public function testPropertyShelf()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "position"
*/
public function testPropertyPosition()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "last_supplier"
*/
public function testPropertyLastSupplier()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "web_visible"
*/
public function testPropertyWebVisible()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "img_url"
*/
public function testPropertyImgUrl()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "is_med"
*/
public function testPropertyIsMed()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "last_upd"
*/
public function testPropertyLastUpd()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
}