Minor cleanups
This commit is contained in:
parent
f8f0887375
commit
af8199b550
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="Run Tests" type="Application" factoryName="Application" nameIsGenerated="true">
|
<configuration default="false" name="CheckstyleOperationTests" type="Application" factoryName="Application" nameIsGenerated="true">
|
||||||
<option name="MAIN_CLASS_NAME" value="rife.bld.extension.CheckstyleOperationTest" />
|
<option name="MAIN_CLASS_NAME" value="rife.bld.extension.CheckstyleOperationTests" />
|
||||||
<module name="app" />
|
<module name="app" />
|
||||||
<method v="2">
|
<method v="2">
|
||||||
<option name="Make" enabled="true" />
|
<option name="Make" enabled="true" />
|
|
@ -42,7 +42,7 @@ import java.util.logging.Logger;
|
||||||
import static org.assertj.core.api.Assertions.assertThat;
|
import static org.assertj.core.api.Assertions.assertThat;
|
||||||
import static org.assertj.core.api.Assertions.assertThatCode;
|
import static org.assertj.core.api.Assertions.assertThatCode;
|
||||||
|
|
||||||
class CheckstyleOperationTest {
|
class CheckstyleOperationTests {
|
||||||
private static final String ADD = "add";
|
private static final String ADD = "add";
|
||||||
private static final String BAR = "bar";
|
private static final String BAR = "bar";
|
||||||
private static final String FOO = "foo";
|
private static final String FOO = "foo";
|
Loading…
Add table
Add a link
Reference in a new issue