MbUnit is a generative unit test framework for the .NET Framework.
2
votes
4answers
344 views
Any way to ignore Possible Null Reference Exception warnings when using Assert statements?
I do not want to disable the warnings completely, just when it's in an Assert statement.
So for example if I have the following two lines
var someObject = GetObject();
Assert.IsNotNull(someObject, ...
0
votes
2answers
222 views
MbUnit - test dependecy when tests are in different assemblies doesn't work when using DependsOn Attribute
I have this weird problem with DependsOn attribute.
I have a test A defined in Assembly ASSM_A and test B defined in ASSM_B (both are test fixtures).
When I define a dependency of test B on test A:
...
0
votes
2answers
83 views
Is this mbunit test really doing anything significant?
[Test]
public void TestUserProfileInsert()
{
using (new TestBindingsWrapper("TestBindings", "", new TestModule()))
{
// Setup the mock the dataprovider
MyMocks.MockDataProvider.Setup(x ...
0
votes
2answers
376 views
Use of <mbunit> in NAnt fails
I got stuck up when I tried to run the Unit Test written using mbunit from NAnt. when I tried this lines of code in NAntbuilder.
<mbunit
report-types="Html;Xml;Text"
...
5
votes
1answer
423 views
Asynchronous tests in VSUTF, NUnit, xUnit.NET, MbUnit vs. SUTF?
Silverlight Unit Test Framework has an [Asynchronous] attribute (AsynchronousAttribute) that causes the tests to only end when EnqueueTestComplete() gets called. This allows for a simple way to write ...
3
votes
1answer
1k views
Implementing NHibernate Unit Test to Generate Schema with VB.NET/MBUnit
I'm trying to implement unit tests for my NHibernate data access layer. The first test, which I drew from an example I found on the web ...
2
votes
1answer
223 views
Does mbunit gallio ignore Test Order when using Parallelizable?
We are using mbunit gallio with [TestFixture, Parallelizable] testfixtures and [Test(Order = X), Parallelizable] test attributes, it all works fine apart from test order being effectively ignored no ...
2
votes
1answer
523 views
Hover over an element using WatiN
I work on a suite of automated tests that have been developed using WatiN and MBUnit. I've heard that it's possible to get WatiN to 'hover' over an element, but I can't seem to get it working using ...
1
vote
1answer
71 views
Cannot write to gallio.echo console using NativeConsole.Instance in 64 bit OS
With Windows 7 32-bit I was able to output text to Gallio.Echo runner using Gallio.Runtime.ConsoleSupport.NativeConsole.Instance.WriteLine(""). But I'm failed with it in Windows 7 64-bit. Is there any ...
1
vote
1answer
72 views
MbUnit - Terminate Test from within SetUp method
I want to Terminate my test with a specific outcome from within the SetUp Method.
I have tried both SilentTestException and Assert.Terminate and Assert.TerminateSilently but the actual Test method ...
1
vote
1answer
180 views
How to pass webSite parameter to SeleniumGrid instances
I am using C#, MBunit and selenium Grid and I need to run the same scripts for 3 different environments Dev, QA and PROD. I launch 3 different remote controls in Selenium grid, but how can I pass ...
1
vote
1answer
550 views
Selenium Grid not always using all of its registered RC's, why?
My Selenium Grid setup is as follows (all VMs)
VM1 - Windows 7 x64 Windows XP x32 - Grid Hub + 2 RCs registering the default *firefox environment
VM2 - Windows XP x32 - 2 RCs registering the default ...
1
vote
1answer
347 views
how to add MBUnit test to CruiseControl.Net config file
how to add MBUnit(tag) test to CruiseControl.Net config file.
Thanks,
Raja S
1
vote
1answer
346 views
Team Foundation Server and MbUnit Testing
I'm really new to TFS Server and MbUnit.
What steps do you need to do to make the builds on TFS run your MbUnit tests?
1
vote
1answer
175 views
How to set execution path in MbUnit?
Is there anyway to set an execution path for the tested DLL so it can find resource folders when MbUnit copy files into a temporary folder (without using Dependency Injection).
Trying to put these ...
0
votes
1answer
31 views
Set log level for Gallio execution log
How do I configure log4net or my Gallio test runners (Icarus and Echo) to use a different logging level for the Gallio Execution Log and my own file appender. I want my log file to have a DEBUG log ...
0
votes
1answer
63 views
Display Gallio reports on CruiseControl.Net
I am setting up a CruiseControl.Net build server. My project compiles, and runs unit tests.
In my ccnet.config I have this:
<tasks>
<msbuild>
...
0
votes
1answer
24 views
MbUnit: How to notify a routine under test that it was called from the testing environment
I have a routine that reads directory information from the registry. If called from the test environment it needs to return one location (a test data directory). If not called from the test ...
0
votes
1answer
51 views
MbUnit: Run code after all fixtures have been run
I'm using MbUnit + Gallio. I know that MbUnit has attributes which can be applied to methods which should run:
[FixtureSetUp] - before each fixture
[FixtureTearDown] - after each fixture
[SetUp] - ...
0
votes
1answer
68 views
Gallio unit test startup code
This is going to be an amateur level question. Is there a way to add start up code to a test project that uses MBUnit 3.4.0.0? I tried adding [TestFixture] and [FixtureSetUp] attributes to code ...
0
votes
1answer
124 views
How to run NCover v1.5.8 & Gallio v3.3 on x64 machine
I'm struggling with NCover v1.5.8 & Gallio v3.3 on x64 machine. It can run all the tests but cannot produce the coverage report. The error message: "Profiled process terminated. Profiler ...
0
votes
1answer
48 views
MBUnit calls a testmethod as often as many chars a factory string parameter returns?
Why is my Test method called as often as many chars the _ConnectionString returns???
The con variable in the test method gets always passed the next char of the ConnectionString property like
con = ...
0
votes
1answer
233 views
Allow own TestContext class to inject different connections Strings inVisual Studio Unit Test Project
In MBUnit I can annotate my Test class with a Factory and multiple getter returning an oracle/sql/mysql connection string which can be obtained by every test method in the test class.
How can I do ...
0
votes
1answer
70 views
Internal Error when starting up Gallio testrunner from Nant scripts
When Gallio starts up to start running our regression test with watiN, I get the following error:
[gallio] Gallio NAnt Task - Version 3.2 build 744
[gallio] Start time: 1:07 PM
...
0
votes
1answer
354 views
PSExec Hangs On Running A Test but Works Fine on Debug Session
When i run the code in debug mode the test completes, when i run it in a run test the ps exec seems to hang and never return i put the kill in place also but it never finished.
why does this complete ...
0
votes
1answer
79 views
Gallio test suite installation
I am using MbUnit test framework and Gallio.
I need to create an installer that install it and run some test on silent mode.
I noticed that Gallio got a quiet installation mode 'GallioInstall.msi ...
0
votes
1answer
170 views
'Microsoft.Moles.Framework.MbUnit.MoledAttribute' is not an attribute class
I'm attempting to use Moles with Gallio/MbUnit. After referencing Microsoft.Moles.MbUnit, and including Microsoft.Moles.Framework.MbUnit, I added the [Moles] attribute to a test I wrote with Moles. ...
0
votes
1answer
241 views
How to pass multiple data sets in XML in MbUnit
Suppose I have a code module which accepts a variable number of DataRows:
Public sub Process(Dt As DataTable)
End Sub
I want to pass one or more test DataRows to my MbUnit test module:
Test 1:
...
3
votes
0answers
142 views
unit testing in debug mode using MBUnit 3.4 or XUnit, and Test Driven .NET 3.4.2808, on VS 2012 with .NET 4.5 fails
So I just upgraded a project to .NET 4.5 on VS 2012. Now if I run the tests, they run just fine, but when I run tests in debug mode by right clicking in a unit test and clicking on "Test With --> ...
3
votes
0answers
138 views
MbUnit under Linux, used within an F# project?
I tried asking this on the galio-users list, but the question failed to appear (google groups says the post was successful). I suppose the list might be moderated by someone who does not read his ...
2
votes
0answers
44 views
Create NUnit tests analogous to a MbUnit TestSuiteFixture
Is it possible to achieve the same (or close to the same) functionality as a MbUnit TestSuiteFixture using NUnit? I need to generate sets of dynamic test cases and MbUnit's TestSuiteFixture is the ...
1
vote
0answers
32 views
Can I fail a test in MBUnit if an exception is thrown in FixtureTeardown?
If a test goes into native code and throws an accessviolation on shutdown - MBUnit notices this but still passes the test (all the individual tests passed - but there was a crash on shutdown)
So I ...
1
vote
0answers
211 views
Selenium grid 2 - Parallelized datadriven tests
I am pretty new in this area, so apologies for the question.
I am trying to run datadriven tests in parallel, using Selenium Grid2
here is my setup of the test:
[Test]
[Parallelizable]
...
1
vote
0answers
97 views
MbUnit and DataDrivenTests how to run single Row&
I'm trying to move big project from NUnit to MbUnit(Gallio). And I've big(for me) problem in DataDriven Tests(
Current MbUnit example Gallio exploring as single test case.
[Test]
[Row("111qqq", ...
1
vote
0answers
57 views
Running parallel tests in separate AppDomains/Proceses with MbUint
Is it possible to run tests in parallel with mbunit and AppDomain/Process level isolation?
Thanks
Pawel
1
vote
0answers
49 views
Is there a way I can use Castle to inject dependencies into tests (MbUnit)?
I've got unit tests written in C# using MbUnit & I have a bunch of helper classes that I use for constructing the test environment. Is there a way to have MbUnit use Castle to resolve the test ...
1
vote
0answers
104 views
Is there an MbUnit equivalent in Java?
Specifically, I am looking for the same ease of defining parameterized and combinatorial unit tests.
Thanks.
P.S.
Please, do not suggest JUnit. Its parameterized and theory features do not even ...
1
vote
0answers
99 views
TeamCity reports failed MbUnit tests twice
I am using the Gallio MSBuildTasks library to run MbUnit tests inside JetBrains TeamCity. When tests pass they report as having passed once, however when they fail they appear as having failed twice. ...
1
vote
0answers
61 views
Is it possible to have sub categories in MBUnit?
Right now I use the FixtureCategory attribute on my classes to separate my unit tests.
There is one set of closely related tests that are getting too large. I don't want to separate them into their ...
1
vote
0answers
213 views
MbUnit SetUp & Teardown thread safety?
First time poster, long time lurker. Figured it's about time I start getting actively involved. So here's a question I've spend all weekend trying to find an answer to.
I'm working on writing a bunch ...
0
votes
0answers
10 views
Format what is output when using AreElementsEqualIgnoringOrder in MBUnit
AreElementsEqualIgnoringOrder and other list comparison functions in MBUnit can present a staggering amount of information when performing a comparison.
For example:
Expected elements to be equal ...
0
votes
0answers
16 views
Intgrate MBUnit tests in Team Build 2012
I need to integrate MBunit test runs as part of Team Build 2012, I searched the web and all results point to some TFS build controller configuration that I have to set up.
basically I want to be able ...
0
votes
0answers
236 views
datadriven multi-browser Selenium Grid2 MbUnit/Gallio C# tests timeout
I am working in C# with Selenium Grid2 and MbUnit/Gallio. I read that a combination of datasets can be used to drive MbUnit UsingFactories alternative in MbUnit v3. So, I am trying to use MbUnit to ...
0
votes
0answers
57 views
How to get test result in MBUnit
I use MBUnit and Gallio. I want to take screenshot if test resul is fail of browser before it will be closed (I use WebDriver with c#). How I can get test result in test?
0
votes
0answers
41 views
FlatFileDataObject - Test skipped because it is parameterized but no data was provided
I am trying to convert my tests using FlatFileDataObject instead of CsvData. Unfortunatelly I am not able to get it to work. Below you see the 2 extracts of the tests. The first one works with ...
0
votes
0answers
49 views
mbunit - how to get the test result of a datadriven test?
I have a test with the following setup:
[Test]
[Parallelizable]
[Row("BE"]
[Row("NL"]
public void test(string locale)
{
try
{
do something
}
finally
{
here I want to do something if the ...
0
votes
0answers
97 views
Using Visual Studio generated SOAP service reference in multithreaded testing (MBUnit)
I have written MbUnit tests which consume a SOAP service via a client generated by "Add service reference" in VS 2010.
The tests are run in parallel by using the DegreeOfParallelism attribute, and ...
0
votes
0answers
63 views
passing object in the Row attribute of a unit test
i am trying to pass an object alongside with other parameters in the Row attribute of a unit test.
[Row("Test1", new CustomField(), 3)] // parameters MUST be string, object and int
...
0
votes
0answers
217 views
Including images in MBunit report exports
We execute MBunit tests in a CI system that generate HTML reports, as well as machine readable reports. I'd like to attach images to the HTML reports.
When running via Gallio.Icarus, the images show ...
0
votes
0answers
466 views
Error while unloading appdomain…MbUnit C# & MySQL
I'm writing a unit test that returns a List<T> from a MySql database. I'm getting an the following error:
System.CannotUnloadAppDomainException: Error while unloading appdomain. (Exception ...