view src/test/BlockingUpdateRectangle.java @ 33:74195a7722be

add src/BlockingUpdateRectangle.java
author Yu Taninari <you@cr.ie.u-ryukyu.ac.jp>
date Thu, 05 Apr 2012 19:23:35 +0900
parents
children 32b266967c2c
line wrap: on
line source

package test;

import static org.junit.Assert.*;

import org.junit.Test;

public class BlockingUpdateRectangle {

	@Test
	public void test() {
		fail("Not yet implemented");
	}

}