1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 23 hours ago.
Aug 26, 2025 — Aug 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated nuget command to use NVerify name
marcelvaldez
as Marcel Valdez
More... almost 12 years ago
Fixed NVerify.csproj naming problem that failed in AppHarbor.
marcelvaldez
as Marcel Valdez
More... over 12 years ago
Changed proyect name to NVerify.
marcelvaldez
as Marcel Valdez
More... over 12 years ago
Removed unnecessary DLL references and improved codebase.
marcelvaldez
as Marcel Valdez
More... over 12 years ago
Improved usability by only requiring one namespace import
marcelvaldez
as Marcel Valdez
More... over 12 years ago
Created version 0.1.2
marcelvaldez
as Marcel Valdez
More... over 12 years ago
Update MethodExtensions.cs
marcelvaldez
as Marcel Valdez
More... over 13 years ago
Added NuGet package information to the README
marcelvaldez
as Marcel Valdez
More... over 13 years ago
Added build script to create nuget package.
marcelvaldez
as Marcel Valdez Orozco
More... over 13 years ago
Added tests for multiple calls to ConsoleWrite
marcelvaldez
as Marcel Valdez Orozco
More... over 13 years ago
Fixed a hard to reproduce bug (did not add test due to bug reproducability complexity
marcelvaldez
as Marcel Valdez Orozco
More... over 13 years ago
Removed bad file (OrVerifiable) and added tests for console output.
marcelvaldez
as Marcel Valdez Orozco
More... over 13 years ago
Added a test to check that a non-existant file actually throws an exception.
marcelvaldez
as Marcel Valdez Orozco
More... over 13 years ago
Removed and sorted all using statements.
marcelvaldez
as Marcel Valdez Orozco
More... over 13 years ago
Refactored the GetExecutionFilePath to simpler code only has 1 conditional now.
marcelvaldez
as Marcel Valdez Orozco
More... over 13 years ago
Fixed bug where the GetExecutionFilePath does not return the full path for an exsiting file.
marcelvaldez
as Marcel Valdez Orozco
More... over 13 years ago
Update README.md
marcelvaldez
as Marcel Valdez
More... over 13 years ago
Fixed a bug where the assertions were completely wrong (again)
marcelvaldez
as Marcel Valdez
More... over 13 years ago
Added an awesome feature that allows this project to work against any version of NUnit compatible with version 2.6.x
marcelvaldez
as Marcel Valdez
More... over 13 years ago
Fixed a bug where the number extensions failed completely :s
marcelvaldez
as Marcel Valdez
More... over 13 years ago
Added .gitignore and ignored .testsettings files, aswell as .gpState files.
marcelvaldez
as Marcel Valdez
More... over 13 years ago
May have fixed a bug.
marcelvaldez
as Marcel Valdez
More... almost 14 years ago
Improved code a bit.
marcelvaldez
as Marcel Valdez
More... almost 14 years ago
Se quito la ncrunchsolution, se agrego capacidad para crear aserciones sobre arrays sin tener que hacer .AsEnumerable(), y se agrego la funcionalidad Verify.That(IEnumerable<T>).ContainsAll(IEnumerable<T>)
marcelvaldez
as Marcel Valdez
More... almost 14 years ago
Fixed the Test attribute, from MSTest to NUnit
marcelvaldez
as Marcel Valdez
More... almost 14 years ago
Chaned the language markup position
marcelvaldez
as Marcel Valdez
More... almost 14 years ago
* Modified the TestingTools/TestEnvironment.cs
marcelvaldez
as Marcel Valdez
More... almost 14 years ago
* Updated the README file
marcelvaldez
as Marcel Valdez
More... about 14 years ago
+ Added necessary libraries for testing and compilation
marcelvaldez
as Marcel Valdez
More... about 14 years ago
* Modified the project for all of it to use NUnit
marcelvaldez
as Marcel Valdez
More... about 14 years ago