Skip to content

Commit

Permalink
Merge pull request #454 from it-at-m/201-wls-briefwahl-service-enable…
Browse files Browse the repository at this point in the history
…-und-implement-tests

201 wls briefwahl service enable und implement tests
  • Loading branch information
Nic12345678 authored Oct 4, 2024
2 parents ff256b2 + 63419c5 commit 0072e89
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 369 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
package de.muenchen.oss.wahllokalsystem.briefwahlservice;

import lombok.AccessLevel;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import org.springframework.hateoas.RepresentationModel;

@NoArgsConstructor(access = AccessLevel.PRIVATE)
public final class TestConstants {
Expand All @@ -19,15 +14,4 @@ public final class TestConstants {

public static final String SPRING_NO_SECURITY_PROFILE = "no-security";

@NoArgsConstructor
@Getter
@Setter
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public static class TheEntityDto extends RepresentationModel {

private String textAttribute;

}

}

This file was deleted.

Loading

0 comments on commit 0072e89

Please sign in to comment.