Skip to content

Commit

Permalink
remove auto-generated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Jul 31, 2024
1 parent 844b3fe commit de60dab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 252 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ public class EntityRecognizerRecognizerTests
});

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestAge()
After:
public void TestAgeAsync()
*/
public async Task TestAgeAsync()
{
var dialogContext = GetDialogContext(nameof(TestAgeAsync), "This is a test of one, 2, three years old");
Expand All @@ -74,13 +67,6 @@ public async Task TestAgeAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestConfirmation()
After:
public void TestConfirmationAsync()
*/
public async Task TestConfirmationAsync()
{
var dialogContext = GetDialogContext(nameof(TestConfirmationAsync), "yes, please");
Expand All @@ -96,13 +82,6 @@ public async Task TestConfirmationAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestCurrency()
After:
public void TestCurrencyAsync()
*/
public async Task TestCurrencyAsync()
{
var dialogContext = GetDialogContext(nameof(TestCurrencyAsync), "I would pay four dollars for that.");
Expand All @@ -118,13 +97,6 @@ public async Task TestCurrencyAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestDateTime()
After:
public void TestDateTimeAsync()
*/
public async Task TestDateTimeAsync()
{
var dialogContext = GetDialogContext(nameof(TestDateTimeAsync), "Next thursday at 4pm.");
Expand All @@ -141,13 +113,6 @@ public async Task TestDateTimeAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestDimension()
After:
public void TestDimensionAsync()
*/
public async Task TestDimensionAsync()
{
var dialogContext = GetDialogContext(nameof(TestDimensionAsync), "I think he's 5 foot ten");
Expand All @@ -163,13 +128,6 @@ public async Task TestDimensionAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestEmail()
After:
public void TestEmailAsync()
*/
public async Task TestEmailAsync()
{
var dialogContext = GetDialogContext(nameof(TestEmailAsync), "my email address is [email protected]");
Expand All @@ -184,13 +142,6 @@ public async Task TestEmailAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestGuid()
After:
public void TestGuidAsync()
*/
public async Task TestGuidAsync()
{
var guid = Guid.Empty;
Expand All @@ -206,13 +157,6 @@ public async Task TestGuidAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestHashtag()
After:
public void TestHashtagAsync()
*/
public async Task TestHashtagAsync()
{
var dialogContext = GetDialogContext(nameof(TestHashtagAsync), $"I'm so cool #cool #groovy...");
Expand All @@ -227,13 +171,6 @@ public async Task TestHashtagAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestIp()
After:
public void TestIpAsync()
*/
public async Task TestIpAsync()
{
var dialogContext = GetDialogContext(nameof(TestIpAsync), $"My address is 1.2.3.4");
Expand All @@ -249,13 +186,6 @@ public async Task TestIpAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestMention()
After:
public void TestMentionAsync()
*/
public async Task TestMentionAsync()
{
var dialogContext = GetDialogContext(nameof(TestMentionAsync), $"Tell @joesmith I'm coming...");
Expand Down Expand Up @@ -347,13 +277,6 @@ public async Task TelemetryDoesNotLogByDefault()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestNumber()
After:
public void TestNumberAsync()
*/
public async Task TestNumberAsync()
{
var dialogContext = GetDialogContext(nameof(TestNumberAsync), "This is a test of one, 2, three");
Expand All @@ -368,13 +291,6 @@ public async Task TestNumberAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestNumberRange()
After:
public void TestNumberRangeAsync()
*/
public async Task TestNumberRangeAsync()
{
var dialogContext = GetDialogContext(nameof(TestNumberRangeAsync), "there are 3 to 5 of them");
Expand All @@ -389,13 +305,6 @@ public async Task TestNumberRangeAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestOrdinal()
After:
public void TestOrdinalAsync()
*/
public async Task TestOrdinalAsync()
{
var dialogContext = GetDialogContext(nameof(TestOrdinalAsync), "First, second or third");
Expand All @@ -410,13 +319,6 @@ public async Task TestOrdinalAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestPercentage()
After:
public void TestPercentageAsync()
*/
public async Task TestPercentageAsync()
{
var dialogContext = GetDialogContext(nameof(TestPercentageAsync), "The population hit 33.3%");
Expand All @@ -431,13 +333,6 @@ public async Task TestPercentageAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestPhoneNumber()
After:
public void TestPhoneNumberAsync()
*/
public async Task TestPhoneNumberAsync()
{
var dialogContext = GetDialogContext(nameof(TestPhoneNumberAsync), "Call 425-882-8080");
Expand All @@ -452,13 +347,6 @@ public async Task TestPhoneNumberAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestTemperature()
After:
public void TestTemperatureAsync()
*/
public async Task TestTemperatureAsync()
{
var dialogContext = GetDialogContext(nameof(TestTemperatureAsync), "set the oven to 350 degrees");
Expand All @@ -473,13 +361,6 @@ public async Task TestTemperatureAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestUrl()
After:
public void TestUrlAsync()
*/
public async Task TestUrlAsync()
{
var dialogContext = GetDialogContext(nameof(TestUrlAsync), "go to http://about.me for more info");
Expand All @@ -494,13 +375,6 @@ public async Task TestUrlAsync()
}

[Fact]

/* Unmerged change from project 'Microsoft.Bot.Builder.Dialogs.Adaptive.Tests (net8.0)'
Before:
public void TestRegEx()
After:
public void TestRegExAsync()
*/
public async Task TestRegExAsync()
{
// I would like {order}
Expand Down
Loading

0 comments on commit de60dab

Please sign in to comment.