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
ee1b4eff2c0467907334be85b2a1e73a8ffaa297
Umbraco-CMS
/
src
/
Umbraco.Tests.Integration
/
TestServerTest
History
Bjarke Berg
3551d6e65e
Clean up and fixed todos
...
Signed-off-by: Bjarke Berg <
mail@bergmania.dk
>
2020-10-06 21:23:15 +02:00
..
Controllers
Changed the way we setup logging in integration tests, to respect the test option attribute
2020-10-06 18:43:07 +02:00
TestAuthHandler.cs
Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated
2020-09-02 18:10:29 +10:00
UmbracoBuilderExtensions.cs
Clean up and fixed todos
2020-10-06 21:23:15 +02:00
UmbracoTestServerTestBase.cs
Changed the UmbracoIntegrationTest setup to be sync, to avoid issue with AsyncLocal
2020-10-05 10:02:11 +02:00
UmbracoWebApplicationFactory.cs
Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated
2020-09-02 18:10:29 +10:00