~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/src/org/eclipse/linuxtools/systemtap/ui/graphingapi/nonui/tests/adapters/BlockAdapterTest.java

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests.adapters;
 
2
 
 
3
import junit.framework.TestCase;
 
4
 
 
5
public class BlockAdapterTest extends TestCase {
 
6
        public BlockAdapterTest(String name) {
 
7
                super(name);
 
8
        }
 
9
 
 
10
        protected void setUp() throws Exception {
 
11
                super.setUp();
 
12
        }
 
13
 
 
14
        public void testIsValid() {
 
15
        }
 
16
        
 
17
        protected void tearDown() throws Exception {
 
18
                super.tearDown();
 
19
        }
 
20
}