9 calls to UrlGeneratorTest::assertGenerateFromRoute() in Drupal 10
- UrlGeneratorTest::testAbsoluteURLGeneration in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php  - Confirms that absolute URLs work with generated routes.
 - UrlGeneratorTest::testAbsoluteURLGenerationUsingInterfaceConstants in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php  - Confirms that absolute URLs work with generated routes using interface constants.
 - UrlGeneratorTest::testAliasGeneration in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php  - Confirms that generated routes will have aliased paths.
 - UrlGeneratorTest::testAliasGenerationUsingInterfaceConstants in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php  - Confirms that generated routes will have aliased paths using interface constants.
 - UrlGeneratorTest::testAliasGenerationWithOptions in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php  - Confirms that generated routes will have aliased paths with options.
 - UrlGeneratorTest::testAliasGenerationWithParameters in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php  - Confirms that generated routes will have aliased paths.
 - UrlGeneratorTest::testBaseURLGeneration in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php  - Confirms that explicitly setting the base_url works with generated routes.
 - UrlGeneratorTest::testGenerateWithPathProcessorChangingQueryParameter in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php  - @covers \Drupal\Core\Routing\UrlGenerator::generateFromRoute
 - UrlGeneratorTest::testUrlGenerationWithHttpsRequirement in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php  - Tests that the 'scheme' route requirement is respected during url generation.