mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 23:46:27 +00:00
21 lines
310 B
C#
21 lines
310 B
C#
|
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()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|