| bio | website | bryancook.net |
|---|---|---|
| location | Toronto, Canada | |
| age | 41 | |
| visits | member for | 4 years, 7 months |
| seen | 2 days ago | |
| stats | profile views | 268 |
Team lead and .NET solutions Architect. TDD evangelist, iPhone enthusiast and all round good guy
|
May 6 |
answered | MouseEvents not firing as expected using MVVM approach |
|
May 5 |
revised |
MouseEvents not firing as expected using MVVM approach order of events was wrong. |
|
May 5 |
asked | MouseEvents not firing as expected using MVVM approach |
|
Apr 23 |
comment |
How do I enforce null checking? Not sure why this was downvoted, Spec# is a real thing that originated from the Microsoft Research lab. research.microsoft.com/en-us/projects/specsharp Code Contracts is a better option, but I'm not wrong. |
|
Apr 18 |
answered | Stubs access to the protected variables |
|
Apr 17 |
answered | Is there any .runsettings documentation? |
|
Apr 5 |
comment |
Rally Custom Kanban I added this code as is to as a custom html app and only the iteration dropdown appears. |
|
Mar 25 |
comment |
MSTest fails when I do run all, but works otherwise You can set up the environment using the AssemblyInitialize attribute. |
|
Mar 9 |
comment |
How to mock an object, that is instanciated in a using() block If you aim on reusing the context between calls you should remove the using statement from this method. |
|
Mar 8 |
answered | TFS not deploying referenced assembly to test dir when on build server |
|
Mar 7 |
comment |
TFS not deploying referenced assembly to test dir when on build server What is the relationship of these assemblies to your project - are they project references or statically linked (3rd party libraries, etc)? |
|
Mar 1 |
comment |
for internal method test case method is not accessible Ah! I've usually gone the opposite route -- I've had non-signed assemblies reference the signed-assemblies without specifying the key. So, uh -- this is good that it's a compiler error. This humble pie is delicious. |
|
Feb 28 |
comment |
for internal method test case method is not accessible Strong names for InternalsVisibleTo should not be required. It's only needed as a security feature to prevent malicious users from accessing your code with an assembly with the same file name. |
|
Feb 28 |
comment |
How to add additional information to Test Result Details I typically use log4net in my code and then set up a DebugTraceAppender to show log output in the test result. |
|
Feb 27 |
comment |
Unittests testing timers fail indeterministically on TFS Which Timer class is this? Forms, Timers, or Threading? msdn.microsoft.com/en-us/magazine/cc164015.aspx |
|
Feb 24 |
answered | Windows Phone 8 unit testing |
|
Feb 13 |
awarded | Informed |
|
Feb 13 |
answered | Castle DynamicProxy - Failure when creating proxy involving a GTP used as a GTR |
|
Feb 13 |
awarded | Analytical |
|
Feb 13 |
answered | Why My test Binaries are getting copied into TestResults\<somepath>\out folder? |