Skip to content

Commit

Permalink
Merge pull request #606 from mikependon/cancellation-token
Browse files Browse the repository at this point in the history
Cancellation token
  • Loading branch information
mikependon authored Oct 3, 2020
2 parents 6e2d985 + 8ee47c4 commit 4361beb
Show file tree
Hide file tree
Showing 129 changed files with 6,094 additions and 2,741 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public void TestSqlConnectionAverageAllTypedResultViaTableNameWithHints()
#region AverageAllAsync(TableName)

[TestMethod]
public void TestSqlConnectionAverageAllTableNameAsync()
public void TestSqlConnectionAverageAllAsyncViaTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -296,7 +296,7 @@ public void TestSqlConnectionAverageAllTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionAverageAllTableNameAsyncWithHints()
public void TestSqlConnectionAverageAllAsyncViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -317,7 +317,7 @@ public void TestSqlConnectionAverageAllTableNameAsyncWithHints()
}

[TestMethod]
public void TestSqlConnectionAverageAllTypedResultTableNameAsync()
public void TestSqlConnectionAverageAllTypedResultAsyncViaTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -337,7 +337,7 @@ public void TestSqlConnectionAverageAllTypedResultTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionAverageAllTypedResultTableNameAsyncWithHints()
public void TestSqlConnectionAverageAllTypedResultAsyncViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void TestSqlConnectionCountAllAsyncWithHints()
#region CountAll(TableName)

[TestMethod]
public void TestSqlConnectionCountViaAllTaleName()
public void TestSqlConnectionCountViaAllTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -127,7 +127,7 @@ public void TestSqlConnectionCountViaAllTaleName()
}

[TestMethod]
public void TestSqlConnectionCountAllViaTaleNameWithHints()
public void TestSqlConnectionCountAllViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -151,7 +151,7 @@ public void TestSqlConnectionCountAllViaTaleNameWithHints()
#region CountAllAsync(TableName)

[TestMethod]
public void TestSqlConnectionCountAllTaleNameAsync()
public void TestSqlConnectionCountAllAsyncViaTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -170,7 +170,7 @@ public void TestSqlConnectionCountAllTaleNameAsync()
}

[TestMethod]
public void TestSqlConnectionCountAllTaleNameAsyncWithHints()
public void TestSqlConnectionCountAllAsyncViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public void TestSqlConnectionCountViaTableNameViaQueryGroup()
#region CountAsync(TableName)

[TestMethod]
public void TestSqlConnectionCountViaTableNameAsyncWithoutCondition()
public void TestSqlConnectionCountViaAsyncViaTableNameWithoutCondition()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -421,7 +421,7 @@ public void TestSqlConnectionCountViaTableNameAsyncWithoutCondition()
}

[TestMethod]
public void TestSqlConnectionCountViaTableNameAsyncViaDynamic()
public void TestSqlConnectionCountViaAsyncViaTableNameViaDynamic()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -440,7 +440,7 @@ public void TestSqlConnectionCountViaTableNameAsyncViaDynamic()
}

[TestMethod]
public void TestSqlConnectionCountViaTableNameAsyncViaQueryField()
public void TestSqlConnectionCountViaAsyncViaTableNameViaQueryField()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -461,7 +461,7 @@ public void TestSqlConnectionCountViaTableNameAsyncViaQueryField()
}

[TestMethod]
public void TestSqlConnectionCountViaTableNameAsyncViaQueryFields()
public void TestSqlConnectionCountViaAsyncViaTableNameViaQueryFields()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -486,7 +486,7 @@ public void TestSqlConnectionCountViaTableNameAsyncViaQueryFields()
}

[TestMethod]
public void TestSqlConnectionCountViaTableNameAsyncViaQueryGroup()
public void TestSqlConnectionCountViaAsyncViaTableNameViaQueryGroup()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public void TestSqlConnectionExistsViaTableNameViaQueryGroup()
#region ExistsAsync(TableName)

[TestMethod]
public void TestSqlConnectionExistsViaTableNameAsyncWithoutCondition()
public void TestSqlConnectionExistsViaAsyncViaTableNameWithoutCondition()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -421,7 +421,7 @@ public void TestSqlConnectionExistsViaTableNameAsyncWithoutCondition()
}

[TestMethod]
public void TestSqlConnectionExistsViaTableNameAsyncViaDynamic()
public void TestSqlConnectionExistsViaAsyncViaTableNameViaDynamic()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -440,7 +440,7 @@ public void TestSqlConnectionExistsViaTableNameAsyncViaDynamic()
}

[TestMethod]
public void TestSqlConnectionExistsViaTableNameAsyncViaQueryField()
public void TestSqlConnectionExistsViaAsyncViaTableNameViaQueryField()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -461,7 +461,7 @@ public void TestSqlConnectionExistsViaTableNameAsyncViaQueryField()
}

[TestMethod]
public void TestSqlConnectionExistsViaTableNameAsyncViaQueryFields()
public void TestSqlConnectionExistsViaAsyncViaTableNameViaQueryFields()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -486,7 +486,7 @@ public void TestSqlConnectionExistsViaTableNameAsyncViaQueryFields()
}

[TestMethod]
public void TestSqlConnectionExistsViaTableNameAsyncViaQueryGroup()
public void TestSqlConnectionExistsViaAsyncViaTableNameViaQueryGroup()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public void TestSqlConnectionMaxAllTypedResultViaTableNameWithHints()
#region MaxAllAsync(TableName)

[TestMethod]
public void TestSqlConnectionMaxAllTableNameAsync()
public void TestSqlConnectionMaxAllAsyncViaTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -296,7 +296,7 @@ public void TestSqlConnectionMaxAllTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionMaxAllTableNameAsyncWithHints()
public void TestSqlConnectionMaxAllAsyncViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -317,7 +317,7 @@ public void TestSqlConnectionMaxAllTableNameAsyncWithHints()
}

[TestMethod]
public void TestSqlConnectionMaxAllTypedResultTableNameAsync()
public void TestSqlConnectionMaxAllTypedResultAsyncViaTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -337,7 +337,7 @@ public void TestSqlConnectionMaxAllTypedResultTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionMaxAllTypedResultTableNameAsyncWithHints()
public void TestSqlConnectionMaxAllTypedResultAsyncViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public void TestSqlConnectionMinAllTypedResultViaTableNameWithHints()
#region MinAllAsync(TableName)

[TestMethod]
public void TestSqlConnectionMinAllTableNameAsync()
public void TestSqlConnectionMinAllAsyncViaTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -296,7 +296,7 @@ public void TestSqlConnectionMinAllTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionMinAllTableNameAsyncWithHints()
public void TestSqlConnectionMinAllAsyncViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -317,7 +317,7 @@ public void TestSqlConnectionMinAllTableNameAsyncWithHints()
}

[TestMethod]
public void TestSqlConnectionMinAllTypedResultTableNameAsync()
public void TestSqlConnectionMinAllTypedResultAsyncViaTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -337,7 +337,7 @@ public void TestSqlConnectionMinAllTypedResultTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionMinAllTypedResultTableNameAsyncWithHints()
public void TestSqlConnectionMinAllTypedResultAsyncViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public void TestSqlConnectionSumAllTypedResultViaTableNameWithHints()
#region SumAllAsync(TableName)

[TestMethod]
public void TestSqlConnectionSumAllTableNameAsync()
public void TestSqlConnectionSumAllAsyncViaTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -296,7 +296,7 @@ public void TestSqlConnectionSumAllTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionSumAllTableNameAsyncWithHints()
public void TestSqlConnectionSumAllAsyncViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -317,7 +317,7 @@ public void TestSqlConnectionSumAllTableNameAsyncWithHints()
}

[TestMethod]
public void TestSqlConnectionSumAllTypedResultTableNameAsync()
public void TestSqlConnectionSumAllTypedResultAsyncViaTableName()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand All @@ -337,7 +337,7 @@ public void TestSqlConnectionSumAllTypedResultTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionSumAllTypedResultTableNameAsyncWithHints()
public void TestSqlConnectionSumAllTypedResultAsyncViaTableNameWithHints()
{
// Setup
var tables = Helper.CreateIdentityTables(10);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ public void TestSqlConnectionUpdateViaTableNameWithFields()
}

[TestMethod]
public void TestSqlConnectionUpdateViaDynamicTableNameAsyncViaPrimaryKey()
public void TestSqlConnectionUpdateViaDynamicAsyncViaTableNameViaPrimaryKey()
{
// Setup
var table = Helper.CreateNonIdentityTable();
Expand Down Expand Up @@ -1817,7 +1817,7 @@ public void TestSqlConnectionUpdateAsyncViaTableNameWithFields()
}

[TestMethod]
public void TestSqlConnectionUpdateAsyncViaDynamicTableNameAsyncViaPrimaryKey()
public void TestSqlConnectionUpdateAsyncViaDynamicAsyncViaTableNameViaPrimaryKey()
{
// Setup
var table = Helper.CreateNonIdentityTable();
Expand Down Expand Up @@ -1847,7 +1847,7 @@ public void TestSqlConnectionUpdateAsyncViaDynamicTableNameAsyncViaPrimaryKey()
}

[TestMethod]
public void TestSqlConnectionUpdateViaTableNameAsyncViaPrimaryKey()
public void TestSqlConnectionUpdateViaAsyncViaTableNameViaPrimaryKey()
{
// Setup
var table = Helper.CreateNonIdentityTable();
Expand All @@ -1873,7 +1873,7 @@ public void TestSqlConnectionUpdateViaTableNameAsyncViaPrimaryKey()
}

[TestMethod]
public void TestSqlConnectionUpdateViaTableNameAsyncViaDynamic()
public void TestSqlConnectionUpdateViaAsyncViaTableNameViaDynamic()
{
// Setup
var table = Helper.CreateIdentityTable();
Expand Down Expand Up @@ -1905,7 +1905,7 @@ public void TestSqlConnectionUpdateViaTableNameAsyncViaDynamic()
}

[TestMethod]
public void TestSqlConnectionUpdateViaTableNameAsyncViaQueryField()
public void TestSqlConnectionUpdateViaAsyncViaTableNameViaQueryField()
{
// Setup
var table = Helper.CreateIdentityTable();
Expand Down Expand Up @@ -1940,7 +1940,7 @@ public void TestSqlConnectionUpdateViaTableNameAsyncViaQueryField()
}

[TestMethod]
public void TestSqlConnectionUpdateViaTableNameAsyncViaQueryFields()
public void TestSqlConnectionUpdateViaAsyncViaTableNameViaQueryFields()
{
// Setup
var table = Helper.CreateIdentityTable();
Expand Down Expand Up @@ -1980,7 +1980,7 @@ public void TestSqlConnectionUpdateViaTableNameAsyncViaQueryFields()
}

[TestMethod]
public void TestSqlConnectionUpdateViaTableNameAsyncViaQueryGroup()
public void TestSqlConnectionUpdateViaAsyncViaTableNameViaQueryGroup()
{
// Setup
var table = Helper.CreateIdentityTable();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void Cleanup()
Database.Cleanup();
}

#region <TEntity>
#region Operation<TEntity>

[TestMethod]
public void TestSqlConnectionBytesCrud()
Expand Down Expand Up @@ -284,7 +284,7 @@ public void TestSqlConnectionBytesMappedNullCrudAsync()

#endregion

#region (TableName)
#region Operation(TableName)

[TestMethod]
public void TestSqlConnectionBytesCrudViaTableName()
Expand Down Expand Up @@ -349,7 +349,7 @@ public void TestSqlConnectionBytesNullCrudViaTableName()
}

[TestMethod]
public void TestSqlConnectionBytesCrudViaTableNameAsync()
public void TestSqlConnectionBytesCrudViaAsyncViaTableName()
{
// Setup
var text = "RepoDb"; // Helper.GetAssemblyDescription();
Expand Down Expand Up @@ -383,7 +383,7 @@ public void TestSqlConnectionBytesCrudViaTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionBytesNullCrudViaTableNameAsync()
public void TestSqlConnectionBytesNullCrudViaAsyncViaTableName()
{
// Setup
var entity = new
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public void TestSqlConnectionDatesNullCrudViaTableName()
}

[TestMethod]
public void TestSqlConnectionDatesCrudViaTableNameAsync()
public void TestSqlConnectionDatesCrudViaAsyncViaTableName()
{
// Setup
var dateTime = new DateTime(1970, 1, 1, 12, 50, 30, DateTimeKind.Utc);
Expand Down Expand Up @@ -424,7 +424,7 @@ public void TestSqlConnectionDatesCrudViaTableNameAsync()
}

[TestMethod]
public void TestSqlConnectionDatesNullCrudViaTableNameAsync()
public void TestSqlConnectionDatesNullCrudViaAsyncViaTableName()
{
// Setup
var entity = new
Expand Down
Loading

0 comments on commit 4361beb

Please sign in to comment.