# L2ネイティブな資産のExitのテストシナリオ ###### tags: `テスト設計` ## コントラクト ```javascript= describe("コントラクト", () => { it("exitの場合L2のトークンはexitコントラクトにdepositされている", () => {}); it("exitの場合、L1でmintして処理している", () => {}); it("depositする際にはL1側はburnで処理している", () => {}); it("depositする際にはL2側はexitコントラクトからのtransferで処理している", () => {}); it("Contract Address MappingにL2とL1のアドレスが入っている", () => {}); it("Contract Address MappingにL1ネイティブフラグが立っていない", () => {}); }); ``` ## ここでは書かないこと - exit(normal, freeze)
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up