move things in unit tests

This commit is contained in:
Tommy Parnell
2015-05-13 18:09:04 -04:00
parent 81de4cfc01
commit 67eea1ef16
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
using NUnit.Framework;
using Untappd.Net.Authentication;
namespace Untappd.Net.UnitTests.Client
namespace Untappd.Net.UnitTests.Authentication
{
[TestFixture]
public class TestAuthenticatedUntappdCredentials

View File

@@ -2,7 +2,7 @@
using NUnit.Framework;
using Untappd.Net.Authentication;
namespace Untappd.Net.UnitTests.Client
namespace Untappd.Net.UnitTests.Authentication
{
[TestFixture]
public class TestUnAuthenticatedUntappdCredentials

View File

@@ -18,7 +18,7 @@ using Untappd.Net.Responses.VenueInfo;
using UserDistinctBeers = Untappd.Net.Responses.UserDistinctBeer;
using UserWishList = Untappd.Net.Responses.UserWishlist;
namespace Untappd.Net.UnitTests
namespace Untappd.Net.UnitTests.Responses
{
[TestFixture]
public class TestDeserializer

View File

@@ -73,8 +73,8 @@
<Compile Include="Responses\Actions\TestSimpleActions.cs" />
<Compile Include="Responses\TestDeserializer.cs" />
<Compile Include="Authentication\TestAuthenticationHelper.cs" />
<Compile Include="Client\TestAuthenticatedUntappdCredentials.cs" />
<Compile Include="Client\TestUnAuthenticatedUntappdCredentials.cs" />
<Compile Include="Authentication\TestAuthenticatedUntappdCredentials.cs" />
<Compile Include="Authentication\TestUnAuthenticatedUntappdCredentials.cs" />
<Compile Include="Exception\TestBaseUntappdException.cs" />
<Compile Include="Exception\TestEndpointConfigurationException.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />