0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SpecsFor.Mvc now uses a separate temp directory while building the target web app. This should prevent problems related to 'csautoparameterize.' More... almost 11 years ago
Corresponds to final 2.4.2 package. More... almost 11 years ago
Bumped version to 2.4.2 More... almost 11 years ago
You can now create multiple integration hosts within the same test app domain. You still cannot have more than one in use at a time though. More... almost 11 years ago
Area registration now supports object state. More... almost 11 years ago
Removed unnecessary verbose output from a successful publish. More... almost 11 years ago
Reset browser driver to null on shutdown so it can be re-initialized. More... almost 11 years ago
SpecsFor.Mvc now works with the VS.NET test runner. Added better error message when using SpecsFor.Mvc with a test runner that utilizies shadow copy. Final code for 2.4.0 release. More... almost 11 years ago
SpecsFor is now covered by the MIT license. More... almost 11 years ago
Fluent fields now support a Click action, and you can also directly manipulate the underlying field while maintaining the fluent chain. More... almost 11 years ago
Added missing web drivers. More... about 11 years ago
Added a method I've been using on several projects to simplify mocking an IQueryable. More... about 11 years ago
Fixed a small bug in the deployment script. More... about 11 years ago
Removed dependency on Pscx, upgraded to new version of Psake, removed archive step from publishing. More... about 11 years ago
Complete rewrite of SpecsFor's base class. Lots of cleanup and improvements. This commit corresponds to the SpecsFor V3-RC1 package on NuGet. More... over 11 years ago
Updated demo and specs projects to the latest preview of SpecsFor. More... over 11 years ago
Upgraded to the latest NUnit NuGet package. More... over 11 years ago
Some of the extension methods have been cleaned up. The Composable Context feature has been cleaned up and is now ready for the first preview release. More... over 11 years ago
Forms are now located and submitted based on the elements you populate when using FluentForm. More... over 11 years ago
You can now easily get the full text of a page from an MvcWebApp. More... over 11 years ago
Added NuGet install/uninstall scripts to copy the necessary web drivers to the bin directory when SpecsFor.Mvc is installed. More... over 11 years ago
Web drivers are now reused across the test run, drastically improving performance with the latest versions of Selenium. More... over 11 years ago
Tests are once again passing, just very slowly... More... over 11 years ago
Upgraded all NuGet packages. More... over 11 years ago
You can now define context using the Composable Context system. A lot of the cruft that had accumulated has been purged. More... over 11 years ago
Corresponds to 1.4.0 release. Includes new methods for working with WebElements as well as for locating links based on extensions as shown at CodeStock. More... almost 12 years ago
Added a way to "pause" execution after each step, giving time to actually see what's going on. More... almost 12 years ago
Added tests to verify that a protected resource cannot be accessed by an unauthenticated user. More... almost 12 years ago
Ditched the MvcContrib way of getting a route from a URL, switched to a method that more closely resembles how ASP.NET MVC actually works. More... almost 12 years ago
The 'ShouldBeInvalid' method is now more generic and should work around anamolies in how ASP.NET MVC generates validation messages across versions. More... almost 12 years ago