This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fa68bee7629d04fa9ece911eea09c8cbd51f0ca5
Umbraco-CMS
/
src
/
Umbraco.Tests
/
Routing
History
Claus
0700e37830
adding unit tests for urls.
...
adding unit test for creating child content without identity. cleaning up some usings ...
2017-09-12 14:44:01 +02:00
..
ContentFinderByAliasTests.cs
Migrating usages of old domain object to new IDomainService, this also involves updated quite a lot of unit tests. I've updated quite a few of the routing tests to be pure mocking tests which works much nicer than before so there's no db access, this also means they run a million times faster (need to clean them up further still though). Still more tests failing which need fixing.
2015-01-22 15:16:10 +11:00
ContentFinderByAliasWithDomainsTests.cs
Migrating usages of old domain object to new IDomainService, this also involves updated quite a lot of unit tests. I've updated quite a few of the routing tests to be pure mocking tests which works much nicer than before so there's no db access, this also means they run a million times faster (need to clean them up further still though). Still more tests failing which need fixing.
2015-01-22 15:16:10 +11:00
ContentFinderByIdTests.cs
Changes database behavior in integration tests to be opt-in, removes the db behavior to have a new schema per fixture, now we only deal in new files + schema per fixture/tests as it was taking longer to uninstall the db tables than just delete the file.
2014-03-17 19:38:29 +11:00
ContentFinderByNiceUrlAndTemplateTests.cs
Changes database behavior in integration tests to be opt-in, removes the db behavior to have a new schema per fixture, now we only deal in new files + schema per fixture/tests as it was taking longer to uninstall the db tables than just delete the file.
2014-03-17 19:38:29 +11:00
ContentFinderByNiceUrlTests.cs
adding unit tests for urls.
2017-09-12 14:44:01 +02:00
ContentFinderByNiceUrlWithDomainsTests.cs
Fixes routing tests and reverts to simplified routing logic based on the Language ISO code returned from the IDomain object.
2015-08-05 12:10:13 +02:00
ContentFinderByPageIdQueryTests.cs
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
2014-03-17 19:44:34 +11:00
DomainsAndCulturesTests.cs
adds unit tests for new ext methods
2016-02-17 11:21:15 +01:00
NiceUrlProviderTests.cs
U4-9337 - asymmetric route caching
2017-01-06 09:12:25 +01:00
NiceUrlRoutesTests.cs
U4-9337 - asymmetric route caching
2017-01-06 09:12:25 +01:00
NiceUrlsProviderWithDomainsTests.cs
U4-9337 - asymmetric route caching
2017-01-06 09:12:25 +01:00
RenderRouteHandlerTests.cs
Updates CoreBootManager to be provided a logger which decouples it a little bit, updates CoreBootManagerTests to ensure resolution is reset on teardown, updates the ApplicationEventsResolver inner resolver to not use obsolete ctor's
2015-07-22 12:44:29 +02:00
RoutesCacheTests.cs
U4-7939 - fix routes cache
2016-02-16 11:48:09 +01:00
RouteTestExtensions.cs
…
SiteDomainHelperTests.cs
Add a few SiteDomainHelper tests
2017-04-05 12:49:10 +02:00
UmbracoModuleTests.cs
Makes sure we can have nightlies for non-pre-releases as well
2015-07-07 15:11:57 +02:00
uQueryGetNodeIdByUrlTests.cs
Migrating usages of old domain object to new IDomainService, this also involves updated quite a lot of unit tests. I've updated quite a few of the routing tests to be pure mocking tests which works much nicer than before so there's no db access, this also means they run a million times faster (need to clean them up further still though). Still more tests failing which need fixing.
2015-01-22 15:16:10 +11:00
UrlRoutingTestBase.cs
U4-9322 - IScopeProviderInternal
2017-01-12 19:32:44 +01:00
UrlsWithNestedDomains.cs
U4-9337 - asymmetric route caching
2017-01-06 09:12:25 +01:00