1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/sdk/client/php/tests/Model/PerformanceModelTest.php

116 lines
2.3 KiB
PHP
Raw Permalink Normal View History

<?php
/**
* PerformanceModelTest
*
* PHP version 8.1
*
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* Lethean Blockchain API
*
* OpenAPI for Lethean Blockchain
*
* The version of the OpenAPI document: 6.0.1
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.16.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 OpenAPI\Client\Test\Model;
use PHPUnit\Framework\TestCase;
/**
* PerformanceModelTest Class Doc Comment
*
* @description PerformanceModel
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class PerformanceModelTest 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 "PerformanceModel"
*/
public function testPerformanceModel()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "block_processing"
*/
public function testPropertyBlockProcessing()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "tx_processing"
*/
public function testPropertyTxProcessing()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "tx_pool"
*/
public function testPropertyTxPool()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "db_stat_info"
*/
public function testPropertyDbStatInfo()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
}