Package haikuvm.bench.from.darjeeling.testvm.classes

Examples of haikuvm.bench.from.darjeeling.testvm.classes.E.AInterfaceMethod()


    Darjeeling.assertTrue(testBase +  4, a.AInterfaceMethod()==0);
    Darjeeling.assertTrue(testBase +  5, b.AInterfaceMethod()==0);
    Darjeeling.assertTrue(testBase +  6, c.AInterfaceMethod()==0);
    Darjeeling.assertTrue(testBase +  7, d.AInterfaceMethod()==0);
    Darjeeling.assertTrue(testBase +  8, e.AInterfaceMethod()==1);
   
    AInterface aa, bb, cc, dd, ee;
    aa = a; bb = b; cc = c;  dd = d;  ee = e;
    Darjeeling.assertTrue(testBase +  9, aa.AInterfaceMethod()==0);
    Darjeeling.assertTrue(testBase + 10, bb.AInterfaceMethod()==0);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.