Package org.trifort.rootbeer.testcases.rootbeertest.canonical

Examples of org.trifort.rootbeer.testcases.rootbeertest.canonical.CanonicalTest


    ret.add(new SynchronizedMethod2Test());
    ret.add(new SynchronizedMethod3Test());
    ret.add(new SynchronizedStaticMethodTest());
    ret.add(new SynchronizedObjectTest());
    ret.add(new ForceArrayNewTest());
    ret.add(new CanonicalTest());
    ret.add(new GpuVectorMapTest());
    ret.add(new StringBuilderTest4());
    ret.add(new AtomicGlobalsTest());
           
    if(org.trifort.rootbeer.entry.Main.largeMemTests()){
View Full Code Here

TOP

Related Classes of org.trifort.rootbeer.testcases.rootbeertest.canonical.CanonicalTest

Copyright © 2018 www.massapicom. 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.