Skip to main content

module lang::flybytes::tests::DecompileTests

rascal-0.41.2
org.rascalmpl.flybytes-0.2.10

Usage

import lang::flybytes::tests::DecompileTests;

Dependencies

import lang::flybytes::Decompiler;

Tests

test fullyDecompileRoundtripClass


test bool fullyDecompileRoundtripClass()
= /asm(_) !:= decompile(|target://flybytes/lang/flybytes/tests/examples/RoundtripTestClass.class|);

test fullyDecompileBankClass

  
test bool fullyDecompileBankClass()
= /asm(_) !:= decompile(|target://flybytes/lang/flybytes/tests/examples/business/Bank.class|);

test fullyDecompileAccountClass

test bool fullyDecompileAccountClass()
= /asm(_) !:= decompile(|target://flybytes/lang/flybytes/tests/examples/business/Account.class|);