• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1026 for branches/bioformats-omero

Show
Ignore:
Timestamp:
10/09/06 19:09:07 (2 years ago)
Author:
jmoore
Message:

#326 Tests for stateful service EventContexts

Location:
branches/bioformats-omero
Files:
2 added
1 modified

  • src/ome/formats/testclient/ImportLibrary.java (modified) (1 diff)
  • src/ome/formats/testclient/TinyImportFixture.java (added)
  • test/ome/formats/testclient/StatefulServiceTest.java (added)

Legend:

Unmodified
Added
Removed
  • branches/bioformats-omero/src/ome/formats/testclient/ImportLibrary.java

    r993 r1026  
    8686        public abstract void step(int n); 
    8787    } 
     88     
     89    /**  
     90     * empty implementation of {@link Step#step(int)}. Used when no call back 
     91     * is desired. 
     92     */ 
     93    final public static Step SimpleStep = new Step(){ 
     94        @Override public void step(int n) {} 
     95    }; 
    8896 
    8997    private static Log         log = LogFactory.getLog(ImportLibrary.class); 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/