view src/treecms/proto/simple/test/SimpleEditorTest1.java @ 38:e647bb37b7ad

added treecms.proto.merge
author suika6039
date Thu, 30 Dec 2010 00:50:47 +0900
parents 78e9b96ef04a
children
line wrap: on
line source

/**
 * SimpleEditorTest1
 * 
 */
package treecms.proto.simple.test;

import org.junit.runner.JUnitCore;
import treecms.proto.simple.*;
import treecms.proto.test.EditorTest;

public class SimpleEditorTest1 extends EditorTest
{
	public static void main(String _args[])
	{
		JUnitCore.main(SimpleEditorTest1.class.getName());
	}

	public SimpleEditorTest1()
	{
		super(new SimpleEditor());
	}
}