Skip to content

Commit 05b1789

Browse files
committed
tests
1 parent 6cdf51e commit 05b1789

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

deobfuscator-impl/src/test/java/uwu/narumi/deobfuscator/TestDeobfuscation.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,10 @@ protected void registerAll() {
218218
.transformers(UniversalNumberTransformer::new, () -> new BranchlockCompabilityStringTransformer(true))
219219
.input(OutputType.MULTIPLE_CLASSES, InputType.CUSTOM_JAR, "branchlock-string.jar")
220220
.register();
221+
222+
test("Branchlock String Class")
223+
.transformers(UniversalNumberTransformer::new, () -> new BranchlockCompabilityStringTransformer(true))
224+
.input(OutputType.SINGLE_CLASS, InputType.CUSTOM_CLASS, "branchlock/Main.class")
225+
.register();
221226
}
222227
}

0 commit comments

Comments
 (0)