-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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