-
Doh!
Thanks for your help anyway.
Regards,
Stenio.
2008-07-17 14:04:17 UTC in NMock
-
Hi,
it is a COM interface to SAP2000 V12, a structural engineering program.
A tree dump made with ildasm follows:
| |___[INT] Sap2000._cSelect
| | | .class interface public abstract auto ansi import
| | | .custom instance void [mscorlib]System.Runtime.InteropServices.GuidAttribute::.ctor(string) = ( 01 00 24 43 35 31 38 38 33 34 33 2D 36 41 44 37 //...
2008-07-14 08:42:31 UTC in NMock
-
Hello,
I've a strange problem with SetNamedParameterAction:
[Test]
public void Test1() {
Mockery mocks = new Mockery();
_cSelect mock = mocks.NewMock();
int a = 0;
Array b = Array.CreateInstance(typeof(Int32), 0);
Array c = Array.CreateInstance(typeof(String), 0);
Expect.Once.On(mock).Method("GetSelected").Will(
new...
2008-06-26 13:48:29 UTC in NMock