Format21s.smali revision c64dcce4e3e2d924ced5c646ae93390449c46f2a
1.class public LFormat21s;
2.super Ljava/lang/Object;
3.source "Format21s.smali"
4
5.method public constructor <init>()V
6    .registers 1
7    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
8    return-void
9.end method
10
11.method public test_const-16()V
12    .registers 2
13    .annotation runtime Lorg/junit/Test;
14    .end annotation
15
16    const/16 v0, 15000
17
18    const v1, 15000
19    invoke-static {v0, v1}, LAssert;->assertEquals(II)V
20    return-void
21.end method
22
23.method public test_const-wide-16()V
24    .registers 4
25    .annotation runtime Lorg/junit/Test;
26    .end annotation
27
28    const-wide/16 v0, 15000
29
30    const-wide v2, 15000
31    invoke-static {v0, v1, v2, v3}, Lorg/junit/Assert;->assertEquals(JJ)V
32    return-void
33.end method