86
I Use This!
Activity Not Available

Ratings and Reviews

Analyzed 2 months ago. based on code collected 2 months ago.
Community Rating
4.33333
   

Average Rating:   4.3/5.0
Number of Ratings:   6
Number of Reviews:   5

My Review of Visual Nunit

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
 New Review

Most Helpful Reviews

Fractal says:
Configuration file not read  
0.0
 
written almost 15 years ago

For open source, Visual NUnit works pretty well. Thank you!

However, I've run into a problem where the class library app.config is not read. I do the usual copy to target and it still doesn't work.

copy /Y "$(ProjectDir)App.config" "$(TargetDir)$(TargetFileName).config"

I think the other Test runners out there run in a separate AppDomain. (i.e. in my test code, I did a check:
string configFile = System.AppDomain.CurrentDomain.SetupInformation.ConfigurationFile;) and it was definitely pointing to the Visual NUnit App Domain, and not the test project app domain.

hopefully you can fix, thanks!

Did this review help you? |

lykkestern says:
configuration file not read  
0.0
 
written over 14 years ago

You just need to copy the 'VisualNunitRunner.exe.config' file in your test project, then it will be picked up from there next time you run visual nunit. I modified the config file in order to test my webservice, and it worked like a charm. Great product by the way.

Did this review help you? |

onetester says:
1.1.3 or 1.1.7??  
0.0
 
written about 14 years ago

You say "Visual Nunit 2010 1.1.7 Released", but on the site there's only 1.1.3. That's on SourceForge, all the other links don't seem to have any 1.1.7 versione either (a bit confusing all that).

So where are the latest versions please?

Did this review help you? |

Most Recent Reviews

onetester says:
1.1.3 or 1.1.7??  
0.0
 
written about 14 years ago

You say "Visual Nunit 2010 1.1.7 Released", but on the site there's only 1.1.3. That's on SourceForge, all the other links don't seem to have any 1.1.7 versione either (a bit confusing all that).

So where are the latest versions please?

Did this review help you? |

lykkestern says:
configuration file not read  
0.0
 
written over 14 years ago

You just need to copy the 'VisualNunitRunner.exe.config' file in your test project, then it will be picked up from there next time you run visual nunit. I modified the config file in order to test my webservice, and it worked like a charm. Great product by the way.

Did this review help you? |

Fractal says:
Configuration file not read  
0.0
 
written almost 15 years ago

For open source, Visual NUnit works pretty well. Thank you!

However, I've run into a problem where the class library app.config is not read. I do the usual copy to target and it still doesn't work.

copy /Y "$(ProjectDir)App.config" "$(TargetDir)$(TargetFileName).config"

I think the other Test runners out there run in a separate AppDomain. (i.e. in my test code, I did a check:
string configFile = System.AppDomain.CurrentDomain.SetupInformation.ConfigurationFile;) and it was definitely pointing to the Visual NUnit App Domain, and not the test project app domain.

hopefully you can fix, thanks!

Did this review help you? |

Typocolder says:
Bug...?  
5.0
 
written over 15 years ago

When the test project reference to a assembly(not in gac) whose "Copy Local" is false, visual nunit crashes on my computer. I use win7rc + vs2008.

Hope you can solve this, thanks~

0 out of 2 users found the following review helpful.

Did this review help you? |

dtmnash says:
Visual Studio Bombs  
0.0
 
written almost 16 years ago

This product looks great and seems to integrate with vs exactly how i would like except it blows vs up after debugging!? any solution!!?!

0 out of 1 users found the following review helpful.

Did this review help you? |

 See all reviews