org.eclipse.emf.ecp.view.test.common.swt
Class DatabindingClassRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
          extended by org.junit.runners.BlockJUnit4ClassRunner
              extended by org.eclipse.emf.ecp.view.test.common.swt.DatabindingClassRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class DatabindingClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner

Custom junit class runner to setup Realm.

Author:
jfaltermeier

Constructor Summary
DatabindingClassRunner(Class<?> klass)
           
 
Method Summary
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 
Methods inherited from class org.junit.runners.ParentRunner
filter, getDescription, getTestClass, setScheduler, sort
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabindingClassRunner

public DatabindingClassRunner(Class<?> klass)
                       throws org.junit.runners.model.InitializationError
Parameters:
klass -
Throws:
org.junit.runners.model.InitializationError
Method Detail

run

public void run(org.junit.runner.notification.RunNotifier notifier)
Overrides:
run in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>


Copyright © 2014. All Rights Reserved.