test.suite
Class GPTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytest.suite.MidiTestCase
              extended bytest.suite.GPTest
All Implemented Interfaces:
junit.framework.Test

public class GPTest
extends MidiTestCase

Author:
crnash

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
GPTest()
           
 
Method Summary
 void _testGP(MidiSongDefinition sd)
           
 void _testGPWithPlayer(MidiSongDefinition sd, int usq)
           
 void testFourHands()
           
 
Methods inherited from class test.suite.MidiTestCase
compareMIDIFiles
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GPTest

public GPTest()
Method Detail

testFourHands

public void testFourHands()
                   throws java.lang.Exception
Throws:
java.lang.Exception

_testGP

public void _testGP(MidiSongDefinition sd)
             throws java.lang.Exception
Throws:
java.lang.Exception

_testGPWithPlayer

public void _testGPWithPlayer(MidiSongDefinition sd,
                              int usq)
                       throws java.lang.Exception
Throws:
java.lang.Exception