Hello!
Hello!
Here I am trying to stretch DUnitX to do things that are both weird and wonderful :)
Sooo... this might actually be me not understanding how to use it properly, so feel free to point out I am a knob if it were so :)
What I am trying to do
Compare an interface property to Nil. If it is, all is good.
The code I am using
const ExpectedRootFolderResult : IsmxFolder = nil;
// later on in the method
Assert.AreEqual(RootFolder.RootFolder,ExpectedRootFolderResult );
Is this a bug or me being a knob?
[UPDATE]
Maybe, if I also put what I am getting that'd be easier to help with :D
I am getting an Access Violation.
A
Here I am trying to stretch DUnitX to do things that are both weird and wonderful :)
Sooo... this might actually be me not understanding how to use it properly, so feel free to point out I am a knob if it were so :)
What I am trying to do
Compare an interface property to Nil. If it is, all is good.
The code I am using
const ExpectedRootFolderResult : IsmxFolder = nil;
// later on in the method
Assert.AreEqual
Is this a bug or me being a knob?
[UPDATE]
Maybe, if I also put what I am getting that'd be easier to help with :D
I am getting an Access Violation.
A
Comments
Post a Comment