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
5446e4b0fc2869cf9487df8e188deeb86d5fdafa
Umbraco-CMS
/
src
/
Umbraco.Tests
/
TestHelpers
History
Stephan
79c2400d27
U4-9322 - scope
2017-01-12 18:28:25 +01:00
..
Entities
Hopefull fixing tests
2016-07-05 15:11:10 +02:00
Stubs
Fixes up remaining routing tests, all tests passing (apart from arbitrary plugin mgr ones)
2015-01-22 15:42:29 +11:00
BaseDatabaseFactoryTest.cs
U4-9322 - scope
2017-01-12 18:28:25 +01:00
BaseRoutingTest.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
BaseSeleniumTest.cs
Changes magic strings to constants for database provider types.
2016-08-09 15:36:02 +02:00
BaseUmbracoApplicationTest.cs
U4-9322 - scope
2017-01-12 18:28:25 +01:00
BaseUmbracoConfigurationTest.cs
Cleanup SafeCallContext
2016-09-13 10:14:27 +02:00
BaseUsingSqlCeSyntax.cs
Decoupling more things, mostly to do with the PluginManager and logging which now requires an IServiceProvider so have created a simple instance of that.
2015-01-16 15:47:44 +11:00
BaseWebTest.cs
…
DatabaseBehavior.cs
Fixes up some unit tests with changes to migration runner, creates unit tests for ApplicationContext.IsConfigured, updates DatabaseContext to be able to mock some methods.
2015-06-22 18:59:44 +02:00
DatabaseTestBehaviorAttribute.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
FakeHttpContextFactory.cs
Cleans up the usages of auth cookies. OWIN is in charge of auth cookies but because we have Webforms, WebApi, MVC and OWIN, they all like to deal with cookies differently. OWIN should still be solely in charge of the auth cookies, so the auth extensions are cleaned up, the renewal now works by queuing the renewal and we have custom middleware detect if a force renewal has been queued and we renew the auth cookie there. Have obsoleted a few methods that should not be used that write auth tickets directly (this is purely for backwards compat with webforms). All of these changes now ensure that the auth cookie is renewed consistently between Webforms, WebApi, MVC and OWIN. Some changes also include ensuring that OWIN is used to sign out.
2015-11-19 18:12:21 +01:00
MockHelper.cs
Fixes service context ctor to allow IMacroService
2015-01-27 14:58:59 +11:00
RequiresAutoMapperMappingsAttribute.cs
Optimizes integration test performance and fixes failing unit tests.
2014-03-18 11:40:20 +11:00
SettingsForTests.cs
…
TestHelper.cs
publisizes a constant (moves it to where it should be), publicizes another required class for deploy, bumps version
2017-01-12 17:33:30 +11:00
TestProfiler.cs
Huge perf enhancement to GetByQuery on the content repo, so much more like this is easy to fix with massive benefit. For example, the Retrieving_All_Content_In_Site used to run for 143795ms and now runs at 14249ms which is 90% savings.
2014-07-01 18:07:00 +10:00