org.eclipse.emf.ecp.view.table.ui.swt.test
Class SWTTableTest

java.lang.Object
  extended by org.eclipse.emf.ecp.view.table.ui.swt.test.SWTTableTest

public class SWTTableTest
extends Object


Constructor Summary
SWTTableTest()
           
 
Method Summary
 void after()
           
static void afterClass()
           
static void beforeClass()
           
static TableControlHandle createInitializedTableWithoutTableColumns()
           
static VDomainModelReference createTableColumn(org.eclipse.emf.ecore.EStructuralFeature feature)
           
static TableControlHandle createUninitializedTableWithoutColumns()
           
 void init()
           
 void testInitializedTableWithoutColumnsAndEmptyReference()
           
 void testInitializedTableWithoutColumnsEmptySingleReference()
           
 void testInitializedTableWithoutColumnsSingleReference()
           
 void testTableWithoutColumns()
           
 void testTableWithoutColumnsWithoutViewServices()
           
 void testTableWithTwoColumns()
           
 void testTableWithTwoColumnsAdd()
           
 void testTableWithTwoColumnsClear()
           
 void testTableWithTwoColumnsRemove()
           
 void testTableWithTwoColumnsWithoutViewServices()
           
 void testUninitializedTableWithoutColumns()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTTableTest

public SWTTableTest()
Method Detail

beforeClass

public static void beforeClass()

afterClass

public static void afterClass()

init

public void init()

after

public void after()

testUninitializedTableWithoutColumns

public void testUninitializedTableWithoutColumns()
                                          throws NoRendererFoundException,
                                                 NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testInitializedTableWithoutColumnsAndEmptyReference

public void testInitializedTableWithoutColumnsAndEmptyReference()
                                                         throws NoRendererFoundException,
                                                                NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testInitializedTableWithoutColumnsSingleReference

public void testInitializedTableWithoutColumnsSingleReference()
                                                       throws NoRendererFoundException,
                                                              NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testInitializedTableWithoutColumnsEmptySingleReference

public void testInitializedTableWithoutColumnsEmptySingleReference()
                                                            throws NoRendererFoundException,
                                                                   NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testTableWithoutColumns

public void testTableWithoutColumns()
                             throws NoRendererFoundException,
                                    NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testTableWithoutColumnsWithoutViewServices

public void testTableWithoutColumnsWithoutViewServices()
                                                throws NoRendererFoundException,
                                                       NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testTableWithTwoColumns

public void testTableWithTwoColumns()
                             throws NoRendererFoundException,
                                    NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testTableWithTwoColumnsWithoutViewServices

public void testTableWithTwoColumnsWithoutViewServices()
                                                throws NoRendererFoundException,
                                                       NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testTableWithTwoColumnsAdd

public void testTableWithTwoColumnsAdd()
                                throws NoRendererFoundException,
                                       NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testTableWithTwoColumnsRemove

public void testTableWithTwoColumnsRemove()
                                   throws NoRendererFoundException,
                                          NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

testTableWithTwoColumnsClear

public void testTableWithTwoColumnsClear()
                                  throws NoRendererFoundException,
                                         NoPropertyDescriptorFoundExeption
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption

createTableColumn

public static VDomainModelReference createTableColumn(org.eclipse.emf.ecore.EStructuralFeature feature)

createInitializedTableWithoutTableColumns

public static TableControlHandle createInitializedTableWithoutTableColumns()

createUninitializedTableWithoutColumns

public static TableControlHandle createUninitializedTableWithoutColumns()


Copyright © 2014. All Rights Reserved.