Search found 6 matches

by Trisherino
Thu May 14, 2009 6:02 am
Forum: XML-RPC API
Topic: TestLink API and NUnit Adapter (**New**)
Replies: 13
Views: 20623

Hi smeyn, I upgraded MbUnit (Gallio) and your adaptor, and I'm still getting a similar error. It seems to be looking for [TestFixture]s with the names of my [Test]s? So for the sample I provided before, it is saying: Failed to find TestFixture of name MbUnit v3.0.6.763/Tests.Integration/OurTests/Tes...
by Trisherino
Mon May 11, 2009 1:17 am
Forum: XML-RPC API
Topic: TestLink API and NUnit Adapter (**New**)
Replies: 13
Views: 20623

Hi smeyn, please see below. I've put "xxxx" for company-sensitive or generic stuff. using System; using ArtOfTest.WebAii.Core; using ArtOfTest.WebAii.ObjectModel; using ArtOfTest.WebAii.Controls.HtmlControls; using MbUnit.Framework; using Meyn.TestLink; namespace Tests.Integration.xxxx { [...
by Trisherino
Fri May 08, 2009 1:34 am
Forum: XML-RPC API
Topic: TestLink API and NUnit Adapter (**New**)
Replies: 13
Views: 20623

Yep the testfixtures are all definitely marked as public.
by Trisherino
Tue May 05, 2009 12:39 am
Forum: XML-RPC API
Topic: TestLink API and NUnit Adapter (**New**)
Replies: 13
Views: 20623

Hi smeyn,

Have you had any luck working out what the problem is?
by Trisherino
Tue Apr 28, 2009 10:40 pm
Forum: XML-RPC API
Topic: TestLink API and NUnit Adapter (**New**)
Replies: 13
Views: 20623

MyTestCleanup is a [TearDown] method, yes.

Can't see any results uploaded to testlink at all.

Thanks.
by Trisherino
Tue Apr 28, 2009 5:51 am
Forum: XML-RPC API
Topic: TestLink API and NUnit Adapter (**New**)
Replies: 13
Views: 20623

Hi smeyn. Thanks for providing such a useful tool. I'm currently having some problems running it. When I run the invocation from the command line, the tests run fine but when it tries to upload the results to TestLink I get this error for every test: Failed to find testlinkfixture of name MbUnit v1....