Package de.maramuse.soundcomp.test

Examples of de.maramuse.soundcomp.test.Test


      System.out.println("Native library could not be loaded");
      System.exit(-1);
    }
        System.out.println(VersionInfo.getInfoText());
        System.out.println("Built for a "+VersionInfo.getProcessorType()+", a "+(VersionInfo.isBigEndian()?"big":"little")+" endian machine with "+VersionInfo.getAddressBitcount()+" address bits and "+VersionInfo.getIntegerSize()+" bytes per integer.");
        test=new Test();
        test.testTS1();
        test.testTS2();
        test.testTS3a();
        test.testTS3b();
        test.testTS4();
View Full Code Here

TOP

Related Classes of de.maramuse.soundcomp.test.Test

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.