@@ -11,8 +11,8 @@ public async Task FullTestWithValidData()
1111 var services = new ServiceCollection ( ) ;
1212
1313 _ = services
14- . AddHandlers ( )
15- . AddBehaviors ( ) ;
14+ . AddImmediateValidationsFunctionalTestsHandlers ( )
15+ . AddImmediateValidationsFunctionalTestsBehaviors ( ) ;
1616
1717 var provider = services . BuildServiceProvider ( ) ;
1818 using var scope = provider . CreateScope ( ) ;
@@ -34,8 +34,8 @@ public async Task FullTestWithNullData()
3434 var services = new ServiceCollection ( ) ;
3535
3636 _ = services
37- . AddHandlers ( )
38- . AddBehaviors ( ) ;
37+ . AddImmediateValidationsFunctionalTestsHandlers ( )
38+ . AddImmediateValidationsFunctionalTestsBehaviors ( ) ;
3939
4040 var provider = services . BuildServiceProvider ( ) ;
4141 using var scope = provider . CreateScope ( ) ;
@@ -65,8 +65,8 @@ public async Task FullTestWithNullName()
6565 var services = new ServiceCollection ( ) ;
6666
6767 _ = services
68- . AddHandlers ( )
69- . AddBehaviors ( ) ;
68+ . AddImmediateValidationsFunctionalTestsHandlers ( )
69+ . AddImmediateValidationsFunctionalTestsBehaviors ( ) ;
7070
7171 var provider = services . BuildServiceProvider ( ) ;
7272 using var scope = provider . CreateScope ( ) ;
@@ -101,8 +101,8 @@ public async Task FullTestWithEmptyName()
101101 var services = new ServiceCollection ( ) ;
102102
103103 _ = services
104- . AddHandlers ( )
105- . AddBehaviors ( ) ;
104+ . AddImmediateValidationsFunctionalTestsHandlers ( )
105+ . AddImmediateValidationsFunctionalTestsBehaviors ( ) ;
106106
107107 var provider = services . BuildServiceProvider ( ) ;
108108 using var scope = provider . CreateScope ( ) ;
@@ -137,8 +137,8 @@ public async Task FullTestWithInvalidStatus()
137137 var services = new ServiceCollection ( ) ;
138138
139139 _ = services
140- . AddHandlers ( )
141- . AddBehaviors ( ) ;
140+ . AddImmediateValidationsFunctionalTestsHandlers ( )
141+ . AddImmediateValidationsFunctionalTestsBehaviors ( ) ;
142142
143143 var provider = services . BuildServiceProvider ( ) ;
144144 using var scope = provider . CreateScope ( ) ;
@@ -173,8 +173,8 @@ public async Task FullTestWithInvalidValue()
173173 var services = new ServiceCollection ( ) ;
174174
175175 _ = services
176- . AddHandlers ( )
177- . AddBehaviors ( ) ;
176+ . AddImmediateValidationsFunctionalTestsHandlers ( )
177+ . AddImmediateValidationsFunctionalTestsBehaviors ( ) ;
178178
179179 var provider = services . BuildServiceProvider ( ) ;
180180 using var scope = provider . CreateScope ( ) ;
0 commit comments