org.rubato.rubettes.wallpaper
Class WallpaperRubetteTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.rubato.rubettes.wallpaper.WallpaperRubetteTest
All Implemented Interfaces:
junit.framework.Test

public class WallpaperRubetteTest
extends junit.framework.TestCase

Defines tests for the WallpaperRubette class.

Author:
Florian Thalmann

Constructor Summary
WallpaperRubetteTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testGetUnitedMappedDenotatorsWithOneMorphism()
           
 void testGetUnitedMappedDenotatorsWithRange()
           
 void testGetUnitedMappedDenotatorsWithRealSet()
          Tests the Wallpaper rubette with a RealSet denotator.
 void testGetUnitedMappedDenotatorsWithToAndFromXML()
           
 void testGetUnitedMappedDenotatorsWithTwoMorphisms()
           
 void testJSelectMorphismElements()
           
 void testJWallpaperView()
           
 void testMapDenotatorInteger()
           
 void testMapDenotatorReal()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WallpaperRubetteTest

public WallpaperRubetteTest()
Method Detail

testMapDenotatorReal

public void testMapDenotatorReal()
                          throws RubatoException
Throws:
RubatoException

testMapDenotatorInteger

public void testMapDenotatorInteger()
                             throws RubatoException
Throws:
RubatoException

testGetUnitedMappedDenotatorsWithOneMorphism

public void testGetUnitedMappedDenotatorsWithOneMorphism()
                                                  throws RubatoException
Throws:
RubatoException

testGetUnitedMappedDenotatorsWithTwoMorphisms

public void testGetUnitedMappedDenotatorsWithTwoMorphisms()
                                                   throws RubatoException
Throws:
RubatoException

testGetUnitedMappedDenotatorsWithToAndFromXML

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

testGetUnitedMappedDenotatorsWithRange

public void testGetUnitedMappedDenotatorsWithRange()
                                            throws RubatoException
Throws:
RubatoException

testGetUnitedMappedDenotatorsWithRealSet

public void testGetUnitedMappedDenotatorsWithRealSet()
                                              throws RubatoException
Tests the Wallpaper rubette with a RealSet denotator.

Throws:
RubatoException

testJSelectMorphismElements

public void testJSelectMorphismElements()

testJWallpaperView

public void testJWallpaperView()

main

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