I\'m trying to use Gallio and MbUnit (version 3.2.750). As per the tutorial ( http://gallio.org/wiki/doku.php?id=getting_started:my_first_tests ), I created a new class project, referenced the other
I am attempting to use Moles to test a non-static method in a separate assembly.When running the test without the [HostType(\"Moles\")] tag, the test runs fine.When I replace it I receive the followin
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TypeIn开发者_运维技巧tailization_Exception
When in debug mode, powerbuilder (ver 10.5) throws application execution error and terminates the application, for errors raised by statements put inside try/catch blocks?