move things in unit tests
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user