move things in unit tests
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using Untappd.Net.Authentication;
|
using Untappd.Net.Authentication;
|
||||||
|
|
||||||
namespace Untappd.Net.UnitTests.Client
|
namespace Untappd.Net.UnitTests.Authentication
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestAuthenticatedUntappdCredentials
|
public class TestAuthenticatedUntappdCredentials
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using Untappd.Net.Authentication;
|
using Untappd.Net.Authentication;
|
||||||
|
|
||||||
namespace Untappd.Net.UnitTests.Client
|
namespace Untappd.Net.UnitTests.Authentication
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestUnAuthenticatedUntappdCredentials
|
public class TestUnAuthenticatedUntappdCredentials
|
||||||
@@ -18,7 +18,7 @@ using Untappd.Net.Responses.VenueInfo;
|
|||||||
using UserDistinctBeers = Untappd.Net.Responses.UserDistinctBeer;
|
using UserDistinctBeers = Untappd.Net.Responses.UserDistinctBeer;
|
||||||
using UserWishList = Untappd.Net.Responses.UserWishlist;
|
using UserWishList = Untappd.Net.Responses.UserWishlist;
|
||||||
|
|
||||||
namespace Untappd.Net.UnitTests
|
namespace Untappd.Net.UnitTests.Responses
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestDeserializer
|
public class TestDeserializer
|
||||||
|
|||||||
@@ -73,8 +73,8 @@
|
|||||||
<Compile Include="Responses\Actions\TestSimpleActions.cs" />
|
<Compile Include="Responses\Actions\TestSimpleActions.cs" />
|
||||||
<Compile Include="Responses\TestDeserializer.cs" />
|
<Compile Include="Responses\TestDeserializer.cs" />
|
||||||
<Compile Include="Authentication\TestAuthenticationHelper.cs" />
|
<Compile Include="Authentication\TestAuthenticationHelper.cs" />
|
||||||
<Compile Include="Client\TestAuthenticatedUntappdCredentials.cs" />
|
<Compile Include="Authentication\TestAuthenticatedUntappdCredentials.cs" />
|
||||||
<Compile Include="Client\TestUnAuthenticatedUntappdCredentials.cs" />
|
<Compile Include="Authentication\TestUnAuthenticatedUntappdCredentials.cs" />
|
||||||
<Compile Include="Exception\TestBaseUntappdException.cs" />
|
<Compile Include="Exception\TestBaseUntappdException.cs" />
|
||||||
<Compile Include="Exception\TestEndpointConfigurationException.cs" />
|
<Compile Include="Exception\TestEndpointConfigurationException.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user