mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Resolve "Force formatting"
This commit is contained in:
parent
bc9acc3a0a
commit
69d6e55f14
45 changed files with 535 additions and 538 deletions
|
|
@ -44,7 +44,6 @@ import de.kosit.validationtool.impl.tasks.CheckAction;
|
|||
*/
|
||||
public class ExtractHtmlActionTest {
|
||||
|
||||
|
||||
private ExtractHtmlContentAction action;
|
||||
|
||||
private Path tmpDirectory;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ import de.kosit.validationtool.impl.tasks.CheckAction;
|
|||
*/
|
||||
public class PrintReportActionTest {
|
||||
|
||||
|
||||
private CommandLine commandLine;
|
||||
|
||||
private PrintReportAction action;
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ import de.kosit.validationtool.impl.tasks.CheckAction;
|
|||
*/
|
||||
public class SerializeReportActionTest {
|
||||
|
||||
|
||||
private Path tmpDirectory;
|
||||
|
||||
private SerializeReportAction action;
|
||||
|
|
@ -70,9 +69,9 @@ public class SerializeReportActionTest {
|
|||
assertThat(this.tmpDirectory.toFile().listFiles()).hasSize(1);
|
||||
}
|
||||
|
||||
//ERPT-83
|
||||
// ERPT-83
|
||||
@Test
|
||||
public void testName(){
|
||||
public void testName() {
|
||||
final String name = "some.name.with.dots";
|
||||
final CheckAction.Bag b = new CheckAction.Bag(InputFactory.read("ega".getBytes(), name + ".xml"));
|
||||
assertThat(b.getName()).isEqualTo(name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue