comparison src/test/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/AttributesContainerTest.java @ 172:809f813d1083

minner change
author one
date Tue, 10 Feb 2015 11:28:39 +0900
parents cb9fabaedfd4
children
comparison
equal deleted inserted replaced
171:624a7e6a3f75 172:809f813d1083
1 package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core; 1 //package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core;
2 2 //
3 import org.junit.Assert; 3 //import org.junit.Assert;
4 import org.junit.Ignore; 4 //import org.junit.Ignore;
5 import org.junit.Test; 5 //import org.junit.Test;
6 6 //
7 import junit.framework.TestCase; 7 //import junit.framework.TestCase;
8 8 //
9 @Ignore 9 //@Ignore
10 public abstract class AttributesContainerTest extends TestCase 10 //public abstract class AttributesContainerTest extends TestCase
11 { 11 //{
12 public abstract AttributesContainer instance(); 12 // public abstract AttributesContainer instance();
13 13 //
14 @Test 14 // @Test
15 public void testGetAttributes() 15 // public void testGetAttributes()
16 { 16 // {
17 AttributesContainer instance = instance(); 17 // AttributesContainer instance = instance();
18 Attributes attrs = instance.getAttributes(); 18 // Attributes attrs = instance.getAttributes();
19 19 //
20 Assert.assertNotNull(attrs); 20 // Assert.assertNotNull(attrs);
21 } 21 // }
22 } 22 //}