You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
low-carbon-platform-php/test/Model/ResponseOpenAPIChatResultTe...

189 lines
3.8 KiB

<?php
/**
* ResponseOpenAPIChatResultTest
*
* PHP version 7.4
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* 碳丝路数据开放平台API
*
* 碳丝路数据开放平台
*
* The version of the OpenAPI document: 0.4.8
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.0.1
*/
/**
* 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 OpenAPI\Client\Test\Model;
use PHPUnit\Framework\TestCase;
/**
* ResponseOpenAPIChatResultTest Class Doc Comment
*
* @category Class
* @description 消息载体对象
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class ResponseOpenAPIChatResultTest 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 "ResponseOpenAPIChatResult"
*/
public function testResponseOpenAPIChatResult()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "time"
*/
public function testPropertyTime()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "openid"
*/
public function testPropertyOpenid()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "payload"
*/
public function testPropertyPayload()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "sign"
*/
public function testPropertySign()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "charset"
*/
public function testPropertyCharset()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "description"
*/
public function testPropertyDescription()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "response_id"
*/
public function testPropertyResponseId()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "err_code"
*/
public function testPropertyErrCode()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "err_msg"
*/
public function testPropertyErrMsg()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "sub_err"
*/
public function testPropertySubErr()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "sub_msg"
*/
public function testPropertySubMsg()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "sign_type"
*/
public function testPropertySignType()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
}