This website requires JavaScript.
Explore
Help
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
49bf7e43a496d1ceb0baafd34ff8b2498e352fd7
Umbraco-CMS
/
src
/
Umbraco.Tests
/
TestHelpers
History
Shannon
f457edfada
fixes tests
2017-08-23 15:20:12 +10:00
..
ControllerTesting
fixes tests
2017-08-23 15:20:12 +10:00
Entities
Updates unit tests to show usages of UDIs for pickers instead of INT
2017-08-08 12:35:12 +10: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
Merge dev-v7.6 into temp-u4-9462
2017-03-09 15:29:26 +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
adds invite user endpoint with a controller test!
2017-05-24 19:01:01 +10: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
More tests fixed
2013-11-04 19:47:09 +11:00
ConsoleLogger.cs
U4-8432 Update log4net async appender to use the official log4net one
2017-04-07 12:08:16 +10:00
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
Merge temp-u4-9322 (Shan Events) into temp-u4-9322a (Steph) - builds
2017-01-27 11:42:54 +01:00
RequiresAutoMapperMappingsAttribute.cs
Optimizes integration test performance and fixes failing unit tests.
2014-03-18 11:40:20 +11:00
SettingsForTests.cs
fixes more tests, gotta be close now
2017-07-31 19:47:02 +10:00
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