Class EcoreEditorPerformance_PTest.ProjectRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule
    Enclosing class:
    EcoreEditorPerformance_PTest

    public final class EcoreEditorPerformance_PTest.ProjectRule
    extends org.junit.rules.TestWatcher
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectRule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finished​(org.junit.runner.Description description)  
      java.util.List<org.eclipse.core.resources.IFile> getFiles()  
      org.eclipse.core.resources.IProject getProject()  
      protected void starting​(org.junit.runner.Description description)  
      • Methods inherited from class org.junit.rules.TestWatcher

        apply, failed, skipped, skipped, succeeded
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectRule

        public ProjectRule()
    • Method Detail

      • getProject

        public org.eclipse.core.resources.IProject getProject()
        Returns:
        the project
      • getFiles

        public java.util.List<org.eclipse.core.resources.IFile> getFiles()
        Returns:
        the files
      • starting

        protected void starting​(org.junit.runner.Description description)
        Overrides:
        starting in class org.junit.rules.TestWatcher
      • finished

        protected void finished​(org.junit.runner.Description description)
        Overrides:
        finished in class org.junit.rules.TestWatcher