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
3f233ad4a4e3415bb16ea75787251588dd089db9
Umbraco-CMS
/
src
/
Umbraco.Tests
/
TestHelpers
History
Shannon
3f233ad4a4
test fixed
2015-01-09 13:38:43 +11:00
..
Entities
Adding additional test coverage for Compositions and updating PropertyTypes and PropertyGroups
2014-12-12 17:04:11 +01:00
Stubs
fixes some tests
2015-01-09 11:07:38 +11:00
BaseDatabaseFactoryTest.cs
still unweaving more of this singleton mess, makes unit testing much easier
2015-01-09 13:35:32 +11:00
BaseDatabaseTest.cs
Updated all repo's to have their correct ctor's with their correct dependencies. Updated them all to accept ILogger updated all other dependencies with the same without breaking anything since all is internal, or obsoleted other public methods. Updates lots of the tests with mock instances instead, now more tests have less singleton dependencies, easier to test, much clearer and more IoC driven. Updated unit tests to supply the ILogger for required objects, tests should run faster now since most things are just mocked.
2015-01-09 10:51:15 +11:00
BaseRoutingTest.cs
Adds public ctors for ApplicationContext, ServiceContext, DatabaseContext, RepositoryFactory, makes IDatabaseFactory public, makes an interfaces for IEntityService, adds EnsureContext methods for ApplicationContext - to set the singleton.
2013-10-09 13:17:19 +11:00
BaseSeleniumTest.cs
More refactoring with ILogger and reducing the dependencies on all of these singletons. Created new DatabaseSchemaHelper to be used instead of the extension methods that require singletons to be set.
2015-01-09 13:00:26 +11:00
BaseUmbracoApplicationTest.cs
test fixed
2015-01-09 13:38:43 +11:00
BaseUmbracoConfigurationTest.cs
Updated all repo's to have their correct ctor's with their correct dependencies. Updated them all to accept ILogger updated all other dependencies with the same without breaking anything since all is internal, or obsoleted other public methods. Updates lots of the tests with mock instances instead, now more tests have less singleton dependencies, easier to test, much clearer and more IoC driven. Updated unit tests to supply the ILogger for required objects, tests should run faster now since most things are just mocked.
2015-01-09 10:51:15 +11:00
BaseUsingSqlCeSyntax.cs
Removes more singletons and reliance on singletons/statics
2015-01-09 12:04:33 +11:00
BaseWebTest.cs
More tests fixed
2013-11-04 19:47:09 +11:00
DatabaseBehavior.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
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
DisposableUmbracoTest.cs
Updated all repo's to have their correct ctor's with their correct dependencies. Updated them all to accept ILogger updated all other dependencies with the same without breaking anything since all is internal, or obsoleted other public methods. Updates lots of the tests with mock instances instead, now more tests have less singleton dependencies, easier to test, much clearer and more IoC driven. Updated unit tests to supply the ILogger for required objects, tests should run faster now since most things are just mocked.
2015-01-09 10:51:15 +11:00
FakeHttpContextFactory.cs
U4-4931 - fix tests
2014-08-15 09:50:55 +02:00
RequiresAutoMapperMappingsAttribute.cs
Optimizes integration test performance and fixes failing unit tests.
2014-03-18 11:40:20 +11:00
SettingsForTests.cs
Improves test suite performance - this should shed a few minutes off of the test runs.
2013-12-28 14:35:43 +11:00
TestHelper.cs
Updated all repo's to have their correct ctor's with their correct dependencies. Updated them all to accept ILogger updated all other dependencies with the same without breaking anything since all is internal, or obsoleted other public methods. Updates lots of the tests with mock instances instead, now more tests have less singleton dependencies, easier to test, much clearer and more IoC driven. Updated unit tests to supply the ILogger for required objects, tests should run faster now since most things are just mocked.
2015-01-09 10:51:15 +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