You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/03/09 15:07:19 UTC

[isis] 02/02: ISIS-1810: just renames some test classes in helloworld

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit e11fb23f83723e9f2b6e73adf7a24a1f80fb42c9
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Mar 9 15:06:59 2018 +0000

    ISIS-1810: just renames some test classes in helloworld
---
 ...lloWorldObjectTest_delete.java => HelloWorldObject_delete_Test.java} | 2 +-
 ...ObjectTest_updateName.java => HelloWorldObject_updateName_Test.java} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObjectTest_delete.java b/example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObject_delete_Test.java
similarity index 98%
rename from example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObjectTest_delete.java
rename to example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObject_delete_Test.java
index 43e2967..2c36ac4 100644
--- a/example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObjectTest_delete.java
+++ b/example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObject_delete_Test.java
@@ -30,7 +30,7 @@ import org.apache.isis.core.unittestsupport.jmocking.JUnitRuleMockery2;
 
 import static org.hamcrest.CoreMatchers.containsString;
 
-public class HelloWorldObjectTest_delete {
+public class HelloWorldObject_delete_Test {
 
     @Rule
     public JUnitRuleMockery2 context = JUnitRuleMockery2.createFor(JUnitRuleMockery2.Mode.INTERFACES_AND_CLASSES);
diff --git a/example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObjectTest_updateName.java b/example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObject_updateName_Test.java
similarity index 96%
rename from example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObjectTest_updateName.java
rename to example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObject_updateName_Test.java
index 7ae316f..0d04182 100644
--- a/example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObjectTest_updateName.java
+++ b/example/application/helloworld/src/test/java/domainapp/dom/impl/HelloWorldObject_updateName_Test.java
@@ -22,7 +22,7 @@ import org.junit.Test;
 
 import static org.assertj.core.api.Assertions.assertThat;
 
-public class HelloWorldObjectTest_updateName {
+public class HelloWorldObject_updateName_Test {
 
     @Test
     public void happy_case() throws Exception {

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.