<?php
/**
 * FilesApiTest
 * PHP version 5
 *
 * @category Class
 * @package  jards\gcsjardsapiclient\Swagger\Client
 * @author   Swagger Codegen team
 * @link     https://github.com/swagger-api/swagger-codegen
 */

/**
 * Central service for GCSJARDS for accessing files and uploading resource usage per project.
 *
 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
 *
 * OpenAPI spec version: 0.0.1
 * 
 * Generated by: https://github.com/swagger-api/swagger-codegen.git
 *
 */

/**
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen
 * Please update the test case below to test the endpoint.
 */

namespace jards\gcsjardsapiclient\Swagger\Client;

use \jards\gcsjardsapiclient\Swagger\Client\Configuration;
use \jards\gcsjardsapiclient\Swagger\Client\ApiClient;
use \jards\gcsjardsapiclient\Swagger\Client\ApiException;
use \jards\gcsjardsapiclient\Swagger\Client\ObjectSerializer;

/**
 * FilesApiTest Class Doc Comment
 *
 * @category Class
 * @package  jards\gcsjardsapiclient\Swagger\Client
 * @author   Swagger Codegen team
 * @link     https://github.com/swagger-api/swagger-codegen
 */
class FilesApiTest extends \PHPUnit\Framework\TestCase
{

    /**
     * Setup before running any test cases
     */
    public static function setUpBeforeClass()
    {
    }

    /**
     * Setup before running each test case
     */
    public function setUp()
    {
    }

    /**
     * Clean up after running each test case
     */
    public function tearDown()
    {
    }

    /**
     * Clean up after running all test cases
     */
    public static function tearDownAfterClass()
    {
    }

    /**
     * Test case for filesAppidFileGet
     *
     * .
     *
     */
    public function testFilesAppidFileGet()
    {
    }

    /**
     * Test case for filesAppidGet
     *
     * .
     *
     */
    public function testFilesAppidGet()
    {
    }
}