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

161 lines
3.2 KiB
PHP
Raw Normal View History

<?php
/**
* BlockTemplateModelTest
*
* 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;
/**
* BlockTemplateModelTest Class Doc Comment
*
* @description BlockTemplateModel
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class BlockTemplateModelTest 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 "BlockTemplateModel"
*/
public function testBlockTemplateModel()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "blocktemplate_blob"
*/
public function testPropertyBlocktemplateBlob()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "difficulty"
*/
public function testPropertyDifficulty()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "height"
*/
public function testPropertyHeight()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "miner_tx_tgc"
*/
public function testPropertyMinerTxTgc()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "block_reward_without_fee"
*/
public function testPropertyBlockRewardWithoutFee()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "block_reward"
*/
public function testPropertyBlockReward()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "txs_fee"
*/
public function testPropertyTxsFee()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "prev_hash"
*/
public function testPropertyPrevHash()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "seed"
*/
public function testPropertySeed()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
}