Skip to content

Instantly share code, notes, and snippets.

@urasandesu
Created January 4, 2017 04:56
Show Gist options
  • Save urasandesu/5377ebf748fd731e1dd468306fb17675 to your computer and use it in GitHub Desktop.
Save urasandesu/5377ebf748fd731e1dd468306fb17675 to your computer and use it in GitHub Desktop.
C# パラメタライズド テスト自動生成基礎 ツヴァイ! -The road to Pex/Code Digger/IntelliTest Zwei!-:04. Instance inspection(SSA: Wrong Ver)
IL_0000: temp1 = arg_0
IL_0001: temp2 = isinst [mscorlib]System.Int32 (temp1)
IL_0006: brfalse.s IL_0013 (temp2)
IL_0008: temp3 = ldstr \"instance inspection!\"
IL_000d: temp4 = newobj instance void [mscorlib]System.Exception::.ctor(string) (temp3)
IL_0012: throw(temp4)
IL_0013: ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment