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
SearchResponseResultsInnerTests.cs•4.06 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 SearchResponseResultsInner
/// </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 SearchResponseResultsInnerTests : IDisposable
{
// TODO uncomment below to declare an instance variable for SearchResponseResultsInner
//private SearchResponseResultsInner instance;
public SearchResponseResultsInnerTests()
{
// TODO uncomment below to create an instance of SearchResponseResultsInner
//instance = new SearchResponseResultsInner();
}
public void Dispose()
{
// Cleanup when everything is done.
}
/// <summary>
/// Test an instance of SearchResponseResultsInner
/// </summary>
[Fact]
public void SearchResponseResultsInnerInstanceTest()
{
// TODO uncomment below to test "IsType" SearchResponseResultsInner
//Assert.IsType<SearchResponseResultsInner>(instance);
}
/// <summary>
/// Test the property 'Id'
/// </summary>
[Fact]
public void IdTest()
{
// TODO unit test for the property 'Id'
}
/// <summary>
/// Test the property 'Year'
/// </summary>
[Fact]
public void YearTest()
{
// TODO unit test for the property 'Year'
}
/// <summary>
/// Test the property 'Name'
/// </summary>
[Fact]
public void NameTest()
{
// TODO unit test for the property 'Name'
}
/// <summary>
/// Test the property 'Genre'
/// </summary>
[Fact]
public void GenreTest()
{
// TODO unit test for the property 'Genre'
}
/// <summary>
/// Test the property 'Image'
/// </summary>
[Fact]
public void ImageTest()
{
// TODO unit test for the property 'Image'
}
/// <summary>
/// Test the property 'Link'
/// </summary>
[Fact]
public void LinkTest()
{
// TODO unit test for the property 'Link'
}
/// <summary>
/// Test the property 'Rating'
/// </summary>
[Fact]
public void RatingTest()
{
// TODO unit test for the property 'Rating'
}
/// <summary>
/// Test the property 'AdultOnly'
/// </summary>
[Fact]
public void AdultOnlyTest()
{
// TODO unit test for the property 'AdultOnly'
}
/// <summary>
/// Test the property 'Screenshots'
/// </summary>
[Fact]
public void ScreenshotsTest()
{
// TODO unit test for the property 'Screenshots'
}
/// <summary>
/// Test the property 'MicroTrailer'
/// </summary>
[Fact]
public void MicroTrailerTest()
{
// TODO unit test for the property 'MicroTrailer'
}
/// <summary>
/// Test the property 'Gameplay'
/// </summary>
[Fact]
public void GameplayTest()
{
// TODO unit test for the property 'Gameplay'
}
/// <summary>
/// Test the property 'ShortDescription'
/// </summary>
[Fact]
public void ShortDescriptionTest()
{
// TODO unit test for the property 'ShortDescription'
}
}
}