view src/test/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/AttributesContainerTest.java @ 190:a01507a9f826 default tip

change TreeMapBenchMark
author tatsuki
date Tue, 21 Apr 2015 17:28:20 +0900
parents 809f813d1083
children
line wrap: on
line source

//package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core;
//
//import org.junit.Assert;
//import org.junit.Ignore;
//import org.junit.Test;
//
//import junit.framework.TestCase;
//
//@Ignore
//public abstract class AttributesContainerTest extends TestCase
//{
//	public abstract AttributesContainer instance();
//	
//	@Test
//	public void testGetAttributes()
//	{
//		AttributesContainer instance = instance();
//		Attributes attrs = instance.getAttributes();
//		
//		Assert.assertNotNull(attrs);
//	}
//}