Spotify.NET/SpotifyAPI.Web.Tests/Http/NetHTTPClientTest.cs

21 lines
310 B
C#
Raw Normal View History

using System.Collections.Generic;
using System;
using System.Threading.Tasks;
using NUnit.Framework;
namespace SpotifyAPI.Web.Tests
{
[TestFixture]
public class NetHTTPClientTest
{
[TestFixture]
public class BuildRequestsMethod
{
public void AddsHeaders()
{
}
}
}
}