| "Holy crap, this thing is hot. In technical terms, you might call it the *bomb-diggity*. I haven’t been this stoked about a technology for quite some time..." | |
|
|
|
Travis Illig, Fiserv
| |
Ruby style usage notes / sample code
[TestMethod]
public void SwapStatic_CallsFake()
{
Swap.StaticCalls<OriginalClass, FakeClass>();
Assert.AreEqual(2, OriginalClass.StaticReturnOne());
Swap.Rollback();
}
Follow this link for more information
