We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddsky/gamebrain-api-clients'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
GameResponseTests.cs•6.43 KiB
/*
* GameBrain API
*
* GameBrain API
*
* The version of the OpenAPI document: 1.0.1
* Contact: mail@gamebrain.co
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using Xunit;
using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using gamebrain.Model;
using gamebrain.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace gamebrain.Test.Model
{
/// <summary>
/// Class for testing GameResponse
/// </summary>
/// <remarks>
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
/// Please update the test case below to test the model.
/// </remarks>
public class GameResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for GameResponse
//private GameResponse instance;
public GameResponseTests()
{
// TODO uncomment below to create an instance of GameResponse
//instance = new GameResponse();
}
public void Dispose()
{
// Cleanup when everything is done.
}
/// <summary>
/// Test an instance of GameResponse
/// </summary>
[Fact]
public void GameResponseInstanceTest()
{
// TODO uncomment below to test "IsType" GameResponse
//Assert.IsType<GameResponse>(instance);
}
/// <summary>
/// Test the property 'Id'
/// </summary>
[Fact]
public void IdTest()
{
// TODO unit test for the property 'Id'
}
/// <summary>
/// Test the property 'Name'
/// </summary>
[Fact]
public void NameTest()
{
// TODO unit test for the property 'Name'
}
/// <summary>
/// Test the property 'Image'
/// </summary>
[Fact]
public void ImageTest()
{
// TODO unit test for the property 'Image'
}
/// <summary>
/// Test the property 'Gameplay'
/// </summary>
[Fact]
public void GameplayTest()
{
// TODO unit test for the property 'Gameplay'
}
/// <summary>
/// Test the property 'Link'
/// </summary>
[Fact]
public void LinkTest()
{
// TODO unit test for the property 'Link'
}
/// <summary>
/// Test the property 'XUrl'
/// </summary>
[Fact]
public void XUrlTest()
{
// TODO unit test for the property 'XUrl'
}
/// <summary>
/// Test the property 'Rating'
/// </summary>
[Fact]
public void RatingTest()
{
// TODO unit test for the property 'Rating'
}
/// <summary>
/// Test the property 'Description'
/// </summary>
[Fact]
public void DescriptionTest()
{
// TODO unit test for the property 'Description'
}
/// <summary>
/// Test the property 'ShortDescription'
/// </summary>
[Fact]
public void ShortDescriptionTest()
{
// TODO unit test for the property 'ShortDescription'
}
/// <summary>
/// Test the property 'ReleaseDate'
/// </summary>
[Fact]
public void ReleaseDateTest()
{
// TODO unit test for the property 'ReleaseDate'
}
/// <summary>
/// Test the property 'Developer'
/// </summary>
[Fact]
public void DeveloperTest()
{
// TODO unit test for the property 'Developer'
}
/// <summary>
/// Test the property 'Playtime'
/// </summary>
[Fact]
public void PlaytimeTest()
{
// TODO unit test for the property 'Playtime'
}
/// <summary>
/// Test the property 'Platforms'
/// </summary>
[Fact]
public void PlatformsTest()
{
// TODO unit test for the property 'Platforms'
}
/// <summary>
/// Test the property 'Tags'
/// </summary>
[Fact]
public void TagsTest()
{
// TODO unit test for the property 'Tags'
}
/// <summary>
/// Test the property 'Genres'
/// </summary>
[Fact]
public void GenresTest()
{
// TODO unit test for the property 'Genres'
}
/// <summary>
/// Test the property 'Genre'
/// </summary>
[Fact]
public void GenreTest()
{
// TODO unit test for the property 'Genre'
}
/// <summary>
/// Test the property 'Themes'
/// </summary>
[Fact]
public void ThemesTest()
{
// TODO unit test for the property 'Themes'
}
/// <summary>
/// Test the property 'AdultOnly'
/// </summary>
[Fact]
public void AdultOnlyTest()
{
// TODO unit test for the property 'AdultOnly'
}
/// <summary>
/// Test the property 'PlayModes'
/// </summary>
[Fact]
public void PlayModesTest()
{
// TODO unit test for the property 'PlayModes'
}
/// <summary>
/// Test the property 'Screenshots'
/// </summary>
[Fact]
public void ScreenshotsTest()
{
// TODO unit test for the property 'Screenshots'
}
/// <summary>
/// Test the property 'Videos'
/// </summary>
[Fact]
public void VideosTest()
{
// TODO unit test for the property 'Videos'
}
/// <summary>
/// Test the property 'Offers'
/// </summary>
[Fact]
public void OffersTest()
{
// TODO unit test for the property 'Offers'
}
/// <summary>
/// Test the property 'OfficialStores'
/// </summary>
[Fact]
public void OfficialStoresTest()
{
// TODO unit test for the property 'OfficialStores'
}
/// <summary>
/// Test the property 'MicroTrailer'
/// </summary>
[Fact]
public void MicroTrailerTest()
{
// TODO unit test for the property 'MicroTrailer'
}
}
}