Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

My Tested ASP.NET

Fluent testing library for ASP.NET Core MVC.
Collective - Host: opensource - https://opencollective.com/mytestedaspnet - Website: https://mytestedasp.net/ - Code: https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc

Merge pull request #136 from ivaylokenov/development

Version 1.0.0-preview

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 24d62239c754dfdec29588b089ba92b4278f9d28 authored over 8 years ago by Ivaylo Kenov <[email protected]>
Added WithAuthenticatedUser to the HttpRequestBuilder

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 6dbdb6cf4bc363e5811b7984fb0ec4395d8b6183 authored over 8 years ago by apxoht <[email protected]>
Added route tests to the sample (#132)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - f80837d5cfa8c8838f8660e24e010ad7a3b708be authored over 8 years ago by apxoht <[email protected]>
Added controller sample tests (#132)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 2728dd1d878935a83492ef72a3d0f1d7eacdaee2 authored over 8 years ago by apxoht <[email protected]>
Added tests for OptionsBuilder (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - a9ee54599a15d4ce87c3c80078b352cee220196f authored over 8 years ago by apxoht <[email protected]>
Added OptionsBuilder for per test configuration setup (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 32fba8cd74c9b4109cb259d20f93dff1f5a8800e authored over 8 years ago by apxoht <[email protected]>
Service extensions now return the service collection

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - e413ee356a164f9cfc5b0d1681c38ff30e301f77 authored over 8 years ago by apxoht <[email protected]>
Added MyTested.AspNetCore.Mvc.Options project (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 4b1bbb62970b5236508c05b42ab9a67475b7f500 authored over 8 years ago by apxoht <[email protected]>
Added options to the DbContext by provided entity set type (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 6dfd0130ed65d5afb9f918bf796f4655696cfc56 authored over 8 years ago by apxoht <[email protected]>
Added ShouldHaveTestBuilderEntityFrameworkCoreExtensions with DbContext method (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 4ccc00b6432c0c2fb3331bdb7d379c332c4319c6 authored over 8 years ago by apxoht <[email protected]>
Added tests for WithDbContext (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 9390cb71f093b0166e650aef38d357429a53b50f authored over 8 years ago by apxoht <[email protected]>
Added DbContext setup option to the EntityFrameworkCore package (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 7b16ae79b85b08be55795b3104454283e8f54021 authored over 8 years ago by apxoht <[email protected]>
Added unit test for replacing Entity Framework database (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 168b72f474e5a9d5071bf20fecea8252f351afb5 authored over 8 years ago by apxoht <[email protected]>
Renamed MyMvcTests to ServicesTests (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 48e4d373a37453a1d2e9b157d1dd29077cb048fa authored over 8 years ago by apxoht <[email protected]>
Added MyTested.AspNetCore.Mvc.EntityFrameworkCore project (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - aebd1ac8a1539a72b6ff3e87dc4fc5eb902390b2 authored over 8 years ago by apxoht <[email protected]>
Removed broken links from the README.md

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - ffc331c5a6031912fd37207e6c6656eba88e71aa authored over 8 years ago by apxoht <[email protected]>
Version 1.0.0-alpha

Version 1.0.0-alpha

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - aa8ad7066ae8677bd82410616e4f1818c2449209 authored over 8 years ago by Ivaylo Kenov <[email protected]>
Resolve conflicts with README.md and LICENSE

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - ed682fadd6fd6654fb1f06abf0d81cf260cc670c authored over 8 years ago by apxoht <[email protected]>
Renamed the project to MyTested.AspNetCore.Mvc (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 8dc81ca4cc5760cc4f51185eb5abf0741bb356a8 authored over 8 years ago by apxoht <[email protected]>
Added DataAnnotations project (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 39a336b74ebfcbbf0e444c18047f63285f0729bb authored over 8 years ago by apxoht <[email protected]>
Added ModelStateTestBuilder.cs (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - e6d1232f7646b88336d8abac7116efbb16512572 authored over 8 years ago by apxoht <[email protected]>
Moved all unit tests to separate packages (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 77569421198404d6682680adeb1c3bb63512d9f1 authored over 8 years ago by apxoht <[email protected]>
Moved everything needed to MyTested.Mvc.Caching and MyTested.Mvc.ViewFeatures (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 808be29bb5eed133e88e586e4a60890434cfb6a7 authored over 8 years ago by apxoht <[email protected]>
Introduced MyTested.Mvc.Caching and MyTested.Mvc.ViewFeatures (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - d92466caafe2e429038924ebb8ccd5a96025d719 authored over 8 years ago by apxoht <[email protected]>
Updated projects to create NuGet packages on Release build

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 2fc52b2cce728a08b415b2bec9a0df8b34e76c0a authored over 8 years ago by apxoht <[email protected]>
Updated project.json of Licensing to not target .NET Core components in .NET 4.5.1

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 78ba0f00fbadfcca70df74fc6ef6c844a34f5404 authored over 8 years ago by apxoht <[email protected]>
Updated project.json files

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 7e0ba4eebd1fa21f471ba49d5d145c9a761d729f authored over 8 years ago by apxoht <[email protected]>
Added integration tests for the licensing (closes #52)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 54fd1ced5bd1a92f56adee425a0bada6b426a7ec authored over 8 years ago by apxoht <[email protected]>
Added licensing module (#52)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 0dff3186fb52417cba6e054663afcdcf1dd7d1ce authored over 8 years ago by apxoht <[email protected]>
Extracted session testing to separate package (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - ad12e76c64f7580520281f4bc353a5d06887ba2f authored over 8 years ago by apxoht <[email protected]>
Extracted MyTested.Mvc.Session project (#125)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - c4ba7b6eaa6160c9fe541e7cb5f95a2c4610c046 authored over 8 years ago by apxoht <[email protected]>
Separated MyTested.Mvc.Core package

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 544b76d04e274b7f06fc518be9d209e586667d16 authored over 8 years ago by apxoht <[email protected]>
Replaced entity framework database with scoped in memory one

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - f64852ea8d18646a9185bda7cc72b1aa2e7dff3c authored over 8 years ago by apxoht <[email protected]>
Replaced names of service collection extensions (closes #131)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 5f2adf96e109f5988ba6ee25ebf50e7574fd0911 authored over 8 years ago by apxoht <[email protected]>
Fixed documentation issues

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - db158ec768d0ff00ce5f2cf6a84ba768e6eb8fcd authored over 8 years ago by apxoht <[email protected]>
Added signing key and fixed a lot of documentation issues (closes #127)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 0f6c033d6c4addb13d5564045ab456e31c42500e authored over 8 years ago by apxoht <[email protected]>
Added should return result option to test action results (closes #130)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 3c7dcc3cf6dd577f99b8226eded568e56e16b1e9 authored over 8 years ago by apxoht <[email protected]>
Added LICENSE and README.md

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - cd804c5db57cdb60c22ba1073c1f91e3f2d57f60 authored over 8 years ago by ivaylokenov <[email protected]>
Added status code result test builder (closes #110)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - bf2de42cbd3fd14a00b39ded591e283c33972111 authored over 8 years ago by apxoht <[email protected]>
Optimized variable extracting from expressions (closes #118)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 46afddf559a3438814e942ed1ca6e671e9849b52 authored over 8 years ago by apxoht <[email protected]>
WithServiceSetupFor implemented (closes #124)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 5cd68585c81a4e53c00a6f98cdb59a3badc59cc2 authored over 8 years ago by apxoht <[email protected]>
WithServiceSetupFor now works correctly with scoped services (#124)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 064b04c31ab72866e71b4ce93bea1c233e9b2063 authored over 8 years ago by apxoht <[email protected]>
Added ApplicationParts sample to test whether external libraries work with the testing framework (closes #121, closes #122)

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - da4a8211d4a9d96ab4969c7e0e747d67aa9ac6ce authored over 8 years ago by apxoht <[email protected]>
Added View and PartialView overloads allowing model passing

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 51c69ed787b56b01ea79244d6efbf9a018d30840 authored over 8 years ago by apxoht <[email protected]>
Added unit tests in the MusicStore sample

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - b8e1e042696a216648194315ea431ee32acb1f47 authored over 8 years ago by apxoht <[email protected]>
Configured MusicStore sample and wrote first tests

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 5019ee055fc052c32d363d130517a06286c97629 authored over 8 years ago by apxoht <[email protected]>
Added sample project - MusicStore

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 7e9bf519abf479f53caede2d3d088d3fb529353f authored over 8 years ago by apxoht <[email protected]>
Removed not needed field in the MockedControllerContext

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 75ab065e0dc4744c31e523648d7f9bb18d8a7f83 authored over 8 years ago by apxoht <[email protected]>
Ported all unit tests to .NET CLI and ASP.NET Core MVC RC2

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 4b10aa9e8535efa4152177fe962da9c8ac735977 authored over 8 years ago by apxoht <[email protected]>
Projects ported to .NET Core CLI and ASP.NET Core MVC RC2

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 047dd3737d13f2f3fbfa673a0fa77022b267668d authored over 8 years ago by apxoht <[email protected]>
Fixed all documentation errors

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 465ee0071e1fcd8795946dc93c985c6b215206e2 authored over 8 years ago by ivaylokenov <[email protected]>
Fixed all memory cache issues from latest packages

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - f83c79054789f2042d54c566629e9577832d1233 authored over 8 years ago by ivaylokenov <[email protected]>
React to latest version changes

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 60f8e32bef60b1b65c997e369f5482543c871989 authored over 8 years ago by ivaylokenov <[email protected]>
Restored latest packages

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - e8398c0eb45cc1b0bcd19f67df25c9a20409bd30 authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary on various classes

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - f77e3e9dbca19128ef425b726f4adf9feacaf79e authored over 8 years ago by ivaylokenov <[email protected]>
Fixed incorrect claims principle builder in IControllerBuilder

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - d39500e2768ccb1b457d904ecb0a00dcea011274 authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary on the mocked application builder

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - b68b4c99ae2c5752cfdabdddaa6e3e030cbeab6d authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary for custom exceptions

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - f8486c4a332660fa32b02a9c7bbe736dc191175f authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary on all builders

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 3f3263f8077d34f721801258e9f6d668b1814bca authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary on all contracts

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 72a782bc2d316897e6b02fef203f525be3a95812 authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary on route test builders

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 8ad1c2d01c662206d2eeeca5d44b7a5321c97f11 authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary to the HTTP request test builder

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 0f3694620b47ba8a2769a1ef3f075e6bb72f0bde authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary for data provider test builders

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 0240128f25e84e761312661ee72ddb2316b04a6c authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary on action test builder

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - a480abac9502a557fff11f8303d44fd110c41d1f authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation summary for all action result test builders

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 07294e3d7a912918bb6b601f41bbbef713b1a42e authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation for some of the action result test builders

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 678862d56f42bd6f886ac48d41092a906928fc3a authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation on some of the action results

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 5b47a7b0c43fdd5d8f4c6885bc2ee0600c5cd57a authored over 8 years ago by ivaylokenov <[email protected]>
Added documentation for authentication builders

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 0ec95bd3716a9e05167d1595553652afde4e7874 authored over 8 years ago by ivaylokenov <[email protected]>
Added links to documentation for action result test builders

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - e3f9a91ea310e0ecdb76f8d0062290c5fbe47f4a authored over 8 years ago by ivaylokenov <[email protected]>
Updated documentation for action result test builder

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 4be657d97c505eda29f0aada89a1e2e6a1842942 authored over 8 years ago by ivaylokenov <[email protected]>
Added tests for should pass for test builders

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - a3181255f69dd65e39fb0303d9c243a99d80f8db authored over 8 years ago by ivaylokenov <[email protected]>
Added should pass for the model

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 2490d34b1c62345a3a615050ac7a02739b3eadf2 authored over 8 years ago by ivaylokenov <[email protected]>
Added should pass for the action result

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 952347633559506aacdea1c52c9411ff2e078685 authored over 8 years ago by ivaylokenov <[email protected]>
Added should pass for the action

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 4a7cec18cf8fa83b4e3774d777cccab185fb52b7 authored over 8 years ago by ivaylokenov <[email protected]>
Removed and provide the controller completely

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 1693d52097b560c7584c497d4ce16514068799e2 authored over 8 years ago by ivaylokenov <[email protected]>
Added should pass for the controller

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - c3ec7e9463457bce0871cf8d2ffa98a5f437713a authored over 8 years ago by ivaylokenov <[email protected]>
Added should pass for test builder

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - e7fe9f23666e1aa5e7af9c7adad02f9edf47ed78 authored over 8 years ago by ivaylokenov <[email protected]>
Fixed StyleCop warnings in the tests project

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 60cc197ae5f4929acb2dc97c02046e9a150cc1f9 authored over 8 years ago by ivaylokenov <[email protected]>
Added unit tests for location

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - ad1b0507b9f178f3ade787da27117475e24cbb8f authored over 8 years ago by ivaylokenov <[email protected]>
Added unit tests for action and controller routing

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 770e2752f8bdcc9d962d97c2fbb49bace50f04c6 authored over 8 years ago by ivaylokenov <[email protected]>
Added unit tests for headers and cookies

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - 298fe50d2c1c8054f59e8b8d3a12618ff3799717 authored over 8 years ago by ivaylokenov <[email protected]>
Added unit tests for HTTP request and response builders

github.com/ivaylokenov/MyTested.AspNetCore.Mvc - ac4bcb3324f21a7f322008f097af7b9dab732863 authored over 8 years ago by ivaylokenov <[email protected]>