rt/vm/src/test/java/org/apidesign/vm4brwsr/InstanceTest.java
branchdefprop
changeset 1632 8ac637d7d62a
parent 789 bb7506513353
child 1633 a34e2191b6be
     1.1 --- a/rt/vm/src/test/java/org/apidesign/vm4brwsr/InstanceTest.java	Thu Feb 28 07:48:54 2013 +0100
     1.2 +++ b/rt/vm/src/test/java/org/apidesign/vm4brwsr/InstanceTest.java	Sun Jun 22 00:09:56 2014 +0200
     1.3 @@ -47,6 +47,13 @@
     1.4              Double.valueOf(31)
     1.5          );
     1.6      }
     1.7 +    @Test public void noInstOfExposed() throws Exception {
     1.8 +        assertExec(
     1.9 +            "No instOf properties found",
    1.10 +            Instance.class, "noInstOfExposed__I",
    1.11 +            Double.valueOf(0)
    1.12 +        );
    1.13 +    }
    1.14      @Test public void verifyMagicOne() throws Exception {
    1.15          assertExec(
    1.16              "Should be three and something",