/*
* 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 SearchSuggestionResponseResultsInner
/// </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 SearchSuggestionResponseResultsInnerTests : IDisposable
{
// TODO uncomment below to declare an instance variable for SearchSuggestionResponseResultsInner
//private SearchSuggestionResponseResultsInner instance;
public SearchSuggestionResponseResultsInnerTests()
{
// TODO uncomment below to create an instance of SearchSuggestionResponseResultsInner
//instance = new SearchSuggestionResponseResultsInner();
}
public void Dispose()
{
// Cleanup when everything is done.
}
/// <summary>
/// Test an instance of SearchSuggestionResponseResultsInner
/// </summary>
[Fact]
public void SearchSuggestionResponseResultsInnerInstanceTest()
{
// TODO uncomment below to test "IsType" SearchSuggestionResponseResultsInner
//Assert.IsType<SearchSuggestionResponseResultsInner>(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'
}
}
}