summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/TestBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-4/+2
|
* More StyleCop fixes.Andrew Arnott2013-03-261-6/+6
|
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-3/+2
|
* Registered handlers now overwrite previous ones rather than getting silently ↵Andrew Arnott2013-03-251-7/+2
| | | | | | appended, never to be invoked. 10 test failures.
* Fixes remaining build breaks.Andrew Arnott2013-03-221-22/+29
|
* Moves the rest of the static methods out.Andrew Arnott2013-03-211-2/+50
|
* Fixes the rest of the build breaks!Andrew Arnott2013-03-191-0/+3
|
* Lots more test build break fixes.Andrew Arnott2013-03-171-1/+1
|
* More build break fixes.Andrew Arnott2013-03-101-2/+3
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Moved the performance measuring method into TestBase.Andrew Arnott2011-05-031-0/+30
|
* Perf tests now compare results against a baseline produced on the test machine.Andrew Arnott2011-05-021-10/+0
| | | | | | | | | This uses portions of MeasureIt, which normalizes perf measurements in terms of the machine's speed. We also do other things to reduce noise: * set process and thread priority * wait for the CPU to quiet down before beginning. * set power management to High Performance * wake the CPU up if it's in a low power mode.
* Fixed StyleCop messages.Andrew Arnott2010-01-171-10/+10
|
* Fixed ASP.NET hosting to be flexible about where it is executed from.Andrew Arnott2010-01-081-1/+11
|
* Fixed ASP.NET hosting tests.Andrew Arnott2010-01-061-2/+2
|
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-9/+4
|
* Suppressed a few compiler warnings.Andrew Arnott2009-11-071-0/+2
|
* Merge branch 'master' into contractsAndrew Arnott2009-06-251-0/+8
|\ | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/TestBase.cs
| * Fixed perf tests to suspend logging so they pass.Andrew Arnott2009-06-251-0/+8
| |
* | Fixed up all tests so they pass.Andrew Arnott2009-06-251-0/+11
|/
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-0/+8
| | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules.
* StyleCop fixesAndrew Arnott2009-01-301-6/+6
|
* Refactored test helpers to remove TestSupport and move its functionality ↵Andrew Arnott2009-01-291-2/+10
| | | | into OpenIdTestBase.
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+45