samples/friendpackage/test/implpkg/AccessorTest.java
changeset 118 35ce0fbd4b7c
parent 117 ff953eb2de14
child 123 920e95b47036
     1.1 --- a/samples/friendpackage/test/implpkg/AccessorTest.java	Sat Jun 14 09:54:49 2008 +0200
     1.2 +++ b/samples/friendpackage/test/implpkg/AccessorTest.java	Sat Jun 14 09:54:50 2008 +0200
     1.3 @@ -32,12 +32,6 @@
     1.4          super(testName);
     1.5      }
     1.6  
     1.7 -    protected void setUp() throws Exception {
     1.8 -    }
     1.9 -
    1.10 -    protected void tearDown() throws Exception {
    1.11 -    }
    1.12 -    
    1.13      public void testGetTheItemAttachListenerChangeValue() {
    1.14          // BEGIN: design.less.friend.use
    1.15          Item item = Accessor.getDefault().newItem();