gallio
Using .Net 2.0 with Gallio
I\'m running tests with TD.Net and Gallio. I\'ve got .Net 4.0 installed, but I want to use开发者_如何学编程 the 2.0 runtime. I\'ve put <supportedRuntime version=\"v2.0.50727\"/> in my test assem[详细]
2023-01-06 17:07 分类:问答Using MbUnit with Delphi Prism
I have created below simple testcase in Delphi Prism. When I run the testcase using Gallio Icarus, it returns a This test is not supported by any available test framework.[详细]
2023-01-05 12:25 分类:问答Skip unit test if csv file not found
I have a number of unit tests which rely on the presence of a csv file. They will throw an exception if this file doesn\'t exist obviously.[详细]
2023-01-05 04:29 分类:问答nUnit rowtest extension skips my tests
When I use the NUnitExtension.RowTest.dll it ignores my tests in Resharper/VS2008 and Gallio Icarus.Does anyo开发者_JS百科ne have a config that works?[详细]
2023-01-04 00:43 分类:问答TestCase scripting framework
For our webapp testing environment we\'re currently using watin with a bunch of unit tests, and we\'re looking to move t开发者_如何学Co selenium and use more frameworks.[详细]
2023-01-03 06:28 分类:问答Team City + Gallio runs tests, but results are not shown
We recently updated to Visual Studio 2010, and as part of our upgrade we started using Gallio 3.2 prerelease builds. Everything runs fine in Visual Studio (through resharper) but I\'m having problems[详细]
2022-12-31 13:10 分类:问答How do I see items embedded/attached to my Gallio test log in CruiseControl.NET?
I can use the following code to attach a log file to my Gallio 3.2 acceptance test report: TestLog.AttachPlainText(\"Attached log file\", File.ReadAllText(path));[详细]
2022-12-31 07:27 分类:问答Step by step process for setting up Gallio and NbUnit within TeamCity
I have searched the internet and found a few references saying that Gallio and NbU开发者_运维问答nit can run within TeamCity as part of the build process.[详细]
2022-12-31 01:52 分类:问答Comparing two objects that are the same in MbUnit
From MBUnit I am trying to check if the values of two objects are the same using Assert.AreSame(RawDataRow, result);[详细]
2022-12-29 18:38 分类:问答Compare 2 lists in MbUnit 3.1
I am trying to compare 2 Dictionary objects for equality in MbUnit 3.1 like so Assert.AreEqual<FieldList>(expectedOutputFieldList, actualOutputFieldList);[详细]
2022-12-29 18:13 分类:问答