I have the following unit test for WF code called MyCodeActivity:
[ExpectedException(typeof(ArgumentException))] [TestMethod] public void ShouldRequireParam() {
When I run the test, I get the following exception
'Literal <MyComplexObject>': Literal only supports value types and the immutable type of System.String. The MyComplexObject type cannot be used as a literal.
profMamba
source share