Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
renamed a few tests to adhere the Maven surefire convention
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Feb 7, 2023
1 parent c6d40d2 commit 3cceb05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
@RunWith(XtextRunner.class)
@InjectWith(PartialSerializationTestLanguageInjectorProvider.class)
public class ChangeSerializerWithImports {
public class ChangeSerializerWithImportsTest {
@Inject
private Provider<ChangeSerializer> serializerProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* Class for testing the highlighting of reference that refer to the object in
* which they are embedded.
*/
public class DocumentHighlightTest2 extends AbstractLanguageServerTest {
public DocumentHighlightTest2() {
public class DocumentHighlight2Test extends AbstractLanguageServerTest {
public DocumentHighlight2Test() {
super("nestedRefs");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
/**
* @author koehnlein - Initial contribution and API
*/
public class RenameTest2 extends AbstractLanguageServerTest {
public RenameTest2() {
public class Rename2Test extends AbstractLanguageServerTest {
public Rename2Test() {
super("fileawaretestlanguage");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
/**
* @author koehnlein - Initial contribution and API
*/
public class RenameTest3 extends AbstractLanguageServerTest {
public RenameTest3() {
public class Rename3Test extends AbstractLanguageServerTest {
public Rename3Test() {
super("renametl");
}

Expand Down

0 comments on commit 3cceb05

Please sign in to comment.