Skip to content

Commit fa0308f

Browse files
authored
renamed tests
1 parent 5948cb3 commit fa0308f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/QAToolKit.Engine.Bombardier.Test/BombardierTestsGeneratorTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ public async Task GenerateBombardierTestGetSupportNoIdTest_Successfull()
553553
}
554554

555555
[Fact]
556-
public async Task GenerateBombardierTestGetBikesInsecureTest_Successfull()
556+
public async Task GenerateBombardierTestGetAllBikesInsecureTest_Successfull()
557557
{
558558
var content = File.ReadAllText("Assets/GetAllBikes.json");
559559
var httpRequest = JsonConvert.DeserializeObject<IEnumerable<HttpRequest>>(content);
@@ -575,7 +575,7 @@ public async Task GenerateBombardierTestGetBikesInsecureTest_Successfull()
575575
}
576576

577577
[Fact]
578-
public async Task GenerateBombardierTestAddBikeInsecureTest_Successfull()
578+
public async Task GenerateBombardierTestAddNewBikeInsecureTest_Successfull()
579579
{
580580
var content = File.ReadAllText("Assets/AddBike.json");
581581
var httpRequest = JsonConvert.DeserializeObject<IEnumerable<HttpRequest>>(content);
@@ -597,7 +597,7 @@ public async Task GenerateBombardierTestAddBikeInsecureTest_Successfull()
597597
}
598598

599599
[Fact]
600-
public async Task GenerateBombardierTestDoesNotEndWithNewLineTest1_Successfull()
600+
public async Task GenerateBombardierTestDoesNotEndWithNewLineTest_Successfull()
601601
{
602602
var content = File.ReadAllText("Assets/AddBike.json");
603603
var httpRequest = JsonConvert.DeserializeObject<IEnumerable<HttpRequest>>(content);
@@ -622,7 +622,7 @@ public async Task GenerateBombardierTestDoesNotEndWithNewLineTest1_Successfull()
622622
}
623623

624624
[Fact]
625-
public async Task GenerateBombardierTestDoesNotEndWithNewLineTest2_Successfull()
625+
public async Task GenerateBombardierTestDoesNotEndWithNewLineTestAlternative_Successfull()
626626
{
627627
var content = File.ReadAllText("Assets/AddBike.json");
628628
var httpRequest = JsonConvert.DeserializeObject<IEnumerable<HttpRequest>>(content);

0 commit comments

Comments
 (0)