Package jmsltestsuite

Class ScoreMemoryTest

java.lang.Object
jmsltestsuite.ScoreMemoryTest
All Implemented Interfaces:
java.lang.Runnable

public class ScoreMemoryTest
extends java.lang.Object
implements java.lang.Runnable
Add measures and notes until java out of memeory
Author:
Nick Didkovsky
  • Constructor Summary

    Constructors
    Constructor Description
    ScoreMemoryTest​(Score score)  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    void run()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScoreMemoryTest

      public ScoreMemoryTest​(Score score)
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable