test.suite
Class MidiCodecTest

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

public class MidiCodecTest
extends MidiTestCase

Author:
crnash

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MidiCodecTest()
           
 
Method Summary
 void testAguaGP()
          Perform the same test using the Guitar Pro source.
 void testAguaGPWithLivePlayer()
          Perform the same test using the Guitar Pro source.
 void testAguaGPWithPlayer()
          Perform the same test using the Guitar Pro source.
 
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

MidiCodecTest

public MidiCodecTest()
Method Detail

testAguaGPWithLivePlayer

public void testAguaGPWithLivePlayer()
                              throws java.lang.Exception
Perform the same test using the Guitar Pro source. Call using the midi output codec instead. Use a live player to see if the codec can write a live object

Throws:
java.lang.Exception

testAguaGPWithPlayer

public void testAguaGPWithPlayer()
                          throws java.lang.Exception
Perform the same test using the Guitar Pro source. Call using the midi output codec instead.

Throws:
java.lang.Exception

testAguaGP

public void testAguaGP()
                throws java.lang.Exception
Perform the same test using the Guitar Pro source. Call using the midi output codec instead.

Throws:
java.lang.Exception