The Meta-Environment API

nl.cwi.sen1.visplugin.table
Class TableVisualizationControllerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by nl.cwi.sen1.visplugin.table.TableVisualizationControllerTest
All Implemented Interfaces:
junit.framework.Test

public class TableVisualizationControllerTest
extends junit.framework.TestCase

Test class for the TableVisualization Plugin.

Author:
Srinivasan Tharmarajah, Wasim Alsaqaf, Antoine Savelkoul

Field Summary
(package private) static java.lang.String m_fileName
           
private  TableVisualizationController m_tableVisualizationController
           
 
Constructor Summary
TableVisualizationControllerTest()
           
 
Method Summary
private  aterm.ATerm makeATerm(java.lang.String type)
           
protected  void setUp()
          Fixture setup.
 void testCreateWindow()
          Tests if a visualization window can be created.
 void testGetPluginName()
          Tests if the right plugin name is given when requested.
 void testIsTypeSupported()
          Test for the supported types.
 void testTableVisualizationController()
          Tests if the TableVisualizationController can be created succesfully
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_tableVisualizationController

private TableVisualizationController m_tableVisualizationController

m_fileName

static final java.lang.String m_fileName
See Also:
Constant Field Values
Constructor Detail

TableVisualizationControllerTest

public TableVisualizationControllerTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Fixture setup.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testTableVisualizationController

public void testTableVisualizationController()
Tests if the TableVisualizationController can be created succesfully


testCreateWindow

public void testCreateWindow()
Tests if a visualization window can be created.


testGetPluginName

public void testGetPluginName()
Tests if the right plugin name is given when requested.


testIsTypeSupported

public void testIsTypeSupported()
Test for the supported types.


makeATerm

private aterm.ATerm makeATerm(java.lang.String type)

The Meta-Environment API