修改readme文件

This commit is contained in:
xufeng 2023-01-27 23:19:15 +08:00
parent c5d57819c2
commit 30a31c9028
2 changed files with 3 additions and 38 deletions

3
.gitignore vendored
View File

@ -14,3 +14,6 @@ gradle
.gradle
build
out
.murphy.yml
./config

View File

@ -1,38 +0,0 @@
package com.xwintop.xJavaFxTool;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( String testName )
{
super( testName );
}
/**
* @return the suite of tests being tested
*/
public static Test suite()
{
return new TestSuite( AppTest.class );
}
/**
* Rigourous Test :-)
*/
public void testApp()
{
assertTrue( true );
}
}