Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ public CDOMPrimaryToken<CDOMObject> getToken()
return token;
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Test
void testRoundRobinOne() throws PersistenceLayerException
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ public CDOMPrimaryToken<CDOMObject> getToken()
return token;
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Test
void testRoundRobinOne() throws PersistenceLayerException
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
import plugin.lsttokens.editcontext.testsupport.AbstractListIntegrationTestCase;
import plugin.lsttokens.testsupport.CDOMTokenLoader;

import org.junit.jupiter.api.Test;

class KitIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Kit>
{
Expand Down Expand Up @@ -77,12 +75,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
import plugin.lsttokens.editcontext.testsupport.AbstractListIntegrationTestCase;
import plugin.lsttokens.testsupport.CDOMTokenLoader;

import org.junit.jupiter.api.Test;

class ServesAsIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Skill>
{
Expand Down Expand Up @@ -76,12 +74,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ public char getJoinCharacter()
return '.';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class AbilityIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Ability>
Expand Down Expand Up @@ -82,12 +81,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class ClassSkillsIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Skill>
Expand Down Expand Up @@ -80,12 +79,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class ClassSkillsLevelIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Skill>
Expand Down Expand Up @@ -80,12 +79,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class EquipIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Equipment>
Expand Down Expand Up @@ -79,12 +78,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class LanguageIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Language>
Expand Down Expand Up @@ -80,12 +79,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class SkillIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Skill>
Expand Down Expand Up @@ -79,12 +78,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class TemplateIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, PCTemplate>
Expand Down Expand Up @@ -79,12 +78,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class ArmorProfIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, ArmorProf>
Expand Down Expand Up @@ -86,12 +85,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class EquipIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Equipment>
Expand Down Expand Up @@ -79,12 +78,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class LangIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, Language>
Expand Down Expand Up @@ -80,12 +79,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class ShieldProfIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, ShieldProf>
Expand Down Expand Up @@ -86,12 +85,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import plugin.lsttokens.testsupport.TokenRegistration;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class WeaponProfIntegrationTest extends
AbstractListIntegrationTestCase<CDOMObject, WeaponProf>
Expand Down Expand Up @@ -80,12 +79,6 @@ public char getJoinCharacter()
return '|';
}

@Test
void dummyTest()
{
// Just to get Eclipse to recognize this as a JUnit 4.0 Test Case
}

@Override
public boolean isClearDotLegal()
{
Expand Down
Loading
Loading