This commit is contained in:
grzegorz.russek
2014-04-06 12:10:17 +00:00
parent 397a8da830
commit 1de570be42
13 changed files with 155 additions and 82 deletions

View File

@@ -34,6 +34,7 @@ using NUnit.Framework;
namespace DynamORM.Tests.Select
{
/// <summary>Tests of legacy parser methods.</summary>
[TestFixture]
public class LegacyParserTests : TestsBase
{
/// <summary>Setup test parameters.</summary>

View File

@@ -36,6 +36,7 @@ namespace DynamORM.Tests.Select
/// <summary>
/// New parser tests.
/// </summary>
[TestFixture]
public class ParserTests : TestsBase
{
/// <summary>Setup test parameters.</summary>

View File

@@ -34,6 +34,7 @@ using NUnit.Framework;
namespace DynamORM.Tests.Select
{
/// <summary>Test typed ORM.</summary>
[TestFixture]
public class RenamedTypedAccessTests : TypedAccessTests<Users>
{
/// <summary>Test something fancy... like: <code>select "first", count("first") aggregatefield from "users" group by "first" order by 2 desc;</code>.</summary>