-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
こういうの:
class Foo { }
class Bar { }
...
var actual = new Foo();
actual.AssertIs(new { GetType = typeof(Foo) }); // 成功
actual.AssertIs(new { GetType = typeof(Boo) }); // 失敗
actual.AssertIs(new { }); // ちな従来のやつ。もち成功GetType とか適当な予約語によって、actual 側のランタイム型との等値アサートを指示する感じ。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request